Metadata-Version: 2.1
Name: ndimensional
Version: 0.0.3
Summary: Core library for nDimensional
Home-page: https://github.com/analytXbook/nd-core-lib
Download-URL: https://github.com/analytXbook/nd-core-lib/archive/refs/tags/0.0.3.tar.gz
Author: nD
Author-email: dev@nd.com
License: MIT
Keywords: ndimensional,nd
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# nd-core-lib

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

Core library for nDimensional.

## Table of Contents

- [Install](#install)
- [Usage](#usage)

## 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
```

To upload the distribution to PyPI,

```
twine upload dist/* --verbose
```
