tabe


Nametabe JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryTrend and baseline estimator.
upload_time2025-08-23 11:29:48
maintainerNone
docs_urlNone
authorNone
requires_python<=3.13,>=3.10
licenseNone
keywords baseline trend
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TABE: Trend and Baseline Estimator

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tabe?color=blue&logo=Python&logoColor=white&style=for-the-badge)](https://pypi.org/project/tabe)
[![PyPI - Version](https://img.shields.io/pypi/v/tabe?color=blue&logo=PyPI&logoColor=white&style=for-the-badge)](https://pypi.org/project/tabe)
[![License: GPL v3](https://img.shields.io/github/license/wcxve/tabe?color=blue&logo=open-source-initiative&logoColor=white&style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)<br>
[![Coverage Status](https://img.shields.io/codecov/c/github/wcxve/tabe?logo=Codecov&logoColor=white&style=for-the-badge)](https://app.codecov.io/github/wcxve/tabe)
[![Documentation Status](https://img.shields.io/readthedocs/tabe?logo=Read-the-Docs&logoColor=white&style=for-the-badge)](https://tabe.readthedocs.io/en/latest/?badge=latest)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tabe
```

## Documentation

Read the documentation [here](https://tabe.readthedocs.io).

## License

`tabe` is distributed under the terms of the [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tabe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<=3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "baseline, trend",
    "author": null,
    "author_email": "xuewc <wcxuemail@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2d/74/d635406bbddaebdc64e46ad5dd2f48e51889fd0b5bf601c25c8743a9cb2e/tabe-0.0.0.tar.gz",
    "platform": null,
    "description": "# TABE: Trend and Baseline Estimator\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tabe?color=blue&logo=Python&logoColor=white&style=for-the-badge)](https://pypi.org/project/tabe)\n[![PyPI - Version](https://img.shields.io/pypi/v/tabe?color=blue&logo=PyPI&logoColor=white&style=for-the-badge)](https://pypi.org/project/tabe)\n[![License: GPL v3](https://img.shields.io/github/license/wcxve/tabe?color=blue&logo=open-source-initiative&logoColor=white&style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)<br>\n[![Coverage Status](https://img.shields.io/codecov/c/github/wcxve/tabe?logo=Codecov&logoColor=white&style=for-the-badge)](https://app.codecov.io/github/wcxve/tabe)\n[![Documentation Status](https://img.shields.io/readthedocs/tabe?logo=Read-the-Docs&logoColor=white&style=for-the-badge)](https://tabe.readthedocs.io/en/latest/?badge=latest)\n\n-----\n\n## Table of Contents\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install tabe\n```\n\n## Documentation\n\nRead the documentation [here](https://tabe.readthedocs.io).\n\n## License\n\n`tabe` is distributed under the terms of the [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Trend and baseline estimator.",
    "version": "0.0.0",
    "project_urls": {
        "Documentation": "https://github.com/wcxve/tabe#readme",
        "Issues": "https://github.com/wcxve/tabe/issues",
        "Source": "https://github.com/wcxve/tabe"
    },
    "split_keywords": [
        "baseline",
        " trend"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d74d635406bbddaebdc64e46ad5dd2f48e51889fd0b5bf601c25c8743a9cb2e",
                "md5": "031f2f854034eb9fdbc578a8cf3a870b",
                "sha256": "3e02ca06d3c9c0509cefda0da7f234ce79d735bb9732d0994837a60cacbb742b"
            },
            "downloads": -1,
            "filename": "tabe-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "031f2f854034eb9fdbc578a8cf3a870b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.13,>=3.10",
            "size": 14478,
            "upload_time": "2025-08-23T11:29:48",
            "upload_time_iso_8601": "2025-08-23T11:29:48.276011Z",
            "url": "https://files.pythonhosted.org/packages/2d/74/d635406bbddaebdc64e46ad5dd2f48e51889fd0b5bf601c25c8743a9cb2e/tabe-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 11:29:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wcxve",
    "github_project": "tabe#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tabe"
}
        
Elapsed time: 1.32968s