An async wrapper for the Zipline api.
Project description
Quickstart
import asyncio
import zipline
async def main():
async with zipline.Client("your_zipline_site.com", "your_zipline_token") as client:
files = await client.get_all_files()
for file in files:
print(file.name)
asyncio.run(main())
Documentation coming SOON™️.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zipline.py-0.7.1.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.7.1.tar.gz
.
File metadata
- Download URL: zipline.py-0.7.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 857142a8a524d3df5036f1914e11dcf213777214750c40ac8480379f4859d2f3 |
|
MD5 | fe1eb4ba4bd8487eeaacd37501e26b1a |
|
BLAKE2b-256 | 8c1278621574075aefbda38faba5fcb811c291ee92d892531114b8728893bbd4 |
File details
Details for the file zipline.py-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.7.1-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bacdd3ca48f25f5f60309d5ab2da98ed9873298ae96f53b04d827475cb8fce97 |
|
MD5 | da504e679548938e8b9da45472522d6b |
|
BLAKE2b-256 | dbd3a6e33baa2bd2db38eca9697f136d57e54f24f9e383fc76e024cf1d683e8f |