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.3.0.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.3.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.3.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 | 11cb31f66e038dfa82fd8850a711a7a172b25de8a301d7c67fc34f2ca3785ada |
|
MD5 | dbf3d80bae29d3b05ea6b9b09ab736cf |
|
BLAKE2b-256 | b586e873013a04bf520c9a146e0dbcc7ae4f5d2cc0aaac857957344057b7f94d |
File details
Details for the file zipline.py-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.3.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 | d4235d0d57dc9a25bc2af0c50d6472226e082b015ea60d081092e1678d7b1d40 |
|
MD5 | ae605ff95f9021c811cecc8771d459cb |
|
BLAKE2b-256 | 22d1628544edceecf3f8af06b3263399397b042df52cf38dd3a6d6fbf52bfcc0 |