zipline.py


Namezipline.py JSON
Version 0.18.0 PyPI version JSON
download
home_pageNone
SummaryAn async wrapper for the Zipline api.
upload_time2024-04-05 23:58:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright 2023-present fretgfr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords zipline api wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            An asynchronous wrapper for the [Zipline](https://zipline.diced.sh/) API.

# Quickstart

```py
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](https://github.com/fretgfr/zipline.py/tree/master/examples)

Documentation available [HERE](https://ziplinepy.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zipline.py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "zipline, api wrapper",
    "author": null,
    "author_email": "fretgfr <fretgfr@sudomail.com>",
    "download_url": "https://files.pythonhosted.org/packages/75/78/34a261bd985ba8984039b0b626028efb19284334f918aae0495feb23cf2a/zipline.py-0.18.0.tar.gz",
    "platform": null,
    "description": "An asynchronous wrapper for the [Zipline](https://zipline.diced.sh/) API.\n\n# Quickstart\n\n```py\nimport asyncio\n\nimport zipline\n\nasync def main():\n    async with zipline.Client(\"your_zipline_site.com\", \"your_zipline_token\") as client:\n        files = await client.get_all_files()\n\n        for file in files:\n            print(file.name)\n\nasyncio.run(main())\n```\n\nAdditional examples available [HERE](https://github.com/fretgfr/zipline.py/tree/master/examples)\n\nDocumentation available [HERE](https://ziplinepy.readthedocs.io/en/latest/)\n",
    "bugtrack_url": null,
    "license": "Copyright 2023-present fretgfr  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "An async wrapper for the Zipline api.",
    "version": "0.18.0",
    "project_urls": {
        "Documentation": "https://ziplinepy.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/fretgfr/zipline.py/",
        "Issues": "https://github.com/fretgfr/zipline.py/issues"
    },
    "split_keywords": [
        "zipline",
        " api wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "298054a8685a62ede0542b302a1fae6b920db9afdb5984dff77d16b1b5df5e17",
                "md5": "0b129ee0894fc87e9adda9c6eed89689",
                "sha256": "26a9a10547f7deeb61aaa8af0d2e93175a0c5b79ce3302ceda8ea0004d641f73"
            },
            "downloads": -1,
            "filename": "zipline.py-0.18.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b129ee0894fc87e9adda9c6eed89689",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20890,
            "upload_time": "2024-04-05T23:58:23",
            "upload_time_iso_8601": "2024-04-05T23:58:23.162928Z",
            "url": "https://files.pythonhosted.org/packages/29/80/54a8685a62ede0542b302a1fae6b920db9afdb5984dff77d16b1b5df5e17/zipline.py-0.18.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "757834a261bd985ba8984039b0b626028efb19284334f918aae0495feb23cf2a",
                "md5": "520c3a35f92e6846e95650d73d63d3ef",
                "sha256": "45820c788dbddd33a7a14b688e849d910466da833cb05c7561029ddd36d64855"
            },
            "downloads": -1,
            "filename": "zipline.py-0.18.0.tar.gz",
            "has_sig": false,
            "md5_digest": "520c3a35f92e6846e95650d73d63d3ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14689,
            "upload_time": "2024-04-05T23:58:25",
            "upload_time_iso_8601": "2024-04-05T23:58:25.179144Z",
            "url": "https://files.pythonhosted.org/packages/75/78/34a261bd985ba8984039b0b626028efb19284334f918aae0495feb23cf2a/zipline.py-0.18.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 23:58:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fretgfr",
    "github_project": "zipline.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "zipline.py"
}
        
Elapsed time: 0.21367s