pandaxt


Namepandaxt JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/havocesp/pandaxt
SummaryA Python 3 'ccxt' wrapper over 'Pandas' lib.
upload_time2023-06-17 10:58:14
maintainer
docs_urlNone
authorDaniel J. Umpierrez
requires_python>=3.8
licenseThis is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. 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 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. For more information, please refer to <http://unlicense.org>
keywords altcoins altcoin exchange pandas bitcoin trading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PandaXT

A Python 3 "__ccxt__" wrapper over __Pandas__ lib.

 - Author: Daniel J. Umpierrez
 - License: UNLICENSE
 - Version: 0.1.10

## Description

Python ccxt multi-exchange lib mixed with pandas lib for data handling.

## Requirements

 - [requests](https://pypi.org/project/requests)
 - [regex](https://pypi.org/project/regex)
 - [ccxt](https://pypi.org/project/ccxt)
 - [pandas](https://pypi.org/project/pandas)
 - [Cython](https://pypi.org/project/Cython)
 - [diskcache](https://pypi.org/project/diskcache)
 - [newtulipy](https://pypi.org/project/newtulipy/)

## Usage

### Basic example

```python
from pandaxt import PandaXT
api = PandaXT('binance')
print(api.markets)
```

## Changelog

Project changes over versions.

### 0.1.10
 - Update python versions support ti >=3.8
 - Update some requirements.
 - Added tox.ini and pyproject.toml files.

### 0.1.9
 - Removed unnecessary comments and code at utils.py
 - Added docstring to to_lower function.

### 0.1.8
 - Minor fixes.

### 0.1.7
 - Fixed "currencies" method and recursion limit bugs.

### 0.1.6
- README requirements fixed
- Removed 'PandaXT._fetch_ohlcv' method.

### 0.1.5
- Many features added and many errors fixed

### 0.1.4
- New "model" module.
- Added dict2class in "utils" module.

### 0.1.3
- "Binance" specific options added for time adjust and auto fit precision or orders.md.

### 0.1.2
- New "create_market_order" method.
- New "sort_by" function in utils module.
- Unified cancel methods into "cancel_order".
- Sell and Buy methods auto-fill price and amount if not is supplied as param.

### 0.1.1
- Added precision related methods to "_PandaXT_" class.

### 0.1.0
- Initial version

## TODO
- TODO

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/havocesp/pandaxt",
    "name": "pandaxt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "altcoins,altcoin,exchange,pandas,bitcoin,trading",
    "author": "Daniel J. Umpierrez",
    "author_email": "\"Daniel J. Umpierrez\" <10012416+havocesp@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/2e/18465f70e99fc9e70ed24ba6839d9c6394c9c26bccf1a5eb0675d4a47cd8/pandaxt-0.1.10.tar.gz",
    "platform": null,
    "description": "# PandaXT\n\nA Python 3 \"__ccxt__\" wrapper over __Pandas__ lib.\n\n - Author: Daniel J. Umpierrez\n - License: UNLICENSE\n - Version: 0.1.10\n\n## Description\n\nPython ccxt multi-exchange lib mixed with pandas lib for data handling.\n\n## Requirements\n\n - [requests](https://pypi.org/project/requests)\n - [regex](https://pypi.org/project/regex)\n - [ccxt](https://pypi.org/project/ccxt)\n - [pandas](https://pypi.org/project/pandas)\n - [Cython](https://pypi.org/project/Cython)\n - [diskcache](https://pypi.org/project/diskcache)\n - [newtulipy](https://pypi.org/project/newtulipy/)\n\n## Usage\n\n### Basic example\n\n```python\nfrom pandaxt import PandaXT\napi = PandaXT('binance')\nprint(api.markets)\n```\n\n## Changelog\n\nProject changes over versions.\n\n### 0.1.10\n - Update python versions support ti >=3.8\n - Update some requirements.\n - Added tox.ini and pyproject.toml files.\n\n### 0.1.9\n - Removed unnecessary comments and code at utils.py\n - Added docstring to to_lower function.\n\n### 0.1.8\n - Minor fixes.\n\n### 0.1.7\n - Fixed \"currencies\" method and recursion limit bugs.\n\n### 0.1.6\n- README requirements fixed\n- Removed 'PandaXT._fetch_ohlcv' method.\n\n### 0.1.5\n- Many features added and many errors fixed\n\n### 0.1.4\n- New \"model\" module.\n- Added dict2class in \"utils\" module.\n\n### 0.1.3\n- \"Binance\" specific options added for time adjust and auto fit precision or orders.md.\n\n### 0.1.2\n- New \"create_market_order\" method.\n- New \"sort_by\" function in utils module.\n- Unified cancel methods into \"cancel_order\".\n- Sell and Buy methods auto-fill price and amount if not is supplied as param.\n\n### 0.1.1\n- Added precision related methods to \"_PandaXT_\" class.\n\n### 0.1.0\n- Initial version\n\n## TODO\n- TODO\n",
    "bugtrack_url": null,
    "license": "This is free and unencumbered software released into the public domain.  Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.  In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.  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 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.  For more information, please refer to <http://unlicense.org> ",
    "summary": "A Python 3 'ccxt' wrapper over 'Pandas' lib.",
    "version": "0.1.10",
    "project_urls": {
        "Bug Reports": "https://github.com/havocesp/pandaxt/issues",
        "Homepage": "https://github.com/havocesp/pandaxt",
        "Source": "https://github.com/havocesp/pandaxt"
    },
    "split_keywords": [
        "altcoins",
        "altcoin",
        "exchange",
        "pandas",
        "bitcoin",
        "trading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c2e18465f70e99fc9e70ed24ba6839d9c6394c9c26bccf1a5eb0675d4a47cd8",
                "md5": "72f8614ae784708f087ef4d500b358e3",
                "sha256": "a0b4086cf7c4a8fdb5ecccf28d7d95a2535e9b4eb95690596a047b25bb65f449"
            },
            "downloads": -1,
            "filename": "pandaxt-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "72f8614ae784708f087ef4d500b358e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20578,
            "upload_time": "2023-06-17T10:58:14",
            "upload_time_iso_8601": "2023-06-17T10:58:14.084268Z",
            "url": "https://files.pythonhosted.org/packages/9c/2e/18465f70e99fc9e70ed24ba6839d9c6394c9c26bccf1a5eb0675d4a47cd8/pandaxt-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-17 10:58:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "havocesp",
    "github_project": "pandaxt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "pandaxt"
}
        
Elapsed time: 0.08447s