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.8.0.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.8.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.8.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8ac5f3a92acf21928cbc44e80b661471a769b02c7125f4df299bcc5019a4de7 |
|
MD5 | dd02953e886fe352e1f72741b843795c |
|
BLAKE2b-256 | ab3e1f28ade873192f84aba2b5918df57abdcd52a17173f046e2bcaf4c769e91 |
File details
Details for the file zipline.py-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.8.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 | 40fea26b325aa7cec5825fae6d555dc94fb0d6c90f3dec2ac56df72603e890c3 |
|
MD5 | 4ec3e9f16c6b37c61ab66aebc874773a |
|
BLAKE2b-256 | 25293bfa17009a779f795f2e0beed6b888b88f70e274300273f9e9dd39285b63 |