strime


Namestrime JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/woidzero/strime
SummaryA simple string (time+unit) to seconds converter.
upload_time2023-01-19 16:36:29
maintainer
docs_urlNone
authorwoidzero
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Strime
A simple string (time+unit) to seconds converter.

[![PyPI](https://img.shields.io/pypi/v/strime)](https://pypi.org/project/strime)
[![PyPI Downloads](https://img.shields.io/pypi/dm/strime)](https://pypi.org/project/strime)
[![Python Version](https://img.shields.io/badge/python-3.x-white)](https://pypi.org/project/strime)


## Installation
```
pip install strime
```

## Usage
```python
import strime

example = strime.Strime("5d") # 5d = 5 days
print(example.seconds) # Output: 432000
```

## Support
For support [join my Discord server](https://discord.gg/js5pDBSK) or email me - [woidzeroo@gmail.com](mailto://woidzeroo@gmail.com)!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/woidzero/strime",
    "name": "strime",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "woidzero",
    "author_email": "woidzeroo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/98/7ce252564e4bb7d0ae38bccbe4da4ae4453825a0a77d8e6e4caf863c361e/strime-1.0.3.tar.gz",
    "platform": null,
    "description": "# Strime\nA simple string (time+unit) to seconds converter.\n\n[![PyPI](https://img.shields.io/pypi/v/strime)](https://pypi.org/project/strime)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/strime)](https://pypi.org/project/strime)\n[![Python Version](https://img.shields.io/badge/python-3.x-white)](https://pypi.org/project/strime)\n\n\n## Installation\n```\npip install strime\n```\n\n## Usage\n```python\nimport strime\n\nexample = strime.Strime(\"5d\") # 5d = 5 days\nprint(example.seconds) # Output: 432000\n```\n\n## Support\nFor support [join my Discord server](https://discord.gg/js5pDBSK) or email me - [woidzeroo@gmail.com](mailto://woidzeroo@gmail.com)!\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A simple string (time+unit) to seconds converter.",
    "version": "1.0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1711cd1f1e11f6d896c94a47d6e4772471834a2f0dcae37a1f8af3865c24d291",
                "md5": "2a506dcb930e6cb634193cae019aa4ed",
                "sha256": "556ae703f98244b57e9967a7026ed3418051860e3df3d786082c9c894f9bcbbe"
            },
            "downloads": -1,
            "filename": "strime-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a506dcb930e6cb634193cae019aa4ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3053,
            "upload_time": "2023-01-19T16:36:27",
            "upload_time_iso_8601": "2023-01-19T16:36:27.495912Z",
            "url": "https://files.pythonhosted.org/packages/17/11/cd1f1e11f6d896c94a47d6e4772471834a2f0dcae37a1f8af3865c24d291/strime-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99987ce252564e4bb7d0ae38bccbe4da4ae4453825a0a77d8e6e4caf863c361e",
                "md5": "74af12c1716238e2ad4c6843a004870f",
                "sha256": "4c4f00777c5703ed4391bfe3ca6d17ee0091aadc38e43debf6527eb912bab341"
            },
            "downloads": -1,
            "filename": "strime-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "74af12c1716238e2ad4c6843a004870f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2628,
            "upload_time": "2023-01-19T16:36:29",
            "upload_time_iso_8601": "2023-01-19T16:36:29.659720Z",
            "url": "https://files.pythonhosted.org/packages/99/98/7ce252564e4bb7d0ae38bccbe4da4ae4453825a0a77d8e6e4caf863c361e/strime-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-19 16:36:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "woidzero",
    "github_project": "strime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "strime"
}
        
Elapsed time: 0.08274s