django app implementing pypi server
Project description
django app implementing pypi server
Documentation
The full documentation is at https://dj-mypypi2.readthedocs.io.
Quickstart
Install django app implementing pypi:
pip install dj-mypypi2
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'djmypypi2.apps.DjMyPypi2Config',
...
)
Add django app implementing pypi’s URL patterns:
from djmypypi2 import urls as djmypypi2_urls
urlpatterns = [
...
url(r'^', include(djmypypi2_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-04-24)
First release on PyPI.
Project details
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
dj-mypypi2-0.1.1.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file dj-mypypi2-0.1.1.tar.gz
.
File metadata
- Download URL: dj-mypypi2-0.1.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa530a8053cbf1d465bda1b87b99096f1bcacabed2b4f116b8fda9d3bc52c63e |
|
MD5 | a839146ff5975f0809493b55a02aa953 |
|
BLAKE2b-256 | 578469649b5375b6d5402b2facde0e07138e7a6c91c14b4540356b8ea3e40f04 |
File details
Details for the file dj_mypypi2-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_mypypi2-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5efb65d0744814d93c2d4e8a591fcdced311e467b2673e0f67851633aeaf54fd |
|
MD5 | 86719843254725c32ca980dd7921b96a |
|
BLAKE2b-256 | 093c89ce89251c5e77ef573254ce4c9ec5f76d04768eb8f74fb654e7756d37f0 |