ngcsimlib


Namengcsimlib JSON
Version 0.3b5 PyPI version JSON
download
home_pageNone
SummarySimulation software backend for ngc-learn.
upload_time2024-12-20 05:44:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause License
keywords python complex-systems simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python Version](https://img.shields.io/badge/python-3.10%20%7C%203.11-blue.svg)](https://www.python.org/downloads)[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![DOI](https://zenodo.org/badge/734040498.svg)](https://zenodo.org/doi/10.5281/zenodo.10888210)

# NGC-Sim-Lib: Support Library for NGC-Learn

<b>ngc-sim-lib</b> is the support library backend and central dependency for
<i><a href="https://github.com/NACLab/ngc-learn/">ngc-learn</a></i>, a library
designed for computational neuroscience and cognitive neuroscience research.
While ngc-learn contains the JAX-implemented routines and any supporting C
code, ngc-sim-lib is a pure Python package, primarily meant for providing the
machinery, routines, and utilities that facilitate the general (abstract)
simulation of complex adaptive systems made up of dynamical components. For
information, including anything related to usage instructions and details,
please refer to the ngc-learn README:
https://github.com/NACLab/ngc-learn/.

This package is distributed under the 3-Clause BSD license. It is currently
maintained by the
<a href="https://www.cs.rit.edu/~ago/nac_lab.html">Neural Adaptive Computing
(NAC) laboratory</a>.

## <b>Installation:</b>

<i>Setup:</i> Ensure that you have installed the following base dependencies in
your system. Note that this library was developed and tested on
Ubuntu 22.04.3 LTS. ngc-sim-lib requires: `Python (>=3.8)`.

Once you have ensured that the appropriate Python is installed, you can then
have the <code>ngcsimlib</code> package installed on your system using either 
the official pip install:
<pre>
$ pip install ngcsimlib 
</pre>
or, if you download this repo and use pip locally, you can run the following: 
<pre>
$ pip install .
</pre>
Alternatively, if you are doing development, then do an editable install via:
<pre>
$ pip install --editable . # OR pip install -e .
</pre>

**Version:**<br>
0.3.5-Beta <!-- -Alpha -->

Authors:
William Gebhardt, Alexander G. Ororbia II<br>
Neural Adaptive Computing (NAC) Laboratory<br>
Rochester Institute of Technology, Department of Computer Science

## <b>Copyright:</b>

Copyright (C) 2023 The Neural Adaptive Computing Laboratory - All Rights Reserved<br>
You may use, distribute and modify this code under the
terms of the BSD 3-clause license.

You should have received a copy of the BSD 3-clause license with
this software.<br>
If not, please [email us](mailto:ago@cs.rit.edu)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ngcsimlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, complex-systems, simulation",
    "author": null,
    "author_email": "William Gebhardt <wdg1351@rit.edu>, Alexander Ororbia <ago@cs.rit.edu>",
    "download_url": "https://files.pythonhosted.org/packages/78/e6/40b150fa23c633433a0590cbca5f35621b47c29c19fe22f2a11623a53bf1/ngcsimlib-0.3b5.tar.gz",
    "platform": null,
    "description": "[![Python Version](https://img.shields.io/badge/python-3.10%20%7C%203.11-blue.svg)](https://www.python.org/downloads)[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n[![DOI](https://zenodo.org/badge/734040498.svg)](https://zenodo.org/doi/10.5281/zenodo.10888210)\n\n# NGC-Sim-Lib: Support Library for NGC-Learn\n\n<b>ngc-sim-lib</b> is the support library backend and central dependency for\n<i><a href=\"https://github.com/NACLab/ngc-learn/\">ngc-learn</a></i>, a library\ndesigned for computational neuroscience and cognitive neuroscience research.\nWhile ngc-learn contains the JAX-implemented routines and any supporting C\ncode, ngc-sim-lib is a pure Python package, primarily meant for providing the\nmachinery, routines, and utilities that facilitate the general (abstract)\nsimulation of complex adaptive systems made up of dynamical components. For\ninformation, including anything related to usage instructions and details,\nplease refer to the ngc-learn README:\nhttps://github.com/NACLab/ngc-learn/.\n\nThis package is distributed under the 3-Clause BSD license. It is currently\nmaintained by the\n<a href=\"https://www.cs.rit.edu/~ago/nac_lab.html\">Neural Adaptive Computing\n(NAC) laboratory</a>.\n\n## <b>Installation:</b>\n\n<i>Setup:</i> Ensure that you have installed the following base dependencies in\nyour system. Note that this library was developed and tested on\nUbuntu 22.04.3 LTS. ngc-sim-lib requires: `Python (>=3.8)`.\n\nOnce you have ensured that the appropriate Python is installed, you can then\nhave the <code>ngcsimlib</code> package installed on your system using either \nthe official pip install:\n<pre>\n$ pip install ngcsimlib \n</pre>\nor, if you download this repo and use pip locally, you can run the following: \n<pre>\n$ pip install .\n</pre>\nAlternatively, if you are doing development, then do an editable install via:\n<pre>\n$ pip install --editable . # OR pip install -e .\n</pre>\n\n**Version:**<br>\n0.3.5-Beta <!-- -Alpha -->\n\nAuthors:\nWilliam Gebhardt, Alexander G. Ororbia II<br>\nNeural Adaptive Computing (NAC) Laboratory<br>\nRochester Institute of Technology, Department of Computer Science\n\n## <b>Copyright:</b>\n\nCopyright (C) 2023 The Neural Adaptive Computing Laboratory - All Rights Reserved<br>\nYou may use, distribute and modify this code under the\nterms of the BSD 3-clause license.\n\nYou should have received a copy of the BSD 3-clause license with\nthis software.<br>\nIf not, please [email us](mailto:ago@cs.rit.edu)\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause License",
    "summary": "Simulation software backend for ngc-learn.",
    "version": "0.3b5",
    "project_urls": {
        "Homepage": "https://github.com/NACLab/ngc-sim-lib",
        "Lab Page": "https://www.cs.rit.edu/~ago/nac_lab.html"
    },
    "split_keywords": [
        "python",
        " complex-systems",
        " simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0066de12bdf5426d89af982e677edb0ba890ec2f8e0f898a0c96614850ea5f28",
                "md5": "d4795e18097b3c30eb54aa25362f6a40",
                "sha256": "9b683599712dd12cc2b14cb813d6073cc0dcd6197a63538f09a2cfcb16012286"
            },
            "downloads": -1,
            "filename": "ngcsimlib-0.3b5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4795e18097b3c30eb54aa25362f6a40",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 49952,
            "upload_time": "2024-12-20T05:44:31",
            "upload_time_iso_8601": "2024-12-20T05:44:31.067320Z",
            "url": "https://files.pythonhosted.org/packages/00/66/de12bdf5426d89af982e677edb0ba890ec2f8e0f898a0c96614850ea5f28/ngcsimlib-0.3b5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78e640b150fa23c633433a0590cbca5f35621b47c29c19fe22f2a11623a53bf1",
                "md5": "5167a36e571e03c784e100b42880ebd2",
                "sha256": "9f1b8a00e7295182508f6281bdf144bb158eafc6c4dc83b5942944f78c63670c"
            },
            "downloads": -1,
            "filename": "ngcsimlib-0.3b5.tar.gz",
            "has_sig": false,
            "md5_digest": "5167a36e571e03c784e100b42880ebd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 36487,
            "upload_time": "2024-12-20T05:44:33",
            "upload_time_iso_8601": "2024-12-20T05:44:33.228153Z",
            "url": "https://files.pythonhosted.org/packages/78/e6/40b150fa23c633433a0590cbca5f35621b47c29c19fe22f2a11623a53bf1/ngcsimlib-0.3b5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 05:44:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NACLab",
    "github_project": "ngc-sim-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ngcsimlib"
}
        
Elapsed time: 7.07547s