Metadata-Version: 2.1
Name: restfull
Version: 1.0.2
Summary: Python REST API Frontend
Home-page: https://github.com/mminichino/restfull
Author: Michael Minichino
Author-email: info@unix.us.com
License: MIT License
Keywords: utilities,rest,api
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests>=2.31.0
Requires-Dist: aiohttp>=3.9.3
Requires-Dist: pytoolbase>=1.0.1
Requires-Dist: python-certifi-win32>=1.6.1
Requires-Dist: certifi>=2023.5.7

# pytoolbase 1.0.2

## Installing
```
$ pip install pytoolbase
```
