Metadata-Version: 2.1
Name: icfs
Version: 0.1.0
Summary: Library create and manage file system at I2C EEPROM ICs.
Home-page: https://github.com/mamin27/icfs
Author: Marian Minar
Author-email: mminar7@gmail.com
License: GPLv3
Keywords: raspberry,I2C,filesystem,ecomet
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: Adafruit-PureIO (>=1.1.8)
Requires-Dist: RPI.GPIO (>=0.7.1)
Requires-Dist: smbus2 (>=0.4.2)
Requires-Dist: ecomet-i2c-sensors (>=0.1.6)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: crc (>=4.1.0)

Library create and manage file system at I2C EEPROM IC's.
Functionality: Create_TOC, Write, Remove, Load, List, Wipe
Supported EEPROM ICs: 24CXXX


Change Log
==========

0.1.0 (03/03/2023)
-------------------
- First release 
- Usefule IC's: 24C01, 24C02
- EEPROM file system
  * create_TOC
  * write file to icfs
  * load file from icfs
  * remove file from icfs 
  * list files at icfs
  * wipe icfs with char
- required library:
  * Adafruit_PureIO > 1.1.8
