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 available HERE.
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.14.0.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.14.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.14.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0360b42a287acef5d60d0b979fc7c8f9e1ea6749d4e49db541fd790dcea4e826 |
|
MD5 | d706f67aa44136ef49950a7f0c649adf |
|
BLAKE2b-256 | 175535e9669858589d768ce47bfe521ea869e2b645d4222a6426e03e7db46691 |
File details
Details for the file zipline.py-0.14.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.14.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e6e2ec0886150aa304b6f7a4df6b5ef0d83a9b7f0a7628eb0bd9a8ceedece1c |
|
MD5 | a188249e030e543258e36ddb2e4fa949 |
|
BLAKE2b-256 | 1bc1810bf0f59a84990131d3c21b7363d35ced8da4b90f7ba8b0d07ff136f508 |