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.18.0.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

zipline.py-0.18.0-py3-none-any.whl (20.9 kB view hashes)

Uploaded Python 3

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