An async wrapper for the Zipline api.
Project description
An asynchronous wrapper for the Zipline API.
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())
Additional examples available HERE
Documentation available HERE
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.17.0.tar.gz
(13.5 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.17.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.17.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68b16119153b2be6b9240ac7df5b280c9dfe3d502ea563faaf9666d4d8bcba0f |
|
MD5 | c762fce61e6cb704dfd65db84265ce6c |
|
BLAKE2b-256 | c9df1f168e60bf3cae114feb1d7ffca932ab1a38adb95b2703a08ed1c74a7542 |
File details
Details for the file zipline.py-0.17.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.17.0-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2e37657eae822f8c6a2d381632f805b8b9a2e3f4e8540cce6996cc5e0daa42b |
|
MD5 | 24b38df6f286ce0c668bfd26cecb6889 |
|
BLAKE2b-256 | 4c01c9c194e091e9f95f641fcbb56aebe67bd7ce1fd4fd62f5beb19f896f3c1d |