Metadata-Version: 2.3
Name: ClearIO
Version: 1.0.1
Summary: Utility library for accessing IO providers in a uniform way.
Project-URL: Homepage, https://github.com/bradleydonmorris/ClearIO
Project-URL: Issues, https://github.com/bradleydonmorris/ClearIO/issues
Author-email: Bradley Morris <bradleydonmorris@hotmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# ClearIO
Utility library for accessing IO providers in a uniform way.


This library uses the following packages:
- [smbprotocol](https://github.com/jborean93/smbprotocol)
- [pywin32](https://github.com/mhammond/pywin32)
- [Paramiko](https://www.paramiko.org/)

For tests, the following packages are used:
- [python-dotenv](https://github.com/theskumar/python-dotenv)
