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.1.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.6.1.tar.gz
.
File metadata
- Download URL: zipline.py-0.6.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d3d858d0c81a69fdec4708bd644a1c039d0a82245b67c47ed141ab940f359b9 |
|
MD5 | 0f52dbab65173c66fe76884935d4570c |
|
BLAKE2b-256 | 9faea097ce6aacf30f51c9ae035f3ec3408a713cb1a34f27b2a380d60329401c |
File details
Details for the file zipline.py-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.6.1-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 | 4c09b3570ca1df3d55d0798ecad0cad62c8dde1024b447d4b5f72410cdc3bc85 |
|
MD5 | df9174db9ebcc6227deadc01d5ea7a78 |
|
BLAKE2b-256 | 70e8a0741c76d10f1c771b5ecf5801ea34e748d38548c6e7dc5530ebfedfbbec |