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.1.tar.gz
(13.5 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.17.1.tar.gz
.
File metadata
- Download URL: zipline.py-0.17.1.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 | 91e52a06f2ccfd0843b3be0d8fc16996bb6c8ab13af222e3099f82a350ab558e |
|
MD5 | 955d04f87a537a6948a95cc3d7213937 |
|
BLAKE2b-256 | 383d60e3b83702367cde05ce0266701771644eae490a53d185c19b271983324d |
File details
Details for the file zipline.py-0.17.1-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.17.1-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 | 703c4a6659e27bdfe7dfe46b3c7f9ed3aa5310a66e35871ec29e3e82c4bf8fce |
|
MD5 | b82c1ac37b93ca074c3c8c4e8bc81207 |
|
BLAKE2b-256 | 93859f53400151f4d6b1f05c8e680da086049cb795e5d1ed7f4841647a664faa |