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 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.15.0.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.15.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.15.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa632d8ce90db3c5bb3b86f2e30352892d53f876475cb5d662e6ddc7bd50d72 |
|
MD5 | 7aa283e43faea2a4af732dda9df31b93 |
|
BLAKE2b-256 | ffc25300c7fba821295dedd9ca9b791110d4b2bbf32bc3c914c6385143d0b05c |
File details
Details for the file zipline.py-0.15.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.15.0-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f8ab5228ae75896ba136d5faa38de923743536ff90a2c3119b53e50fe647c2 |
|
MD5 | f3a5e7e4c2c3016f0dc24f78cc778d71 |
|
BLAKE2b-256 | 80b75ad784117ef2486ec4814756c8c450fb82492453190a6e591cb80d7abd86 |