# Django Kaos Utils
Set of utilities and helpers for rapid development of Django applications
```bash
pip install dj-kaos-utils
```
Documentation: https://dj-kaos-utils.readthedocs.io/
## Development and Testing
Version numbers follow [Semantic Versioning 2.0.0](https://semver.org/)
Note: Releases with major version zero (`0.y.z`) are in experimental public API. There is no guarantee of API
compatibility between `0.y.z` and `0.b.c` where `y != z`. You may expect the public API to be backwards compatible
between `0.y.z` and `0.y.c` where `c >= z`.
### 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/dj-kaos-utils",
"name": "dj-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/ac/16/b2a9184dcf203e36811e3e1e6b9d14b3c54034d7e5129ad9ed0431a9c314/dj-kaos-utils-0.1.0rc2.tar.gz",
"platform": null,
"description": "# Django Kaos Utils\n\nSet of utilities and helpers for rapid development of Django applications\n\n```bash\npip install dj-kaos-utils\n```\n\nDocumentation: https://dj-kaos-utils.readthedocs.io/\n\n## Development and Testing\n\nVersion numbers follow [Semantic Versioning 2.0.0](https://semver.org/)\n\nNote: Releases with major version zero (`0.y.z`) are in experimental public API. There is no guarantee of API\ncompatibility between `0.y.z` and `0.b.c` where `y != z`. You may expect the public API to be backwards compatible\nbetween `0.y.z` and `0.y.c` where `c >= z`.\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 Django applications",
"version": "0.1.0rc2",
"split_keywords": [
"python",
"rapid developments",
"utils",
"utilities",
"helpers",
"kaos"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "08d2c71742723d7df550a4a88f969641edc597d1b8672c80e8db3a07575f0667",
"md5": "75540a861b5b131ceac002f8257bddc9",
"sha256": "b485a4614051434c01eba67010ac7b94c40509f25acf375595e38ba98c529aee"
},
"downloads": -1,
"filename": "dj_kaos_utils-0.1.0rc2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "75540a861b5b131ceac002f8257bddc9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 29347,
"upload_time": "2023-01-27T22:26:15",
"upload_time_iso_8601": "2023-01-27T22:26:15.457199Z",
"url": "https://files.pythonhosted.org/packages/08/d2/c71742723d7df550a4a88f969641edc597d1b8672c80e8db3a07575f0667/dj_kaos_utils-0.1.0rc2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ac16b2a9184dcf203e36811e3e1e6b9d14b3c54034d7e5129ad9ed0431a9c314",
"md5": "07bc184bddbfb63325317bdf16e5e88b",
"sha256": "fea9d253d91fd727ad01a95d0e01db4361f23535dea65d5dbfca2865368a76bd"
},
"downloads": -1,
"filename": "dj-kaos-utils-0.1.0rc2.tar.gz",
"has_sig": false,
"md5_digest": "07bc184bddbfb63325317bdf16e5e88b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3022448,
"upload_time": "2023-01-27T22:26:17",
"upload_time_iso_8601": "2023-01-27T22:26:17.410000Z",
"url": "https://files.pythonhosted.org/packages/ac/16/b2a9184dcf203e36811e3e1e6b9d14b3c54034d7e5129ad9ed0431a9c314/dj-kaos-utils-0.1.0rc2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-27 22:26:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "kaoslabsinc",
"github_project": "dj-kaos-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "wheel",
"specs": []
},
{
"name": null,
"specs": []
}
],
"tox": true,
"lcname": "dj-kaos-utils"
}