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.12.0.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.12.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.12.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fa206a900f540986513772e0a5f43101ed4d47ec9431cb89e72a058995d9bd6 |
|
MD5 | 8686689cde2046b0517e8b74f2ef55e1 |
|
BLAKE2b-256 | 5911851c6ebf291310276a3e0dda2685754d40078fbbfc8ab62caccd0e2482ff |
File details
Details for the file zipline.py-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.12.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 | bf7f8623603e5c6620a5fec39ca4062792644ab697179684715a72925dbac452 |
|
MD5 | b7a9f1bf44f6710f699a3d032a78cbba |
|
BLAKE2b-256 | 1cffceef2ff3281935eac9a1595c3fc2f91adb97456067278d22b9798aaf7db0 |