freqtrade-client


Namefreqtrade-client JSON
Version 2025.8 PyPI version JSON
download
home_pageNone
SummaryFreqtrade - Client scripts
upload_time2025-08-31 06:49:29
maintainerNone
docs_urlNone
authorFreqtrade Team
requires_python>=3.11
licenseGPLv3
keywords
VCS
bugtrack_url
requirements numpy numpy pandas pandas bottleneck numexpr ft-pandas-ta ta-lib technical ccxt cryptography aiohttp SQLAlchemy python-telegram-bot httpx humanize cachetools requests urllib3 certifi jsonschema tabulate pycoingecko jinja2 joblib rich pyarrow pyarrow python-rapidjson orjson sdnotify fastapi pydantic uvicorn pyjwt aiofiles psutil questionary prompt-toolkit python-dateutil pytz schedule websockets janus ast-comments packaging
Travis-CI No Travis.
coveralls test coverage
            # Freqtrade Client

# ![freqtrade](https://raw.githubusercontent.com/freqtrade/freqtrade/develop/docs/assets/freqtrade_poweredby.svg)

Provides a minimal rest client for the freqtrade rest api.

Please check out the [main project](https://github.com/freqtrade/freqtrade) for more information or details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "freqtrade-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Freqtrade Team",
    "author_email": "Freqtrade Team <freqtrade@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/03/ec/5df72e2ff7d7bec54f6d1c93886ba39445241ee52419aa3c778027968387/freqtrade_client-2025.8.tar.gz",
    "platform": null,
    "description": "# Freqtrade Client\n\n# ![freqtrade](https://raw.githubusercontent.com/freqtrade/freqtrade/develop/docs/assets/freqtrade_poweredby.svg)\n\nProvides a minimal rest client for the freqtrade rest api.\n\nPlease check out the [main project](https://github.com/freqtrade/freqtrade) for more information or details.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Freqtrade - Client scripts",
    "version": "2025.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/freqtrade/freqtrade/issues",
        "Documentation": "https://freqtrade.io",
        "Homepage": "https://github.com/freqtrade/freqtrade"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37284918070acee15a705d72e5bfe87e695e52ad5a789136f2e03c15a912b207",
                "md5": "06efa192a7f73d5e112abc501557e8a3",
                "sha256": "04810cd72124604da791d2e0f11a393613629d64d30c4fa92bcdbd2d80e4638d"
            },
            "downloads": -1,
            "filename": "freqtrade_client-2025.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06efa192a7f73d5e112abc501557e8a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 20392,
            "upload_time": "2025-08-31T06:49:26",
            "upload_time_iso_8601": "2025-08-31T06:49:26.596827Z",
            "url": "https://files.pythonhosted.org/packages/37/28/4918070acee15a705d72e5bfe87e695e52ad5a789136f2e03c15a912b207/freqtrade_client-2025.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03ec5df72e2ff7d7bec54f6d1c93886ba39445241ee52419aa3c778027968387",
                "md5": "9d796cb5ba10d724096eff07212d51a4",
                "sha256": "66343dd6475734ee8dc86dd3ece183ed835be1c88de28bc8cb41aaff91fe8848"
            },
            "downloads": -1,
            "filename": "freqtrade_client-2025.8.tar.gz",
            "has_sig": false,
            "md5_digest": "9d796cb5ba10d724096eff07212d51a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 20030,
            "upload_time": "2025-08-31T06:49:29",
            "upload_time_iso_8601": "2025-08-31T06:49:29.466301Z",
            "url": "https://files.pythonhosted.org/packages/03/ec/5df72e2ff7d7bec54f6d1c93886ba39445241ee52419aa3c778027968387/freqtrade_client-2025.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 06:49:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "freqtrade",
    "github_project": "freqtrade",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.3.2"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.2.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.3.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "bottleneck",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "numexpr",
            "specs": [
                [
                    "==",
                    "2.11.0"
                ]
            ]
        },
        {
            "name": "ft-pandas-ta",
            "specs": [
                [
                    "==",
                    "0.3.15"
                ]
            ]
        },
        {
            "name": "ta-lib",
            "specs": [
                [
                    "==",
                    "0.6.5"
                ]
            ]
        },
        {
            "name": "technical",
            "specs": [
                [
                    "==",
                    "1.5.3"
                ]
            ]
        },
        {
            "name": "ccxt",
            "specs": [
                [
                    "==",
                    "4.5.2"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "45.0.6"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.12.15"
                ]
            ]
        },
        {
            "name": "SQLAlchemy",
            "specs": [
                [
                    "==",
                    "2.0.43"
                ]
            ]
        },
        {
            "name": "python-telegram-bot",
            "specs": [
                [
                    "==",
                    "22.3"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    ">=",
                    "0.24.1"
                ]
            ]
        },
        {
            "name": "humanize",
            "specs": [
                [
                    "==",
                    "4.12.3"
                ]
            ]
        },
        {
            "name": "cachetools",
            "specs": [
                [
                    "==",
                    "6.1.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.5"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.5.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2025.8.3"
                ]
            ]
        },
        {
            "name": "jsonschema",
            "specs": [
                [
                    "==",
                    "4.25.1"
                ]
            ]
        },
        {
            "name": "tabulate",
            "specs": [
                [
                    "==",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "pycoingecko",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "3.1.6"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": [
                [
                    "==",
                    "1.5.2"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "14.1.0"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    "==",
                    "21.0.0"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    "==",
                    "20.0.0"
                ]
            ]
        },
        {
            "name": "python-rapidjson",
            "specs": [
                [
                    "==",
                    "1.21"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    "==",
                    "3.11.2"
                ]
            ]
        },
        {
            "name": "sdnotify",
            "specs": [
                [
                    "==",
                    "0.3.2"
                ]
            ]
        },
        {
            "name": "fastapi",
            "specs": [
                [
                    "==",
                    "0.116.1"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.11.7"
                ]
            ]
        },
        {
            "name": "uvicorn",
            "specs": [
                [
                    "==",
                    "0.35.0"
                ]
            ]
        },
        {
            "name": "pyjwt",
            "specs": [
                [
                    "==",
                    "2.10.1"
                ]
            ]
        },
        {
            "name": "aiofiles",
            "specs": [
                [
                    "==",
                    "24.1.0"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "==",
                    "7.0.0"
                ]
            ]
        },
        {
            "name": "questionary",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "prompt-toolkit",
            "specs": [
                [
                    "==",
                    "3.0.51"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2025.2"
                ]
            ]
        },
        {
            "name": "schedule",
            "specs": [
                [
                    "==",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    "==",
                    "15.0.1"
                ]
            ]
        },
        {
            "name": "janus",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "ast-comments",
            "specs": [
                [
                    "==",
                    "1.2.3"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "25.0"
                ]
            ]
        }
    ],
    "lcname": "freqtrade-client"
}
        
Elapsed time: 2.48123s