Metadata-Version: 2.1
Name: ndn4sid
Version: 0.0.1
Summary: A package to perform n4sid on nD systems
Home-page: https://example.com
Author: Bob Vergauwen
Author-email: bob.vergauwen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (~=1.19)
Provides-Extra: dev
Requires-Dist: pytest (~=3.7) ; extra == 'dev'
Requires-Dist: check-manifest (~=0.46) ; extra == 'dev'

# ndn4sid

A first implementation of ndn4sid.



## Installation

Run the following command to install:

'''
pip install ndn4sid
'''

## Usage

'''
TODO
'''

## Installing the development requirements

'''
pip install -e ".[dev]"
'''
To test the your installation run the test by using
'''
pytest
'''

