djlotrek


Namedjlotrek JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/lotrekagency/djlotrek
SummaryLotrek beloved Django utilities library
upload_time2022-09-14 17:42:11
maintainer
docs_urlNone
authorLotrèk
requires_python>=3.0.*
licenseMIT
keywords cms django api cms
VCS
bugtrack_url
requirements pycryptodome requests Django
Travis-CI No Travis.
coveralls test coverage
            # DjLotrek [![PyPI](https://img.shields.io/pypi/v/djlotrek?style=flat-square)](https://pypi.org/project/djlotrek/) ![Codecov](https://img.shields.io/codecov/c/github/lotrekagency/djlotrek?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lotrekagency/djlotrek/Test%20and%20Coverage?style=flat-square) [![GitHub](https://img.shields.io/github/license/lotrekagency/camomilla?style=flat-square)](./LICENSE)


There's no party without DjLotrek, our personal Django library

Run tests
---------
```sh
pip install -r requirements-dev.txt
make test
```

## How to use it
- [@Decorators](/how-to/decorators.md)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lotrekagency/djlotrek",
    "name": "djlotrek",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0.*",
    "maintainer_email": "",
    "keywords": "cms,django,api cms",
    "author": "Lotr\u00e8k",
    "author_email": "dimmitutto@lotrek.it",
    "download_url": "https://files.pythonhosted.org/packages/92/c4/4e2e7b0d29e8923a0bd8f1c033396ee4cef8bde232dd89c9b0134d3b5348/djlotrek-0.1.7.tar.gz",
    "platform": null,
    "description": "# DjLotrek [![PyPI](https://img.shields.io/pypi/v/djlotrek?style=flat-square)](https://pypi.org/project/djlotrek/) ![Codecov](https://img.shields.io/codecov/c/github/lotrekagency/djlotrek?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lotrekagency/djlotrek/Test%20and%20Coverage?style=flat-square) [![GitHub](https://img.shields.io/github/license/lotrekagency/camomilla?style=flat-square)](./LICENSE)\n\n\nThere's no party without DjLotrek, our personal Django library\n\nRun tests\n---------\n```sh\npip install -r requirements-dev.txt\nmake test\n```\n\n## How to use it\n- [@Decorators](/how-to/decorators.md)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Lotrek beloved Django utilities library",
    "version": "0.1.7",
    "split_keywords": [
        "cms",
        "django",
        "api cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a92484c12e79591831d01f1f54e4f276",
                "sha256": "ca0947122329e29146a4e09a182d130cc17af72d5bb6fb9eaa551853b6cd2ec0"
            },
            "downloads": -1,
            "filename": "djlotrek-0.1.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a92484c12e79591831d01f1f54e4f276",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.0.*",
            "size": 17941,
            "upload_time": "2022-09-14T17:42:09",
            "upload_time_iso_8601": "2022-09-14T17:42:09.979447Z",
            "url": "https://files.pythonhosted.org/packages/58/b7/60ba013d03a68b02072b5bb2859460053a03bff4bdcc8cf34949e4884a0f/djlotrek-0.1.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6c6174a41295174a97b8b6729a8d35d1",
                "sha256": "2efd4377327c4191c2a7a7ad0383e119a53873d253deeedf5d6983a333d58a6f"
            },
            "downloads": -1,
            "filename": "djlotrek-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "6c6174a41295174a97b8b6729a8d35d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0.*",
            "size": 12634,
            "upload_time": "2022-09-14T17:42:11",
            "upload_time_iso_8601": "2022-09-14T17:42:11.612379Z",
            "url": "https://files.pythonhosted.org/packages/92/c4/4e2e7b0d29e8923a0bd8f1c033396ee4cef8bde232dd89c9b0134d3b5348/djlotrek-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-14 17:42:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "lotrekagency",
    "github_project": "djlotrek",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "pycryptodome",
            "specs": [
                [
                    ">=",
                    "3.9.8"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.20.0"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    ">=",
                    "1.8"
                ]
            ]
        }
    ],
    "lcname": "djlotrek"
}
        
Elapsed time: 0.02562s