{ "info": { "author": "Miroslav Shubernetskiy", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "Django Auxilium\n===============\n\n.. image:: https://badge.fury.io/py/django-auxilium.svg\n :target: https://badge.fury.io/py/django-auxilium\n :alt: PyPI version\n.. image:: https://travis-ci.org/miki725/django-auxilium.svg?branch=develop\n :target: https://travis-ci.org/miki725/django-auxilium\n :alt: Build Status\n.. image:: https://coveralls.io/repos/miki725/django-auxilium/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/miki725/django-auxilium?branch=master\n :alt: Coverage\n\n* Free software: MIT license\n* GitHub: https://github.com/miki725/django-auxilium\n* Documentation: http://django-auxilium.readthedocs.org/\n\nAbout\n-----\n\nDjango Auxilium is a set of utilities packages as a Django app which\nhelp working with Django. The word \"auxilium\" means help in Latin.\nHow this project came about is because I used to have an app for each\nof my Django projects called ``core`` or ``common`` where I kept all of my\nutility methods and classes, but after doing a couple of projects,\nmaintaining the same folder within all of the project became non-productive,\nhence I refactored it into a separate reusable package.\n\nDocs\n----\n\nFor some of the highlights about the library and the most useful features\nyou are encouraged to take a look at the documentation, particularly\n`Highlights `_ document.\n\nInstallation\n------------\n\nEasiest way to install is by using ``pip``::\n\n $ pip install django-auxilium\n\nIf you want to install from source code, you can also install using setup tools::\n\n $ python setup.py install\n\nTests\n-----\n\nBefore running tests you need to install all test dependencies::\n\n $ pip install -r requirements-dev.txt\n # or\n $ make install\n\nThen to run tests you can use ``Makefile``::\n\n $ make test\n\n.. note::\n This library uses both functional and doctests\n\n\n\n\nHistory\n-------\n\n0.1.4 (2018-05-26)\n~~~~~~~~~~~~~~~~~~\n\n* Added: New APi for setting cache values. Now can do ``Class.method.push(value, *args, **kwargs)``.\n\n0.1.3 (2018-05-24)\n~~~~~~~~~~~~~~~~~~\n\n* Fixed: Django 2.0 support for minify middleware.\n\n0.1.2 (2017-11-22)\n~~~~~~~~~~~~~~~~~~\n\n* Fixed: Not removing all spaces between html tags.\n Sometimes spaces matter for formatting.\n For example ``Hello World`` cannot be minified any further.\n\n0.1.1 (2016-09-26)\n~~~~~~~~~~~~~~~~~~\n\n* Fixed: Cache properties now allow to set cache value via ``foo = bar``\n syntax when cache descriptor has ``as_property == True``\n\n0.1.0 (2015-11-26)\n~~~~~~~~~~~~~~~~~~\n\n* First release on PyPI.\n\n\nCredits\n-------\n\nDevelopment Lead\n~~~~~~~~~~~~~~~~\n\n* Miroslav Shubernetskiy - https://github.com/miki725\n\nContributors\n~~~~~~~~~~~~\n\nNone yet. Why not be the first?\n\n\nLicense\n-------\n\nThe source code can be found at `Github `_.\n\nThis library is licensed with `MIT License `_::\n\n Copyright (c) Miroslav Shubernetskiy\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights to\n use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n the Software, and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\n INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/miki725/django-auxilium", "keywords": "django", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-auxilium", "package_url": "https://pypi.org/project/django-auxilium/", "platform": "", "project_url": "https://pypi.org/project/django-auxilium/", "project_urls": { "Homepage": "https://github.com/miki725/django-auxilium" }, "release_url": "https://pypi.org/project/django-auxilium/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Django utility app to help in Django development", "version": "0.1.4" }, "last_serial": 3902461, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3aa5ce953c2f574f16dcea9101f5f928", "sha256": "1b695329d6adec6be841691bef95b5fc3ec4e565b5d626f62d74f37a83d1978c" }, "downloads": -1, "filename": "django-auxilium-0.1.tar.gz", "has_sig": false, "md5_digest": "3aa5ce953c2f574f16dcea9101f5f928", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50370, "upload_time": "2015-12-15T18:08:18", "url": "https://files.pythonhosted.org/packages/70/0a/e5bd3465b6fb51116ef335bfe43b3763d1129fa2496d1410a0357ca6883c/django-auxilium-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5c82d8efce47602f003473dfd32cfed4", "sha256": "f1d9eefdb0ee5252e476b00b1b9379e5002dfdfebf81b26c1fbd2cc4ba6995c4" }, "downloads": -1, "filename": "django-auxilium-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5c82d8efce47602f003473dfd32cfed4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50655, "upload_time": "2016-09-27T03:00:03", "url": "https://files.pythonhosted.org/packages/27/24/e17f32de34136da8dedec075fecd64ed58b4120927e26940c7083cbeea66/django-auxilium-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5f85153fec0beb2d65b3bd328a130b3f", "sha256": "6d58d57be7a19a2df0250ba44c41676a4177eb11f449553ac8c957ac52d67d78" }, "downloads": -1, "filename": "django-auxilium-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5f85153fec0beb2d65b3bd328a130b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50990, "upload_time": "2017-11-22T20:45:39", "url": "https://files.pythonhosted.org/packages/8f/c8/cd8659d78553eeb6e2eaf6823725d004c9cfa4dcb04ab5afe70d8cda19c5/django-auxilium-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "739f1b91a6164625eb82b7cfaf98be7f", "sha256": "eb8453c54ce8b62bc337fecafca4db1b28292cb2c8aab673db02d1548f84281d" }, "downloads": -1, "filename": "django_auxilium-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "739f1b91a6164625eb82b7cfaf98be7f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 39916, "upload_time": "2018-05-25T13:54:15", "url": "https://files.pythonhosted.org/packages/bb/cd/9bc4dc3700f5652472e89abf8dce72f7dabf210c27dc1886aa934ff6a9ed/django_auxilium-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea411545409ce40fd6bb71c87bd0c1ec", "sha256": "ec9e5c3576345a7695483254574e5f0d931b3bc5fa8a7e70310590e9eb8843c2" }, "downloads": -1, "filename": "django-auxilium-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ea411545409ce40fd6bb71c87bd0c1ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51164, "upload_time": "2018-05-25T13:54:14", "url": "https://files.pythonhosted.org/packages/21/ce/182b17d586ff863950eb206c51b38548d54b5c28cfe2286e45a5fe7de90f/django-auxilium-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "27a8b6dc5c63aa380875bf81284104b5", "sha256": "7a155ed37789650777a17bc887557a26903586cfc577044908c58e1f23ce40c5" }, "downloads": -1, "filename": "django_auxilium-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "27a8b6dc5c63aa380875bf81284104b5", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 40136, "upload_time": "2018-05-27T02:49:27", "url": "https://files.pythonhosted.org/packages/1a/ca/27a8537296687f7c57b85dc11ddb717b79085dbf51f1401e96ed61f3c217/django_auxilium-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f379eb5a1e3515cb46c398865dc9973", "sha256": "251e48bc1e380870f2a02afbf4059efd15b15a3c10dd51294f4567054b7cb275" }, "downloads": -1, "filename": "django-auxilium-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4f379eb5a1e3515cb46c398865dc9973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51307, "upload_time": "2018-05-27T02:49:25", "url": "https://files.pythonhosted.org/packages/d6/11/246a04e5754d802e022cd6e18406422bbc0cd6fa52bc4d5be5d006810cdd/django-auxilium-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27a8b6dc5c63aa380875bf81284104b5", "sha256": "7a155ed37789650777a17bc887557a26903586cfc577044908c58e1f23ce40c5" }, "downloads": -1, "filename": "django_auxilium-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "27a8b6dc5c63aa380875bf81284104b5", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 40136, "upload_time": "2018-05-27T02:49:27", "url": "https://files.pythonhosted.org/packages/1a/ca/27a8537296687f7c57b85dc11ddb717b79085dbf51f1401e96ed61f3c217/django_auxilium-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f379eb5a1e3515cb46c398865dc9973", "sha256": "251e48bc1e380870f2a02afbf4059efd15b15a3c10dd51294f4567054b7cb275" }, "downloads": -1, "filename": "django-auxilium-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4f379eb5a1e3515cb46c398865dc9973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51307, "upload_time": "2018-05-27T02:49:25", "url": "https://files.pythonhosted.org/packages/d6/11/246a04e5754d802e022cd6e18406422bbc0cd6fa52bc4d5be5d006810cdd/django-auxilium-0.1.4.tar.gz" } ] }