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.11.0.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.11.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.11.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d18bf00c334f55f506c00e82c0ce70186c35cdc3e2aaef1523719d4c3828c2b |
|
MD5 | cb296a4de256a20e10006884dd70c365 |
|
BLAKE2b-256 | 71df7d831e770af19a82d5fb80480bade1690921994e4a918253e52fd0586dda |
File details
Details for the file zipline.py-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.11.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a7d529647d61edca77ad492aab805086d918303286a753c3233c204d0913a73 |
|
MD5 | e2cad92635428ecadf3e2f3d89125c28 |
|
BLAKE2b-256 | 9522feea350468c530bab5a0215e47fa62e14b86836311a2b18bffff86004637 |