pandas-ta-classic


Namepandas-ta-classic JSON
Version 0.3.14b1 PyPI version JSON
download
home_pagehttps://github.com/xgboosted/pandas-ta-classic
SummaryAn easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators. Can be called from a Pandas DataFrame or standalone like TA-Lib. Correlation tested with TA-Lib. This is the classic/community maintained version.
upload_time2025-08-01 14:12:07
maintainerxgboosted
docs_urlNone
authorxgboosted
requires_pythonNone
licenseThe MIT License (MIT)
keywords technical analysis trading python3 pandas
VCS
bugtrack_url
requirements numpy pandas python-dateutil pytz six
Travis-CI No Travis.
coveralls test coverage No coveralls.
            An easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators. Can be called from a Pandas DataFrame or standalone like TA-Lib. Correlation tested with TA-Lib. This is the classic/community maintained version.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xgboosted/pandas-ta-classic",
    "name": "pandas-ta-classic",
    "maintainer": "xgboosted",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "technical analysis, trading, python3, pandas",
    "author": "xgboosted",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/50/7d/ea6533a25862bbb5d09adf9ef00dd27bd56deba08846b67ddf6e652aedd1/pandas_ta_classic-0.3.14b1.tar.gz",
    "platform": null,
    "description": "An easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators. Can be called from a Pandas DataFrame or standalone like TA-Lib. Correlation tested with TA-Lib. This is the classic/community maintained version.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)",
    "summary": "An easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators. Can be called from a Pandas DataFrame or standalone like TA-Lib. Correlation tested with TA-Lib. This is the classic/community maintained version.",
    "version": "0.3.14b1",
    "project_urls": {
        "Download": "https://github.com/xgboosted/pandas-ta-classic.git",
        "Homepage": "https://github.com/xgboosted/pandas-ta-classic"
    },
    "split_keywords": [
        "technical analysis",
        " trading",
        " python3",
        " pandas"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bf34887059e35c12450bf104930d254aaa24143f72d32848d7e4460260bb7d4",
                "md5": "9c084eba02356fc0282c2411fd7e7862",
                "sha256": "69637ffb903a32fbb51afceef0e6f4b7d17ade31b2a07e9d9f405ce689f02f60"
            },
            "downloads": -1,
            "filename": "pandas_ta_classic-0.3.14b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c084eba02356fc0282c2411fd7e7862",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 223543,
            "upload_time": "2025-08-01T14:12:06",
            "upload_time_iso_8601": "2025-08-01T14:12:06.524229Z",
            "url": "https://files.pythonhosted.org/packages/8b/f3/4887059e35c12450bf104930d254aaa24143f72d32848d7e4460260bb7d4/pandas_ta_classic-0.3.14b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "507dea6533a25862bbb5d09adf9ef00dd27bd56deba08846b67ddf6e652aedd1",
                "md5": "e4b7d6134c04fe4da458b3491847efe1",
                "sha256": "853b31667890e640e093c86e58fb132b7dcd6b32cc50087eb46a2ff02217029b"
            },
            "downloads": -1,
            "filename": "pandas_ta_classic-0.3.14b1.tar.gz",
            "has_sig": false,
            "md5_digest": "e4b7d6134c04fe4da458b3491847efe1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 145261,
            "upload_time": "2025-08-01T14:12:07",
            "upload_time_iso_8601": "2025-08-01T14:12:07.822885Z",
            "url": "https://files.pythonhosted.org/packages/50/7d/ea6533a25862bbb5d09adf9ef00dd27bd56deba08846b67ddf6e652aedd1/pandas_ta_classic-0.3.14b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 14:12:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xgboosted",
    "github_project": "pandas-ta-classic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.21.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.8.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2021.1"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.16.0"
                ]
            ]
        }
    ],
    "lcname": "pandas-ta-classic"
}
        
Elapsed time: 1.92514s