/django-archive-field

Archive File field with unpacking archive

Primary LanguagePythonMIT LicenseMIT

PyPi Build Status Codecov Requirements Status PyUP PyPI PyPi License

Installation

pip install django-archive-field

or from git

pip install -e git+https://githib.com/Apkawa/django-archive-field.git#egg=django-archive-field

Django and python version

Python
Django
2.7 3.5 3.6 3.7 3.8
1.8 ✔️
1.11 ✔️ ✔️ ✔️ ✔️
2.2 ✔️ ✔️ ✔️ ✔️
3.0 ✔️ ✔️ ✔️

‼️ Support Python 2.7 will be removed after 2020-01-01

Usage

Contributing

run example app

pip install -r requirements.txt
./test/manage.py migrate
./test/manage.py runserver

run tests

pip install -r requirements.txt
pytest
tox

Update version

python setup.py bumpversion

publish pypi

python setup.py publish