Skip to main content

Django utility app to help in Django development

Project description

PyPI version Build Status Coverage

About

Django Auxilium is a set of utilities packages as a Django app which help working with Django. The word “auxilium” means help in Latin. How this project came about is because I used to have an app for each of my Django projects called core or common where I kept all of my utility methods and classes, but after doing a couple of projects, maintaining the same folder within all of the project became non-productive, hence I refactored it into a separate reusable package.

Docs

For some of the highlights about the library and the most useful features you are encouraged to take a look at the documentation, particularly Highlights document.

Installation

Easiest way to install is by using pip:

$ pip install django-auxilium

If you want to install from source code, you can also install using setup tools:

$ python setup.py install

Tests

Before running tests you need to install all test dependencies:

$ pip install -r requirements-dev.txt
# or
$ make install

Then to run tests you can use Makefile:

$ make test

History

0.1.2 (2017-11-22)

  • Fixed: Not removing all spaces between html tags. Sometimes spaces matter for formatting. For example <strong>Hello</strong> <i>World</i> cannot be minified any further.

0.1.1 (2016-09-26)

  • Fixed: Cache properties now allow to set cache value via foo = bar syntax when cache descriptor has as_property == True

0.1.0 (2015-11-26)

  • First release on PyPI.

Credits

Development Lead

Contributors

None yet. Why not be the first?

License

The source code can be found at Github.

This library is licensed with MIT License:

Copyright (c) Miroslav Shubernetskiy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-auxilium-0.1.2.tar.gz (51.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page