nDimensional


NamenDimensional JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/analytXbook/nd-core-lib
SummaryCore library for nDimensional
upload_time2023-03-30 15:43:03
maintainer
docs_urlNone
authornD
requires_python
licenseMIT
keywords ndimensional nd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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. 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](#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
```

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/analytXbook/nd-core-lib",
    "name": "nDimensional",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nDimensional,nd",
    "author": "nD",
    "author_email": "dev@nd.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/14/56e340fc0dfdbc1c444b36cc6340df871f890dcb955aff03725abfc75127/nDimensional-0.0.5.tar.gz",
    "platform": null,
    "description": "# nd-core-lib\n\n[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nCore library for nDimensional. Currently this contains only add and sub method and it can be used like this,\n\n```\nimport nDimensional as nD\n\nprint(nD.add(1, 2))\n```\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n\n## Install\n\nTo test the package in local, go into `nd-core-lib` (root folder) and run\n\n```\npip install -e .\n```\n\n## Usage\n\nTo create the distribution,\n\n```\npython setup.py sdist\n```\n\nInstall twin\n```\npip install twine\n```\n\nTo upload the distribution to PyPI,\n\n```\ntwine upload dist/* --verbose\n```\n\nTo run unit tests,\n\n```\npytest\n```\n\nTo run the tests against all the supported Python versions,\n\n```\ntox\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Core library for nDimensional",
    "version": "0.0.5",
    "split_keywords": [
        "ndimensional",
        "nd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a21456e340fc0dfdbc1c444b36cc6340df871f890dcb955aff03725abfc75127",
                "md5": "6392ada5b68b2ef77c63e660eaf902fc",
                "sha256": "5012d3510097e1d0206400014a20d8a5e26409a11db009a4705160800319db57"
            },
            "downloads": -1,
            "filename": "nDimensional-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6392ada5b68b2ef77c63e660eaf902fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2667,
            "upload_time": "2023-03-30T15:43:03",
            "upload_time_iso_8601": "2023-03-30T15:43:03.407558Z",
            "url": "https://files.pythonhosted.org/packages/a2/14/56e340fc0dfdbc1c444b36cc6340df871f890dcb955aff03725abfc75127/nDimensional-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-30 15:43:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "analytXbook",
    "github_project": "nd-core-lib",
    "lcname": "ndimensional"
}
        
nD
Elapsed time: 0.08994s