Metadata-Version: 2.1
Name: nskinetics
Version: 0.1.0
Summary: Simulation of Non-Steady state enzyme Kinetics and inhibitory phenomena
Home-page: https://github.com/sarangbhagwat/nskinetics
Download-URL: https://github.com/sarangbhagwat/nskinetics.git
Author: Sarang S. Bhagwat
Author-email: sarangbhagwat.developer@gmail.com
License: MIT
Keywords: reaction kinetics,biocatalysis,biomanufacturing,bioprocess engineering,mass and energy balance,process simulation,biorefinery,biofuel,bioproducts
Platform: Windows
Platform: Mac
Platform: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: IPython>=7.9.0
Requires-Dist: numpy<2.0.0,>=1.26.4
Requires-Dist: numba<1.0.0,>=0.60.0
Requires-Dist: scipy<2.0.0,>=1.13.1
Requires-Dist: matplotlib<4.0.0,>=3.5.2

====================================================================================
NSKinetics: simulation of Non-Steady state enzyme Kinetics and inhibitory phenomena.
====================================================================================

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
   :target: https://github.com/sarangbhagwat/nskinetics/blob/main/LICENSE
   :alt: license

.. contents::

What is NSKinetics?
-------------------

NSKinetics is a fast, flexible, and convenient package to simulate non-steady state reaction kinetics, especially for systems involving enzymatic conversions. Models for multiple inhibitory phenomena (competitive, non-competitive, uncompetitive, and "mechanism-based") are also included.

Installation
------------

Get the latest version of NSKinetics from `PyPI <link to be added>`__. If you have an installation of Python with pip, simple install it with:

    $ pip install nskinetics

To get the git version, run:

    $ git clone git://github.com/sarangbhagwat/nskinetics

For help on common installation issues, please visit the `documentation <link to be added>`__.

Documentation
-------------

NSKinetic's documentation is available on the web:

    [link to be added; in the meantime, see `examples <https://github.com/sarangbhagwat/nskinetics/tree/main/examples>`__.]

Bug reports
-----------

To report bugs, please use NSKinetics's Bug Tracker at:

    https://github.com/sarangbhagwat/nskinetics

Contributing
------------
For guidelines on how to contribute, visit:

    [link to be added]


License information
-------------------

See ``LICENSE.txt`` for information on the terms & conditions for usage
of this software, and a DISCLAIMER OF ALL WARRANTIES.

Although not required by the NSKinetics license, if it is convenient for you,
please cite NSKinetics if used in your work. Please also consider contributing
any changes you make back, and benefit the community.


About the authors
-----------------

BioSTEAM was created and developed by `Sarang S. Bhagwat <https://github.com/sarangbhagwat>`__ as part of the `Scown Group <https://cscown.com/>`__ and the `Energy & Biosciences Institute <https://energybiosciencesinstitute.org/>`__ at the `University of California, Berkeley (UC Berkeley) <https://www.berkeley.edu/>`__. 


References
----------
.. [1] ` To be added <link to be added>`__.


