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.2.0.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.2.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.2.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 | 965b19ca4269ddeb44143046213beb0bf2be444d41bf66663e6746368312cd8e |
|
MD5 | b4b2b667d314e55e3f8e239319185b1c |
|
BLAKE2b-256 | 9c853b93582cffe5c688b51551f48c5dcc940b9a5505180e123e2da516fc16e8 |
File details
Details for the file zipline.py-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.2.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 | ce1ea1eb8d4ff8964b6a4cf01979cdae8432a3ef62c3eae67e7fe0239af104b2 |
|
MD5 | 3c25733beb2e394fe8f501acb7996c9c |
|
BLAKE2b-256 | d384994cf0d7afcafc785c131e20160f5f300bf17e3e16a3e10412e752665c90 |