Skip to main content

This package provides a private python package index based on django

Project description

https://badge.fury.io/py/dj-mypypi.svg https://travis-ci.org/kverdecia/dj-mypypi.svg?branch=master https://codecov.io/gh/kverdecia/dj-mypypi/branch/master/graph/badge.svg

This package provides a private python package index based on django

Documentation

The full documentation is at https://dj-mypypi.readthedocs.io.

Quickstart

Install dj-mypypi:

pip install dj-mypypi

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'djmypypi.apps.DjMyPypiConfig',
    ...
)

Add dj-mypypi’s URL patterns:

from djmypypi import urls as djmypypi_urls


urlpatterns = [
    ...
    url(r'^', include(djmypypi_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2020-02-29)

  • First release on PyPI.

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

dj-mypypi-0.1.0.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file dj-mypypi-0.1.0.tar.gz.

File metadata

  • Download URL: dj-mypypi-0.1.0.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for dj-mypypi-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c4e8c10324d62c876aedafb5d11e374c04c035e9881fdfa5d78cb87ec97736f4
MD5 65fc3abaddb56ee3f02029545b4ab5b7
BLAKE2b-256 6844f528d230af90a2ad47ba98c31043210fd7044ae3bcf6533d1e1e92ed65a1

See more details on using hashes here.

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