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.16.0.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.16.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.16.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fba5a5579d53073498b781833f3eb0671319dd9bc93b9a2be8d8aeffe188c66d |
|
MD5 | b045ccaefcf5e00994f76d69a7ca907f |
|
BLAKE2b-256 | 02a0e171e8dd06b68c86505b8844f4b45491e31edf462be7c45177f36ce770d8 |
File details
Details for the file zipline.py-0.16.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.16.0-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38b94fa94f182d3e183c6b1f9417a4332efe99ae0a483800aeb9fb2a09cfdb31 |
|
MD5 | d3b6fce80642b8913e7cf53c4a1ab2bf |
|
BLAKE2b-256 | d4b78f4e488d3ccf2ccb2f3c6cef32143cc107615de128f22523c617b03e6550 |