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.9.0.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.9.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.9.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ce0603f6e9f6d22712d2f645e312d2be9a9fc0f3091e68754260a34ab373ae0 |
|
MD5 | c82806a0577637e9714e151930750f5b |
|
BLAKE2b-256 | d5b61fe727539631526b39e768efe1883f3822182eb71a3658a6a939d21f97e0 |
File details
Details for the file zipline.py-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.9.0-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.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b091dcff23440ce4164d8a21c8eca43bc225911306bf38d50d761fe5eee08e8 |
|
MD5 | 16f4a308ca38562bcce2a640e03dc964 |
|
BLAKE2b-256 | c45ce8e2872133e13c14c2fe1b4ebc22bb7d709193cd84c5fdb01631f321bfc2 |