strto


Namestrto JSON
Version 0.1.3 PyPI version JSON
download
home_page
Summarystring to object
upload_time2023-12-02 15:38:28
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords strto python object parser python string to object parser python type hint parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # strto
[![Tests](https://github.com/zigai/strto/actions/workflows/tests.yml/badge.svg)](https://github.com/zigai/strto/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/strto.svg)](https://badge.fury.io/py/strto)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/strto)](https://pepy.tech/project/strto)
[![license](https://img.shields.io/github/license/zigai/strto.svg)](https://github.com/zigai/strto/blob/master/LICENSE)
# Installation
#### From PyPi
```
pip install strto
```
#### From source
```
pip install git+https://github.com/zigai/strto.git
```
# License
[MIT License](https://github.com/zigai/strto/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "strto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "strto,python object parser,python string to object,parser,python type hint parser",
    "author": "",
    "author_email": "\u017diga Ivan\u0161ek <ziga.ivansek@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a3/66/579c88fbc76549feb0236311f9873436b4dd1bb5419032dbcf14aac9c4c6/strto-0.1.3.tar.gz",
    "platform": null,
    "description": "# strto\n[![Tests](https://github.com/zigai/strto/actions/workflows/tests.yml/badge.svg)](https://github.com/zigai/strto/actions/workflows/tests.yml)\n[![PyPI version](https://badge.fury.io/py/strto.svg)](https://badge.fury.io/py/strto)\n![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/strto)](https://pepy.tech/project/strto)\n[![license](https://img.shields.io/github/license/zigai/strto.svg)](https://github.com/zigai/strto/blob/master/LICENSE)\n# Installation\n#### From PyPi\n```\npip install strto\n```\n#### From source\n```\npip install git+https://github.com/zigai/strto.git\n```\n# License\n[MIT License](https://github.com/zigai/strto/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "string to object",
    "version": "0.1.3",
    "project_urls": {
        "Repository": "https://github.com/zigai/strto"
    },
    "split_keywords": [
        "strto",
        "python object parser",
        "python string to object",
        "parser",
        "python type hint parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49c862db9615c3776003d54c9f0719fd3a27ad786baf7e1103c31f89527fadc6",
                "md5": "3fbd123f287e0d9ad9a10034f1705c27",
                "sha256": "4439880501ec132d145ba94cb54a506b89f6c9a7771ac96177480b4778e8eb55"
            },
            "downloads": -1,
            "filename": "strto-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3fbd123f287e0d9ad9a10034f1705c27",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6298,
            "upload_time": "2023-12-02T15:38:26",
            "upload_time_iso_8601": "2023-12-02T15:38:26.575863Z",
            "url": "https://files.pythonhosted.org/packages/49/c8/62db9615c3776003d54c9f0719fd3a27ad786baf7e1103c31f89527fadc6/strto-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a366579c88fbc76549feb0236311f9873436b4dd1bb5419032dbcf14aac9c4c6",
                "md5": "7ee28b4bc59bf48127a35daf6209d9bc",
                "sha256": "b1a8409cc9b838bbe34f8a935eb1414599457f72ef6f46618be031cd5a416d9a"
            },
            "downloads": -1,
            "filename": "strto-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7ee28b4bc59bf48127a35daf6209d9bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7167,
            "upload_time": "2023-12-02T15:38:28",
            "upload_time_iso_8601": "2023-12-02T15:38:28.396429Z",
            "url": "https://files.pythonhosted.org/packages/a3/66/579c88fbc76549feb0236311f9873436b4dd1bb5419032dbcf14aac9c4c6/strto-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-02 15:38:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zigai",
    "github_project": "strto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "strto"
}
        
Elapsed time: 0.14299s