Skip to main content

Array operations simplified

Project description

https://secure.travis-ci.org/abakan/napi.png?branch=master

napi

napi is an abstract syntax tree transformer to simplify NumPy array operations. In IPython, for example, you can use the following magic:

In [1]: import napi

In [2]: %napi
napi ast transformer is turned ON

to enable evaluation of the following expression:

In [3] from numpy import *

In [4] 0 <= arange(6) < 6 and True
Out[4]: array([ True,  True,  True,  True,  True,  True], dtype=bool)

Installation

napi works with Python 2.7, 3.2 and later.

$ pip install -U napi

Docs & Source

License

napi is available under MIT License.

Project details


Download files

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

Source Distributions

napi-0.2.1.zip (11.5 kB view hashes)

Uploaded Source

napi-0.2.1.tar.gz (9.4 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