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.8.1.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.8.1.tar.gz
.
File metadata
- Download URL: zipline.py-0.8.1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d69d21499dbc1bc52268ce7f27e2163a87892082c93dda2a26102855877220d |
|
MD5 | 3ffa50fc2936a7c9931a09fe6422bf9b |
|
BLAKE2b-256 | 978701b8399182012c00aaa5272f4c4a7227987424a010e1358f717f58c0c5c2 |
File details
Details for the file zipline.py-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.8.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 | 70c375e0840379c5c5420425efc24f390ce1d6ef444afda5f6afd2a1712709d2 |
|
MD5 | b1de1af8bf641777041c882ad59079b0 |
|
BLAKE2b-256 | cbda9f84866ab5830436419e3be412a66f6abd59f32d5c1987a60ef841e110d1 |