django-nine 0.2.7
pip install django-nine
Released:
Version checking library.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2), GNU Lesser General Public License v2 or later (LGPLv2+) (GPL-2.0-only OR LGPL-2.1-or-later)
- Author: Artur Barseghyan
- Tags django, compatibility
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
Project description
django-nine - version checking library for Django.
Prerequisites
Python 3.7, 3.8, 3.9 and 3.10.
Django 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1, 2.2, 3.0, 3.1, 3.2, 4.0 and 4.1.
Documentation
Documentation is available on Read the Docs.
Installation
Install latest stable version from PyPI:
pip install django-nine
Or latest stable version from GitHub:
pip install https://github.com/barseghyanartur/django-nine/archive/stable.zip
Usage
Get Django versions
In code
For example, if Django version installed in your environment is 1.7.4, then the following would be true.
from django_nine import versions
versions.DJANGO_1_7 # True
versions.DJANGO_LTE_1_7 # True
versions.DJANGO_GTE_1_7 # True
versions.DJANGO_GTE_1_8 # False
versions.DJANGO_GTE_1_4 # True
versions.DJANGO_LTE_1_6 # False
In templates
With use of context processors
Add nine.context_processors.versions to your context processors.
TEMPLATES[0]['OPTIONS']['context_processors'] += \
['django_nine.context_processors.versions']
Or if you are using an old version of Django:
TEMPLATE_CONTEXT_PROCESSORS += ['django_nine.context_processors.versions']
Testing
Simply type:
./runtests.py
Or use tox:
tox
Or use tox to check specific env:
tox -e py37
Or run Django tests:
./manage.py test nine --settings=settings.testing
License
GPL-2.0-only OR LGPL-2.1-or-later
Support
For any security issues contact me at the e-mail given in the Author section. For overall issues, go to GitHub.
Author
Artur Barseghyan <artur.barseghyan@gmail.com>
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2), GNU Lesser General Public License v2 or later (LGPLv2+) (GPL-2.0-only OR LGPL-2.1-or-later)
- Author: Artur Barseghyan
- Tags django, compatibility
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-nine-0.2.7.tar.gz
.
File metadata
- Download URL: django-nine-0.2.7.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 304e0f83cea5a35359375fc919d00f9917b655c1d388244cbfc7363f59489177 |
|
MD5 | 535ad6230307ab4746d445f541f837da |
|
BLAKE2b-256 | 54156e2a72c1c08f4a7e57c931632853aaf2659b9dc4a9906e887a2743b241e0 |
File details
Details for the file django_nine-0.2.7-py2.py3-none-any.whl
.
File metadata
- Download URL: django_nine-0.2.7-py2.py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d93208ca5bb4a63bf65cf098a82ee469127b04ebde698d72fe12d258b73c291 |
|
MD5 | 5ef4f0f7b6d0252113c894ddfad6eb7d |
|
BLAKE2b-256 | c1a88188786f7922cc47f394572eff37b4fd2202e0a75bcb9c15dd9234b0ccd8 |