krakenapi


Namekrakenapi JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/FuturBroke/kraken-api
SummaryPython library for Kraken API.
upload_time2024-02-17 23:06:47
maintainerAvel Docquin
docs_urlNone
authorAvel Docquin
requires_python>=3.12
licenseGPL-3.0
keywords python kraken api interface
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kraken API
Python interface library for Kraken API.

## Documentation
Package documentation is available at this address:
https://adocquin.github.io/kraken-api/

## Where to get it
The source code is currently hosted on GitHub at: https://github.com/adocquin/kraken-api

Binary installers for the latest released version are available at the Python Package Index (PyPI):
```sh
pip install krakenapi
```

## Installation from sources
In the base directory execute:
```sh
pip install .
```

## License
[GPL-3.0](https://github.com/FuturBroke/kraken-api/blob/main/LICENSE)

## How to contribute
Thanks for your interest in contributing to the project. You can contribute freely by creating an issue, fork or create 
a pull request. Before issuing a pull request, make sure the changes did not break any existing functionality by 
running unit tests in the base directory:
```sh
pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FuturBroke/kraken-api",
    "name": "krakenapi",
    "maintainer": "Avel Docquin",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "adocquin@outlook.com",
    "keywords": "python,kraken,api,interface",
    "author": "Avel Docquin",
    "author_email": "adocquin@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/fc/0275bdfd5076064ed95378d898a95c131933023619775d7edb693c8a8703/krakenapi-1.0.2.tar.gz",
    "platform": "Linux",
    "description": "# Kraken API\nPython interface library for Kraken API.\n\n## Documentation\nPackage documentation is available at this address:\nhttps://adocquin.github.io/kraken-api/\n\n## Where to get it\nThe source code is currently hosted on GitHub at: https://github.com/adocquin/kraken-api\n\nBinary installers for the latest released version are available at the Python Package Index (PyPI):\n```sh\npip install krakenapi\n```\n\n## Installation from sources\nIn the base directory execute:\n```sh\npip install .\n```\n\n## License\n[GPL-3.0](https://github.com/FuturBroke/kraken-api/blob/main/LICENSE)\n\n## How to contribute\nThanks for your interest in contributing to the project. You can contribute freely by creating an issue, fork or create \na pull request. Before issuing a pull request, make sure the changes did not break any existing functionality by \nrunning unit tests in the base directory:\n```sh\npytest\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Python library for Kraken API.",
    "version": "1.0.2",
    "project_urls": {
        "Download": "https://github.com/FuturBroke/kraken-api",
        "Homepage": "https://github.com/FuturBroke/kraken-api"
    },
    "split_keywords": [
        "python",
        "kraken",
        "api",
        "interface"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "963464d76880f77bb67fee35fb7f974dec573867fa6a6088b07a8ac887a1fa95",
                "md5": "6ae16669610b8ce1e2bbc99cfec0ca0e",
                "sha256": "f8476d113900135b904ae8990f783a01baa0f4fe84eff74a3e3fcea02f7ca1a6"
            },
            "downloads": -1,
            "filename": "krakenapi-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ae16669610b8ce1e2bbc99cfec0ca0e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 34050,
            "upload_time": "2024-02-17T23:06:45",
            "upload_time_iso_8601": "2024-02-17T23:06:45.937198Z",
            "url": "https://files.pythonhosted.org/packages/96/34/64d76880f77bb67fee35fb7f974dec573867fa6a6088b07a8ac887a1fa95/krakenapi-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1fc0275bdfd5076064ed95378d898a95c131933023619775d7edb693c8a8703",
                "md5": "6b0eb8ad07568472c60bfbb03f983770",
                "sha256": "7bac1c4f44d0c53f8d25b015cc8361567edc801164370847eadd95b6b42f3041"
            },
            "downloads": -1,
            "filename": "krakenapi-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6b0eb8ad07568472c60bfbb03f983770",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 33592,
            "upload_time": "2024-02-17T23:06:47",
            "upload_time_iso_8601": "2024-02-17T23:06:47.503045Z",
            "url": "https://files.pythonhosted.org/packages/e1/fc/0275bdfd5076064ed95378d898a95c131933023619775d7edb693c8a8703/krakenapi-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 23:06:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FuturBroke",
    "github_project": "kraken-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "krakenapi"
}
        
Elapsed time: 0.20016s