stdl


Namestdl JSON
Version 0.5.1 PyPI version JSON
download
home_page
SummaryExtended Python Standard Library
upload_time2023-12-02 16:00:19
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords python utilites filesystem string manipulation logging configuration list utils standard library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # stdl
[![Tests](https://github.com/zigai/stdl/actions/workflows/tests.yml/badge.svg)](https://github.com/zigai/stdl/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/stdl.svg)](https://badge.fury.io/py/stdl)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/stdl)](https://pepy.tech/project/stdl)
[![license](https://img.shields.io/github/license/zigai/stdl.svg)](https://github.com/zigai/stdl/blob/master/LICENSE)

Extended Python standard library.
# Installation

#### Using pip
```
pip install stdl
```
#### From source
```
pip install git+https://github.com/zigai/stdl
```
# License
[MIT License](https://github.com/zigai/stdl/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "stdl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python utilites,filesystem,string manipulation,logging configuration,list utils,standard library",
    "author": "",
    "author_email": "\u017diga Ivan\u0161ek <ziga.ivansek@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cd/6c/1a69207e447fc61253b33b32168a10dbf08ad61e6e52db968af0de0f7c38/stdl-0.5.1.tar.gz",
    "platform": null,
    "description": "# stdl\n[![Tests](https://github.com/zigai/stdl/actions/workflows/tests.yml/badge.svg)](https://github.com/zigai/stdl/actions/workflows/tests.yml)\n[![PyPI version](https://badge.fury.io/py/stdl.svg)](https://badge.fury.io/py/stdl)\n![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/stdl)](https://pepy.tech/project/stdl)\n[![license](https://img.shields.io/github/license/zigai/stdl.svg)](https://github.com/zigai/stdl/blob/master/LICENSE)\n\nExtended Python standard library.\n# Installation\n\n#### Using pip\n```\npip install stdl\n```\n#### From source\n```\npip install git+https://github.com/zigai/stdl\n```\n# License\n[MIT License](https://github.com/zigai/stdl/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Extended Python Standard Library",
    "version": "0.5.1",
    "project_urls": {
        "Repository": "https://github.com/zigai/stdl"
    },
    "split_keywords": [
        "python utilites",
        "filesystem",
        "string manipulation",
        "logging configuration",
        "list utils",
        "standard library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ed8a2e61e47e8950fd325166151d69564195055ad4606b9ed6a26f1446cff48",
                "md5": "7bd8079fef445a98c3f9172e45f8cf16",
                "sha256": "c79e73339f45992fef7402e58e45ec7abc18c5e364dafd0c4e8cb569754e0079"
            },
            "downloads": -1,
            "filename": "stdl-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bd8079fef445a98c3f9172e45f8cf16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20653,
            "upload_time": "2023-12-02T16:00:17",
            "upload_time_iso_8601": "2023-12-02T16:00:17.902556Z",
            "url": "https://files.pythonhosted.org/packages/0e/d8/a2e61e47e8950fd325166151d69564195055ad4606b9ed6a26f1446cff48/stdl-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd6c1a69207e447fc61253b33b32168a10dbf08ad61e6e52db968af0de0f7c38",
                "md5": "5ac114e3be952072307fb3abf84b3840",
                "sha256": "53ba7a314bec7e5d68605c8fd731b35ebb91374ff65dc23a455715a762fbb197"
            },
            "downloads": -1,
            "filename": "stdl-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5ac114e3be952072307fb3abf84b3840",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21224,
            "upload_time": "2023-12-02T16:00:19",
            "upload_time_iso_8601": "2023-12-02T16:00:19.930209Z",
            "url": "https://files.pythonhosted.org/packages/cd/6c/1a69207e447fc61253b33b32168a10dbf08ad61e6e52db968af0de0f7c38/stdl-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-02 16:00:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zigai",
    "github_project": "stdl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "stdl"
}
        
Elapsed time: 0.15791s