Skip to main content

Application for Django projects that adds some utilities and integration tools with Numpy.

Project description

Version:
1.0.1
DjangoNumpy:

Production/Stable

Author:

José Antonio Perdiguero López

Django Numpy is an application for Django projects that adds some utilities and integration tools with Numpy.

Quick start

  1. Install this package using pip:

    pip install django-numpy
  2. Add PROJECT_PATH to your django settings module.

  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-numpy-1.0.1.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file django-numpy-1.0.1.tar.gz.

File metadata

File hashes

Hashes for django-numpy-1.0.1.tar.gz
Algorithm Hash digest
SHA256 32fbc0fe566340f1f0ea3312e648cdc76009e7ff5bf35369a57012535a9592cb
MD5 853317b0d84affc5af32bcc992d615e8
BLAKE2b-256 35b01f0be2e9c4df3b0736b09067dd041eb4475a6199b583428b241eb8576d7d

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