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.4.2.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.4.2.tar.gz
.
File metadata
- Download URL: zipline.py-0.4.2.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 | 7167d69c51639cd0f73d8d5d91ac059c854af82da9d7ba3ca890fccb6cc6ee4b |
|
MD5 | 1882f14676953325f9839f80dee01d40 |
|
BLAKE2b-256 | d5f3523f956faf5cd987adc3a009e5c11368eacaafe24d0f98a8482c5f22b81e |
File details
Details for the file zipline.py-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.4.2-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 | d35db9328d2061b1fee3a927ca5ddd8d18d6033d21a708f547fa6933da935ab3 |
|
MD5 | 0fbdd5ecdaf8dc55de24df6f7cbc5d4a |
|
BLAKE2b-256 | a578a4fa9c790c180e7f64588f54addf55939136aa5c90e7d662e73ae684ec28 |