A django application that gathers the names of all installed packages in a virtualenv, their licenses along with related quality metrics, in django-admin.
Project description
In Alpha phase, no tests exist and changes are possible to occur.
Django Quality Environment Report
This app uses setuptools to gather the names of all packages in a virtualenv.
From the metadata of each package, it collects all available information about its license(s).
It uses the lgtm api to query the quality metrics of github based packages.
All data are saved first to a json file and then loaded to the database. Only one fixture per day can be created.
Finally, it creates a report of any change occurred to a package, namely: If it was added, removed or its license has changed.
Installation
pip install django-quenv
INSTALLED_APPS = [
...,
'quenv',
]
./manage.py migrate
./manage.py quenv
Configuration
In settings,py
the following configuration can take place:
QUENV_PATH
: The path where the fixtures are saved. Default: .
QUENV_UPDATE_DB
: Default True
, if False
it only creates the fixtures.
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
Built Distribution
File details
Details for the file django-quenv-0.1.6.tar.gz
.
File metadata
- Download URL: django-quenv-0.1.6.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea5c7f730fa12ba0dc2593c72a2094acf47c7a8de29db404cb409915a5d0770d |
|
MD5 | 26aa07366c13d55a4ef48f9bff5f83d6 |
|
BLAKE2b-256 | 3b735d4acb98a100cf57c4ceb9f5018e1aa40303110e4d6df6627a6febda68e6 |
Provenance
File details
Details for the file django_quenv-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: django_quenv-0.1.6-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a68af1e3d79f0da329518993ac3d637c73fa171672363d75f08416d23932b5f |
|
MD5 | 13a5461858991dcffbed0a3fd1faab70 |
|
BLAKE2b-256 | 1c6a11f1ca188c5200ad2faae33c0a961502909e26fc460d2d622eaf7a2ca7e2 |