Application for Django projects that adds some utilities and integration tools with Numpy.
Project description
- Version:
- 1.0.1
- DjangoNumpy:
Production/Stable
Django Numpy is an application for Django projects that adds some utilities and integration tools with Numpy.
Quick start
Install this package using pip:
pip install django-numpy
Add PROJECT_PATH to your django settings module.
Add status to your INSTALLED_APPS settings like this:
INSTALLED_APPS = ( ... 'django_numpy', )
Database Fields
This package adds a new Field type that manages numpy arrays. This field is based on django ArrayField, that only works with PostgreSQL backend. The NumpyArrayField behave just like Django’s ArrayField so all parameters defined in official docs.
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
File details
Details for the file django-numpy-1.0.1.tar.gz
.
File metadata
- Download URL: django-numpy-1.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32fbc0fe566340f1f0ea3312e648cdc76009e7ff5bf35369a57012535a9592cb |
|
MD5 | 853317b0d84affc5af32bcc992d615e8 |
|
BLAKE2b-256 | 35b01f0be2e9c4df3b0736b09067dd041eb4475a6199b583428b241eb8576d7d |