anfema-django-utils


Nameanfema-django-utils JSON
Version 1.5.0 PyPI version JSON
download
home_page
SummaryCollection of various django related utilities
upload_time2023-03-18 09:19:32
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords django utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # anfema-django-utils

Collection of various django related utilities, helpers & small apps.

https://anfema.github.io/anfema-django-utils/

## Documentation

To build the documentation from the local sources run: 
```bash
$ pip install tox && tox -e docs
```

## Tests

To run the unittests from the local sources run: 
```bash
$ pip install tox && tox
```

## Release process

Steps required to create a new release and publish the package on PyPI: 

1. Bump `__version__` in `anfema_django_utils/__ini__.py`
2. Create a new release on GitHub with the tag `v<version>`


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "anfema-django-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "django,utils",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dd/80/dff7efc3c3da40fcc8b57f122482ee63e966805f0b149383d0d0641e478f/anfema-django-utils-1.5.0.tar.gz",
    "platform": null,
    "description": "# anfema-django-utils\n\nCollection of various django related utilities, helpers & small apps.\n\nhttps://anfema.github.io/anfema-django-utils/\n\n## Documentation\n\nTo build the documentation from the local sources run: \n```bash\n$ pip install tox && tox -e docs\n```\n\n## Tests\n\nTo run the unittests from the local sources run: \n```bash\n$ pip install tox && tox\n```\n\n## Release process\n\nSteps required to create a new release and publish the package on PyPI: \n\n1. Bump `__version__` in `anfema_django_utils/__ini__.py`\n2. Create a new release on GitHub with the tag `v<version>`\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Collection of various django related utilities",
    "version": "1.5.0",
    "split_keywords": [
        "django",
        "utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a549d503e563bf228c8f4896100810725b13f9d5c627a5958f94f141221fb24",
                "md5": "545668fdea647fd2c9853a27acdf04c6",
                "sha256": "74d652864bab7a6d3bfab73411f922aa9c08f7488803717f033e35f9bf583806"
            },
            "downloads": -1,
            "filename": "anfema_django_utils-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "545668fdea647fd2c9853a27acdf04c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14242,
            "upload_time": "2023-03-18T09:19:31",
            "upload_time_iso_8601": "2023-03-18T09:19:31.430220Z",
            "url": "https://files.pythonhosted.org/packages/3a/54/9d503e563bf228c8f4896100810725b13f9d5c627a5958f94f141221fb24/anfema_django_utils-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd80dff7efc3c3da40fcc8b57f122482ee63e966805f0b149383d0d0641e478f",
                "md5": "df6104baefdb9838a8938b4962dc2ef3",
                "sha256": "cb7263484fbc845253e689ac067f3e635f13522bafdb6a01d497d77c971cad6d"
            },
            "downloads": -1,
            "filename": "anfema-django-utils-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "df6104baefdb9838a8938b4962dc2ef3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18070,
            "upload_time": "2023-03-18T09:19:32",
            "upload_time_iso_8601": "2023-03-18T09:19:32.835228Z",
            "url": "https://files.pythonhosted.org/packages/dd/80/dff7efc3c3da40fcc8b57f122482ee63e966805f0b149383d0d0641e478f/anfema-django-utils-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-18 09:19:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "anfema-django-utils"
}
        
Elapsed time: 0.05290s