Skip to main content

PyPi structured in your database accessible through the ORM.

Installation

To get the latest stable release from PyPi

$ pip install django-pypi

To get the latest commit from GitHub

$ pip install -e git+git://github.com/Celc/django-pypi.git#egg=pypi

TODO: Describe further installation steps (edit / remove the examples below):

Add pypi to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'pypi',
)

Don’t forget to migrate your database

./manage.py migrate pypi

Usage

Use ./manage.py pypi_refresh to fetch pypi, this is going to take a while.

Then just start querying the ORM:

>>> package = Package.objects.get(name='Django')
>>> package.versions.values_list('version', flat=True)
[u'1.0.1', u'1.0.2', u'1.0.3', '...(remaining elements truncated)...']

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
$ mkvirtualenv -p python2.7 django-pypi
$ python setup.py install

$ git co -b feature_branch master
# Implement your feature and tests
$ git add . && git commit
$ git push -u origin feature_branch
# Send us a pull request for your feature branch

Release files for django-pypi 0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-pypi 0.1
File Size Uploaded
django-pypi-0.1.tar.gz 6.3 kB Details

Release files / django-pypi-0.1.tar.gz

Download URL django-pypi-0.1.tar.gz
Size 6.3 kB
Tags Source
SHA-256 checksum
How to use checksums
f4fae4b2b4e0e0cdcbddbf1f7436f4392ec4b246d7deefa54846e0821ba6bd11
BLAKE2b-256 checksum
How to use checksums
bf33e5af1dd4ba07ef1af033869c7fa77c8268e004ffa35f384ddc53e57a9a33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page