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.4.1.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.4.1.tar.gz
.
File metadata
- Download URL: zipline.py-0.4.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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7343e5dfa698a8e8318f59da56cb9719b6a4ac4fd529905fc97a64434415b475 |
|
MD5 | 47b2ff7d7c8ed5067c18eab4bda9c8f5 |
|
BLAKE2b-256 | 8d9a1e0574a53f40214d11c533f07c5f0cc944414cca224a72d426bac419818f |
File details
Details for the file zipline.py-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.4.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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abee4feeca4aefeb9a583b1b8237433ec964cea18de2bf2232b57d056c24b286 |
|
MD5 | 6e51a5678bb9352bb89586ea72ac2829 |
|
BLAKE2b-256 | ccb881d6d54a26702b3aabae6b80e3b985a81537022c7fb0b81784d0477d0d3f |