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.5.0.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.5.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.5.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7992dc96e97c7b2e72c8f05804527b2600728432a4d13134ea0c9a4c44ef4efc |
|
MD5 | e0d63024b4479aaed7915c514dbbc78a |
|
BLAKE2b-256 | 00d8bdac6e3ea5a37b151db4bc10e1117f78393006c797f822ed7bd41dbcc665 |
File details
Details for the file zipline.py-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.5.0-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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c6e310a3fe66814b8ceeed54377f5b145875f03152c58bb15d97749e8fd5cab |
|
MD5 | 6fbcc0ec46fe95ef37ce0a8c097fe19c |
|
BLAKE2b-256 | 1620a13613a1ea3b57f4a8a159f02ed782dba319ffa1a9f5267eebf0a2f8ee77 |