Metadata-Version: 1.2
Name: eeprom
Version: 0.1.0
Summary: A pure Python 3 library for Linux sysfs EEPROM devices.
Home-page: https://github.com/ARizzo35/python-eeprom.git
Author: Adam Rizkalla
Author-email: a1rizkalla@gmail.com
License: MIT
Description: python-eeprom is a pure Python 3 library for initializing, reading, and writing EEPROM devices in userspace Linux. It is useful in embedded Linux environments, including custom hardware based platforms. python-eeprom also includes a wrapper class for managing storage and retrieval of CBOR files in EEPROM (using 'cbor2' library). python-eeprom is MIT licensed. See https://github.com/ARizzo35/python-eeprom for more information.
Keywords: eeprom at24 embedded linux
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: ~=3.7
