krozark-functils


Namekrozark-functils 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-10-09 15:59:26
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.
            # krozark-funcutils

This is a module that aime to store usefull functions

## Installation

```shell
pip install -U krozark-funcutils
```

## 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-functils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "funcutils",
    "author": "Maxime Barbier",
    "author_email": "maxime.barbier1991+py-functils@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/64/11/eea043f9129cbf6338f7f21af03c033005f2671bb621c793bf705819a6e0/krozark-functils-0.1.2.tar.gz",
    "platform": null,
    "description": "# krozark-funcutils\n\nThis is a module that aime to store usefull functions\n\n## Installation\n\n```shell\npip install -U krozark-funcutils\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": "b0d6a88d0152843c6795e2be15374d48941f9aa0727f0b671e9b609b06764065",
                "md5": "51cf5b8f059fa437556ffd86957c998c",
                "sha256": "2745ca392c35adc4ee4ef9c674981cfe5a74d9b3e1955527861a49f60aa874bb"
            },
            "downloads": -1,
            "filename": "krozark_functils-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51cf5b8f059fa437556ffd86957c998c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5664,
            "upload_time": "2023-10-09T15:59:24",
            "upload_time_iso_8601": "2023-10-09T15:59:24.733351Z",
            "url": "https://files.pythonhosted.org/packages/b0/d6/a88d0152843c6795e2be15374d48941f9aa0727f0b671e9b609b06764065/krozark_functils-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6411eea043f9129cbf6338f7f21af03c033005f2671bb621c793bf705819a6e0",
                "md5": "d94646359cd5a141446cd19e474a284b",
                "sha256": "6fd7bfa7d3f43e33f817039e7d7e03b0a738c5a8ab75a206bde23843cb1ccaef"
            },
            "downloads": -1,
            "filename": "krozark-functils-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d94646359cd5a141446cd19e474a284b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4802,
            "upload_time": "2023-10-09T15:59:26",
            "upload_time_iso_8601": "2023-10-09T15:59:26.221141Z",
            "url": "https://files.pythonhosted.org/packages/64/11/eea043f9129cbf6338f7f21af03c033005f2671bb621c793bf705819a6e0/krozark-functils-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-09 15:59:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Krozark",
    "github_project": "py-functils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "krozark-functils"
}
        
Elapsed time: 0.15550s