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.10.0.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.10.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.10.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe4180c21d24ca26a4d0805412e5dcdf3c3f31133b5a9c1cd4e5dd30168a0a85 |
|
MD5 | a896bb965f4a74bda534c39f90dd4ffd |
|
BLAKE2b-256 | b481a9f2596a01ab75ec1c70528dd658a5d324a4d375f65107e70a05b3588166 |
File details
Details for the file zipline.py-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.10.0-py3-none-any.whl
- Upload date:
- Size: 14.8 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 | c8dba36638208186ce88687ec210cef6a3a46d5e96110c379741f6504c01916f |
|
MD5 | 13e3eddf1d7da8465f457df618976e8a |
|
BLAKE2b-256 | 2eb132219c9938c45485a40dbaeeb499e5d1dd7c9aa6f4cabcf5855a7206a764 |