py-kaos-utils


Namepy-kaos-utils JSON
Version 0.1.0rc1 PyPI version JSON
download
home_pagehttps://github.com/kaoslabsinc/py-kaos-utils
SummarySet of utilities and helpers for rapid development of Python applications
upload_time2023-01-25 23:17:26
maintainer
docs_urlNone
authorKaos Labs Inc.
requires_python
licenseBSD-3-Clause
keywords python rapid developments utils utilities helpers kaos
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Kaos Utils

Set of utilities and helpers for rapid development of Python applications

Documentation: https://py-kaos-utils.readthedocs.io/en/release-0.1.0/

## Development and Testing

### IDE Setup

Add the `example` directory to the `PYTHONPATH` in your IDE to avoid seeing import warnings in the `tests` modules. If
you are using PyCharm, this is already set up.

### Running the Tests

Install requirements

```
pip install -r requirements.txt
```

For local environment

```
pytest
```

For all supported environments

```
tox
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kaoslabsinc/py-kaos-utils",
    "name": "py-kaos-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,rapid developments,utils,utilities,helpers,kaos",
    "author": "Kaos Labs Inc.",
    "author_email": "keyvan@keyvanm.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/9c/eac69daa8af752b19e8d1f7b513c8364ab17c6f72faa6a17d90582cc699a/py-kaos-utils-0.1.0rc1.tar.gz",
    "platform": null,
    "description": "# Python Kaos Utils\n\nSet of utilities and helpers for rapid development of Python applications\n\nDocumentation: https://py-kaos-utils.readthedocs.io/en/release-0.1.0/\n\n## Development and Testing\n\n### IDE Setup\n\nAdd the `example` directory to the `PYTHONPATH` in your IDE to avoid seeing import warnings in the `tests` modules. If\nyou are using PyCharm, this is already set up.\n\n### Running the Tests\n\nInstall requirements\n\n```\npip install -r requirements.txt\n```\n\nFor local environment\n\n```\npytest\n```\n\nFor all supported environments\n\n```\ntox\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Set of utilities and helpers for rapid development of Python applications",
    "version": "0.1.0rc1",
    "split_keywords": [
        "python",
        "rapid developments",
        "utils",
        "utilities",
        "helpers",
        "kaos"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53fdcdf7f9847caaf0920c0d3158990a8049a9db52037cdedb8264bfc81c98fa",
                "md5": "0d7cbfa88f577c3a1ee456eb4c12904b",
                "sha256": "53684b9fe79abf12889358c805e7f5207b4789dd8e1abd0672f27b66bc074d50"
            },
            "downloads": -1,
            "filename": "py_kaos_utils-0.1.0rc1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d7cbfa88f577c3a1ee456eb4c12904b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8837,
            "upload_time": "2023-01-25T23:17:24",
            "upload_time_iso_8601": "2023-01-25T23:17:24.498478Z",
            "url": "https://files.pythonhosted.org/packages/53/fd/cdf7f9847caaf0920c0d3158990a8049a9db52037cdedb8264bfc81c98fa/py_kaos_utils-0.1.0rc1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f89ceac69daa8af752b19e8d1f7b513c8364ab17c6f72faa6a17d90582cc699a",
                "md5": "f34e44c7d48b0c73b0462f323d117a6e",
                "sha256": "26a0b568a2c1c7472691a7a06a113bbb54a520931fd4e41753faf3f36bccddc1"
            },
            "downloads": -1,
            "filename": "py-kaos-utils-0.1.0rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "f34e44c7d48b0c73b0462f323d117a6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2934454,
            "upload_time": "2023-01-25T23:17:26",
            "upload_time_iso_8601": "2023-01-25T23:17:26.790183Z",
            "url": "https://files.pythonhosted.org/packages/f8/9c/eac69daa8af752b19e8d1f7b513c8364ab17c6f72faa6a17d90582cc699a/py-kaos-utils-0.1.0rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-25 23:17:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kaoslabsinc",
    "github_project": "py-kaos-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "py-kaos-utils"
}
        
Elapsed time: 0.03152s