{ "info": { "author": "Jos\u00e9 Antonio Perdiguero L\u00f3pez", "author_email": "perdy.hh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "============\nDjango Numpy\n============\n\n:Version: 1.0.1\n:DjangoNumpy: Production/Stable\n:Author: Jos\u00e9 Antonio Perdiguero L\u00f3pez\n\nDjango Numpy is an application for Django projects that adds some utilities and integration tools with Numpy.\n\nQuick start\n===========\n\n#. Install this package using pip::\n\n pip install django-numpy\n\n#. Add *PROJECT_PATH* to your django settings module.\n#. Add *status* to your **INSTALLED_APPS** settings like this::\n\n INSTALLED_APPS = (\n ...\n 'django_numpy',\n )\n\nDatabase Fields\n===============\n\nThis package adds a new Field type that manages numpy arrays. This field is based on django ArrayField, that\n*only works with PostgreSQL backend*. The **NumpyArrayField** behave just like Django's ArrayField so all parameters\ndefined in `official docs `_.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/PeRDy/django-numpy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PeRDy/django-numpy", "keywords": "python django database numpy", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "django-numpy", "package_url": "https://pypi.org/project/django-numpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-numpy/", "project_urls": { "Download": "https://github.com/PeRDy/django-numpy", "Homepage": "https://github.com/PeRDy/django-numpy" }, "release_url": "https://pypi.org/project/django-numpy/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Application for Django projects that adds some utilities and integration tools with Numpy.", "version": "1.0.1" }, "last_serial": 2413217, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ff1cc138a2c42114e23b84174ab7d253", "sha256": "df5b2679c433b19540816fc8f6c453ef90b18abaa7cd55c747d1df9654cd9ad3" }, "downloads": -1, "filename": "django-numpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ff1cc138a2c42114e23b84174ab7d253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4142, "upload_time": "2016-10-20T15:29:36", "url": "https://files.pythonhosted.org/packages/a2/15/22ea119379010455ee91c3ee2f76da207fbd342f5277305da3ad660a0a13/django-numpy-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "853317b0d84affc5af32bcc992d615e8", "sha256": "32fbc0fe566340f1f0ea3312e648cdc76009e7ff5bf35369a57012535a9592cb" }, "downloads": -1, "filename": "django-numpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "853317b0d84affc5af32bcc992d615e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4105, "upload_time": "2016-10-20T15:57:19", "url": "https://files.pythonhosted.org/packages/35/b0/1f0be2e9c4df3b0736b09067dd041eb4475a6199b583428b241eb8576d7d/django-numpy-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "853317b0d84affc5af32bcc992d615e8", "sha256": "32fbc0fe566340f1f0ea3312e648cdc76009e7ff5bf35369a57012535a9592cb" }, "downloads": -1, "filename": "django-numpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "853317b0d84affc5af32bcc992d615e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4105, "upload_time": "2016-10-20T15:57:19", "url": "https://files.pythonhosted.org/packages/35/b0/1f0be2e9c4df3b0736b09067dd041eb4475a6199b583428b241eb8576d7d/django-numpy-1.0.1.tar.gz" } ] }