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.7.0.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.7.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.7.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6068013b7382dded8d7bb11a184c09d3eefa750362224d14a58dc5b91da6d063 |
|
MD5 | 1a314892d543d39a2314d981e35a13e2 |
|
BLAKE2b-256 | b3d8fd7f25d17ff8e93609912346a6e4da45ecdafe72e98168fe5d160ee20795 |
File details
Details for the file zipline.py-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.7.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.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8e8dee9dd998321825a6744846de427e5903499398768b6982716856db13ff7 |
|
MD5 | 339660dffb00075f5f4fa50ed69a8189 |
|
BLAKE2b-256 | 6495ce78c3cf7f6150ca1728e515b0a2d18af84035169801c331393527b9d3d2 |