Metadata-Version: 2.1
Name: prisma-helpers
Version: 0.1.3
Summary: helpers function for interacting with prisma api using ayncio and aiohttp
Home-page: https://github.com/Onlaw/prisma_helpers
Author: Onlaw (Jens Madsen)
Author-email: jens@onlaw.dk
License: MIT License
Platform: UNKNOWN
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: async-timeout (==3.0.1)
Requires-Dist: asyncio (==3.4.3)
Requires-Dist: attrs (==20.2.0)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.10)
Requires-Dist: multidict (==4.7.6)
Requires-Dist: yarl (==1.5.1)

# prisma_helpers
helpers functions for interacting with prisma api using python async libraries asyncio and aiohttp

documentation is on its way :-) 

# push to pypi 
- install wheel: `pip install wheel`
- Follow instructions here: https://packaging.python.org/tutorials/packaging-projects/
- ... with some modifications: `python setup.py sdist`
- `twine upload dist/`




