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.13.0.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file zipline.py-0.13.0.tar.gz
.
File metadata
- Download URL: zipline.py-0.13.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d415af62d1de39763270f9aba589938d8c1b053018b22f452f465997112445 |
|
MD5 | 4fdd4b694b51dacc0280122a2244eef5 |
|
BLAKE2b-256 | d58d6e1d76811950ded833d2ea9b20a9a1d435f03458208cfdbaa73acc9a32c4 |
File details
Details for the file zipline.py-0.13.0-py3-none-any.whl
.
File metadata
- Download URL: zipline.py-0.13.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 200b9c34c794d2cb995fa52debcdd7c4e39020483f5e505c738f59917436de80 |
|
MD5 | cf9ad3baa14874d8f8737ef4d81b6554 |
|
BLAKE2b-256 | 18e051124e847d8f656a48fa7d02f5c0dfcb032876eb31da047283e041b4c1f6 |