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 hashes)

Uploaded Source

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