Skip to main content

Core library for nDimensional

Project description

nd-core-lib

standard-readme compliant

Core library for nDimensional. Currently this contains only add and sub method and it can be used like this,

import nDimensional as nD

print(nD.add(1, 2))

Table of Contents

Install

To test the package in local, go into nd-core-lib (root folder) and run

pip install -e .

Usage

To create the distribution,

python setup.py sdist

Install twin

pip install twine

To upload the distribution to PyPI,

twine upload dist/* --verbose

To run unit tests,

pytest

To run the tests against all the supported Python versions,

tox

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

nDimensional-0.0.5.tar.gz (2.7 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