{ "info": { "author": "Kit Sunde", "author_email": "kitsunde.com", "bugtrack_url": null, "classifiers": [], "description": "Django PyPi\n============\n\nPyPi structured in your database accessible through the ORM.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n $ pip install django-pypi\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n $ pip install -e git+git://github.com/Celc/django-pypi.git#egg=pypi\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``pypi`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'pypi',\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate pypi\n\n\nUsage\n-----\n\nUse ``./manage.py pypi_refresh`` to fetch pypi, this is going to take a while.\n\nThen just start querying the ORM:\n\n.. code-block:: python\n\n >>> package = Package.objects.get(name='Django')\n >>> package.versions.values_list('version', flat=True)\n [u'1.0.1', u'1.0.2', u'1.0.3', '...(remaining elements truncated)...']\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 django-pypi\n $ python setup.py install\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n $ git add . && git commit\n $ git push -u origin feature_branch\n # Send us a pull request for your feature branch", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Celc/django-pypi", "keywords": "pypi,django", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-pypi", "package_url": "https://pypi.org/project/django-pypi/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-pypi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Celc/django-pypi" }, "release_url": "https://pypi.org/project/django-pypi/0.1/", "requires_dist": null, "requires_python": null, "summary": "VAR_DESCRIPTION", "version": "0.1" }, "last_serial": 815156, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1ff40c434e26bb58759c9dc3865401dc", "sha256": "f4fae4b2b4e0e0cdcbddbf1f7436f4392ec4b246d7deefa54846e0821ba6bd11" }, "downloads": -1, "filename": "django-pypi-0.1.tar.gz", "has_sig": false, "md5_digest": "1ff40c434e26bb58759c9dc3865401dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6337, "upload_time": "2013-07-14T15:00:07", "url": "https://files.pythonhosted.org/packages/bf/33/e5af1dd4ba07ef1af033869c7fa77c8268e004ffa35f384ddc53e57a9a33/django-pypi-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ff40c434e26bb58759c9dc3865401dc", "sha256": "f4fae4b2b4e0e0cdcbddbf1f7436f4392ec4b246d7deefa54846e0821ba6bd11" }, "downloads": -1, "filename": "django-pypi-0.1.tar.gz", "has_sig": false, "md5_digest": "1ff40c434e26bb58759c9dc3865401dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6337, "upload_time": "2013-07-14T15:00:07", "url": "https://files.pythonhosted.org/packages/bf/33/e5af1dd4ba07ef1af033869c7fa77c8268e004ffa35f384ddc53e57a9a33/django-pypi-0.1.tar.gz" } ] }