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.6.0.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.6.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.6.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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86be2f5bcc1db6f7c92dc000edb369184616d6d25e1c93a12dc6bcdb59be5e42 |
|
MD5 | 56ac6ce6e7758d7c2079444956e2e568 |
|
BLAKE2b-256 | 20197fba7dd856c500a4086139f1658771dbbb667cb74b67e37693bf9849efec |
File details
Details for the file zipline.py-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.6.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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2619da9398bb904e40a1eab4dfc5fec5ab761d5b58bb01e7a6382c0d343b43f |
|
MD5 | e4d3e7194790274c9e99d2b341a49977 |
|
BLAKE2b-256 | 0084a76c274bbd164d133b2905713ed90ea10bd516db8e48c858031572d66c6f |