Skip to main content

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


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.10.0.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

zipline.py-0.10.0-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file zipline.py-0.10.0.tar.gz.

File metadata

  • Download URL: zipline.py-0.10.0.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for zipline.py-0.10.0.tar.gz
Algorithm Hash digest
SHA256 fe4180c21d24ca26a4d0805412e5dcdf3c3f31133b5a9c1cd4e5dd30168a0a85
MD5 a896bb965f4a74bda534c39f90dd4ffd
BLAKE2b-256 b481a9f2596a01ab75ec1c70528dd658a5d324a4d375f65107e70a05b3588166

See more details on using hashes here.

File details

Details for the file zipline.py-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: zipline.py-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for zipline.py-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c8dba36638208186ce88687ec210cef6a3a46d5e96110c379741f6504c01916f
MD5 13e3eddf1d7da8465f457df618976e8a
BLAKE2b-256 2eb132219c9938c45485a40dbaeeb499e5d1dd7c9aa6f4cabcf5855a7206a764

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page