krozark-funcutils


Namekrozark-funcutils JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Krozark/py-functils
SummaryThe aim of this project is to group some usefull python class
upload_time2023-09-12 02:03:31
maintainer
docs_urlNone
authorMaxime Barbier
requires_python
licenseBSD2
keywords funcutils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-functils

This is a module that aime to store usefull functions

## Installation

```shell
pip install -U .
```

## Developement

```shell
pip install -U -e .[dev]
```

before commit, you can run:

```shell
pre-commit run --all-files
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Krozark/py-functils",
    "name": "krozark-funcutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "funcutils",
    "author": "Maxime Barbier",
    "author_email": "maxime.barbier1991+py-funcutils@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/68/71666e9453702d4faa648450739cb579296f50c7d23fb130a987f6b93d36/krozark-funcutils-0.1.2.tar.gz",
    "platform": null,
    "description": "# py-functils\n\nThis is a module that aime to store usefull functions\n\n## Installation\n\n```shell\npip install -U .\n```\n\n## Developement\n\n```shell\npip install -U -e .[dev]\n```\n\nbefore commit, you can run:\n\n```shell\npre-commit run --all-files\n```\n",
    "bugtrack_url": null,
    "license": "BSD2",
    "summary": "The aim of this project is to group some usefull python class",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/Krozark/py-functils"
    },
    "split_keywords": [
        "funcutils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "097846fe122a6fc74703b61afe664961f26a8da5a39f1e1ca88fd3c4e5099ca9",
                "md5": "a25d71abbb8adc685fbde0c081431ee1",
                "sha256": "5f5326bf73cafa2355bc26b1b86fd9e167fc91d75191a28d8d3e012677d197d1"
            },
            "downloads": -1,
            "filename": "krozark_funcutils-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a25d71abbb8adc685fbde0c081431ee1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5358,
            "upload_time": "2023-09-12T02:03:30",
            "upload_time_iso_8601": "2023-09-12T02:03:30.513819Z",
            "url": "https://files.pythonhosted.org/packages/09/78/46fe122a6fc74703b61afe664961f26a8da5a39f1e1ca88fd3c4e5099ca9/krozark_funcutils-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "026871666e9453702d4faa648450739cb579296f50c7d23fb130a987f6b93d36",
                "md5": "3ec2a4ae34d758654c772f7c65b5d2be",
                "sha256": "50409d2c099bd614e5c2a7e818ec0b0ff81f3dac0d5363af519cd5937c3b3403"
            },
            "downloads": -1,
            "filename": "krozark-funcutils-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3ec2a4ae34d758654c772f7c65b5d2be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4497,
            "upload_time": "2023-09-12T02:03:31",
            "upload_time_iso_8601": "2023-09-12T02:03:31.844336Z",
            "url": "https://files.pythonhosted.org/packages/02/68/71666e9453702d4faa648450739cb579296f50c7d23fb130a987f6b93d36/krozark-funcutils-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 02:03:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Krozark",
    "github_project": "py-functils",
    "github_not_found": true,
    "lcname": "krozark-funcutils"
}
        
Elapsed time: 0.17529s