Metadata-Version: 2.1
Name: bankedpy
Version: 0.1.4
Summary: A python client for consuming Banked API
Home-page: https://github.com/acuriel/bankedpy
License: MIT
Keywords: banked,api,client,pydantic
Author: Aryan Curiel
Author-email: aryan.curiel@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: email-validator (>=1.1.2,<2.0.0)
Requires-Dist: iso4217 (>=1.6.20180829,<2.0.0)
Requires-Dist: pydantic (>=1.7.3,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Repository, https://github.com/acuriel/bankedpy
Description-Content-Type: text/markdown

# BankedPy (In development)

A python client for consuming Banked API using `pydantic` and `requests`
