cv-timeseries


Namecv-timeseries JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/anasofiama/package_creation.git
SummaryMy short description
upload_time2024-09-08 17:47:19
maintainerNone
docs_urlNone
authorAna
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cv_timeseries

Description.\
The package cv_timeseries is used to:\
	- Calculate the variation coefficient (VC) of a time series;\
	- Plot the VC.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install cv_timeseries

```bash
pip install cv_timeseries
```

## Usage

```python
from cv_timeseries.statistics.calculate_cv import VC
from cv_timeseries.plots.plot_cv import Plot


cv = VC(time_series).calculate_vc()
Plot(cv).plot_cv()
```

## Author
Ana Sofia

## License
[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/anasofiama/package_creation.git",
    "name": "cv-timeseries",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ana",
    "author_email": "sofia.mirandaalbuquerque@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/17/57d72e71b923f0f6fdf6ba206ec40f4db88475d3278936780b9f5efcd0d2/cv_timeseries-0.0.2.tar.gz",
    "platform": null,
    "description": "# cv_timeseries\r\n\r\nDescription.\\\r\nThe package cv_timeseries is used to:\\\r\n\t- Calculate the variation coefficient (VC) of a time series;\\\r\n\t- Plot the VC.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install cv_timeseries\r\n\r\n```bash\r\npip install cv_timeseries\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom cv_timeseries.statistics.calculate_cv import VC\r\nfrom cv_timeseries.plots.plot_cv import Plot\r\n\r\n\r\ncv = VC(time_series).calculate_vc()\r\nPlot(cv).plot_cv()\r\n```\r\n\r\n## Author\r\nAna Sofia\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "My short description",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/anasofiama/package_creation.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7556c836410d07e49941f649c42ad3c5ce55137aac77d2d17bb7447f9aea1960",
                "md5": "16a8cfe8d10ef73083efab55a8f3ff37",
                "sha256": "4d3b0d0bbe767652731e541c6c80e358b11abe039b2fbb5aa67783a3dff0375e"
            },
            "downloads": -1,
            "filename": "cv_timeseries-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16a8cfe8d10ef73083efab55a8f3ff37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2898,
            "upload_time": "2024-09-08T17:47:17",
            "upload_time_iso_8601": "2024-09-08T17:47:17.450273Z",
            "url": "https://files.pythonhosted.org/packages/75/56/c836410d07e49941f649c42ad3c5ce55137aac77d2d17bb7447f9aea1960/cv_timeseries-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "681757d72e71b923f0f6fdf6ba206ec40f4db88475d3278936780b9f5efcd0d2",
                "md5": "815bdd9774f1d68906cc389ce5a61a30",
                "sha256": "4eb75130494cb182c8bcaf632aaf76f8a4b69a5923b92d426a0020b5a04c97b6"
            },
            "downloads": -1,
            "filename": "cv_timeseries-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "815bdd9774f1d68906cc389ce5a61a30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2262,
            "upload_time": "2024-09-08T17:47:19",
            "upload_time_iso_8601": "2024-09-08T17:47:19.288374Z",
            "url": "https://files.pythonhosted.org/packages/68/17/57d72e71b923f0f6fdf6ba206ec40f4db88475d3278936780b9f5efcd0d2/cv_timeseries-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 17:47:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anasofiama",
    "github_project": "package_creation",
    "github_not_found": true,
    "lcname": "cv-timeseries"
}
        
Ana
Elapsed time: 1.30280s