Skip to main content

An async wrapper for the Zipline api.

Project description

An asynchronous wrapper for the Zipline API.

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())

Additional examples available HERE

Documentation available HERE

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

Uploaded Source

Built Distribution

zipline.py-0.17.1-py3-none-any.whl (19.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zipline.py-0.17.1.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for zipline.py-0.17.1.tar.gz
Algorithm Hash digest
SHA256 91e52a06f2ccfd0843b3be0d8fc16996bb6c8ab13af222e3099f82a350ab558e
MD5 955d04f87a537a6948a95cc3d7213937
BLAKE2b-256 383d60e3b83702367cde05ce0266701771644eae490a53d185c19b271983324d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zipline.py-0.17.1-py3-none-any.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for zipline.py-0.17.1-py3-none-any.whl
Algorithm Hash digest
SHA256 703c4a6659e27bdfe7dfe46b3c7f9ed3aa5310a66e35871ec29e3e82c4bf8fce
MD5 b82c1ac37b93ca074c3c8c4e8bc81207
BLAKE2b-256 93859f53400151f4d6b1f05c8e680da086049cb795e5d1ed7f4841647a664faa

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