Metadata-Version: 2.1
Name: gnps
Version: 0.0.2
Summary: Generalized Numerical P Systems simulator package
Author-Email: Sergey Verlan <dont-spam-me@no.spam>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Requires-Dist: lark==1.1.8
Requires-Dist: PyYAML==6.0.1
Description-Content-Type: text/markdown

# Nump project #

The *Nump* project aims to create a library for simulation of Numerical P Systems (NPS).

It contains:

* Nump core (the core classes for NPS simulation)
* Nump parser (parsers for different inputs)
* Nump generator (generates outputs, i.e. Verilog, Amaranth and Lustre)
* Utils (like the main runner)

