zipline.py


Namezipline.py JSON
Version 0.24.0 PyPI version JSON
download
home_pageNone
SummaryAn async wrapper for the Zipline api.
upload_time2025-02-25 00:39:15
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 aiohttp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            An asynchronous wrapper for the [Zipline](https://zipline.diced.sh/) v4 API.

# Quickstart

```py
import asyncio

import zipline


async def main():
    async with zipline.Client("your_zipline_site.com", "your_zipline_token") as client:
        resp = await client.get_files()

        for file in resp.page:
            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/)

For Zipline v3 support, please use version `0.20.0`. This version will not be maintained in the future.

            

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/bf/5f/ccb3c8c4921a925225f91057fd97e9dd20cc1d8571a39f6a16708f9cf635/zipline_py-0.24.0.tar.gz",
    "platform": null,
    "description": "An asynchronous wrapper for the [Zipline](https://zipline.diced.sh/) v4 API.\n\n# Quickstart\n\n```py\nimport asyncio\n\nimport zipline\n\n\nasync def main():\n    async with zipline.Client(\"your_zipline_site.com\", \"your_zipline_token\") as client:\n        resp = await client.get_files()\n\n        for file in resp.page:\n            print(file.name)\n\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\nFor Zipline v3 support, please use version `0.20.0`. This version will not be maintained in the future.\n",
    "bugtrack_url": null,
    "license": "Copyright 2023-present fretgfr\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "An async wrapper for the Zipline api.",
    "version": "0.24.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": null,
            "digests": {
                "blake2b_256": "6a25215c2c842fb7e2fa6856c1b192c9f4a633dc73af3bdd052c1dd1594c3926",
                "md5": "2438f5626ccce1104ca7be94b39b2763",
                "sha256": "56fba2b0d1d5bf3882e78420362101fd2101573fe39ba7dcfecb78205627ea8c"
            },
            "downloads": -1,
            "filename": "zipline.py-0.24.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2438f5626ccce1104ca7be94b39b2763",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 28754,
            "upload_time": "2025-02-25T00:39:14",
            "upload_time_iso_8601": "2025-02-25T00:39:14.047589Z",
            "url": "https://files.pythonhosted.org/packages/6a/25/215c2c842fb7e2fa6856c1b192c9f4a633dc73af3bdd052c1dd1594c3926/zipline.py-0.24.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf5fccb3c8c4921a925225f91057fd97e9dd20cc1d8571a39f6a16708f9cf635",
                "md5": "2d4a0a43a4453bf153c39db4e01ba2b3",
                "sha256": "dd853746549eb01deedd31020da255bd6f0bb06fb26aba6b344f6acfbffc92c9"
            },
            "downloads": -1,
            "filename": "zipline_py-0.24.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2d4a0a43a4453bf153c39db4e01ba2b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23184,
            "upload_time": "2025-02-25T00:39:15",
            "upload_time_iso_8601": "2025-02-25T00:39:15.419947Z",
            "url": "https://files.pythonhosted.org/packages/bf/5f/ccb3c8c4921a925225f91057fd97e9dd20cc1d8571a39f6a16708f9cf635/zipline_py-0.24.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-25 00:39:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fretgfr",
    "github_project": "zipline.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.7.4"
                ],
                [
                    "<",
                    "4"
                ]
            ]
        }
    ],
    "lcname": "zipline.py"
}
        
Elapsed time: 1.41427s