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.0.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.4.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.4.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4593104925b25d8f7e22fdcd8e6f49192899b4fc75671569c4e8a6daa1d7a91d |
|
MD5 | bd3916e350ba937c468d535229bba5af |
|
BLAKE2b-256 | 46d533d73f3875703fc7ed90865e8fa6c478b565ee75b10a96756bffc6aca066 |
File details
Details for the file zipline.py-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.5 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 | ae6dfa44104da519fe6ca75c70a9a6b8d364677a2cac2bfc5a193a9f6597e8b7 |
|
MD5 | feb2f902512d914286084c0526b8a1c4 |
|
BLAKE2b-256 | 42d2111115fdf14340e6cfc6bfda90b2b2550978dc2fd58b8b0bb33290a4d542 |