An async wrapper for the Zipline api.
Project description
An asynchronous wrapper for the Zipline API.
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())
Additional examples available HERE
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.18.0.tar.gz
(14.7 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.18.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.18.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45820c788dbddd33a7a14b688e849d910466da833cb05c7561029ddd36d64855 |
|
MD5 | 520c3a35f92e6846e95650d73d63d3ef |
|
BLAKE2b-256 | 757834a261bd985ba8984039b0b626028efb19284334f918aae0495feb23cf2a |
File details
Details for the file zipline.py-0.18.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.18.0-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26a9a10547f7deeb61aaa8af0d2e93175a0c5b79ce3302ceda8ea0004d641f73 |
|
MD5 | 0b129ee0894fc87e9adda9c6eed89689 |
|
BLAKE2b-256 | 298054a8685a62ede0542b302a1fae6b920db9afdb5984dff77d16b1b5df5e17 |