Metadata-Version: 2.1
Name: filedgr-ipfs-libs
Version: 0.1.0b1
Summary: Python libs to interact with the IPFS node
Author-email: Filedgr <code@filedgr.com>
Project-URL: repository, https://github.com/Filedgr/filedgr-python-lib-ipfs
Keywords: filedgr,ipfs,lib
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp >=3.9.5
Requires-Dist: aiodns >=3.2.0
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: bumpver ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'

# filedgr-ipfs-lib

This package is a python library to interact with the IPFS API.
