Metadata-Version: 2.1
Name: nodedge
Version: 0.3.0
Summary: Graphical editor for physical modeling and simulation.
Home-page: https://www.nodedge.io
Author: Anthony De Bortoli
Author-email: anthony.debortoli@nodedge.io
License: MIT
Project-URL: Website, https://nodedge.io
Project-URL: Documentation, https://nodedge.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/nodedge/nodedge
Project-URL: Tracker, https://github.com/nodedge/nodedge/issues
Project-URL: Donate, https://github.com/sponsors/nodedge
Keywords: nodedge,editor,graphical-programming,simulation,physical-modeling,control-systems,dynamic-systems,python3,qt5,pyside6,platform-indenpendent,windows,linux,macos
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: coloredlogs
Requires-Dist: h5py
Requires-Dist: pyqtconsole
Requires-Dist: PySide6
Requires-Dist: PyYAML
Requires-Dist: types-PyYAML
Requires-Dist: pyqtgraph
Requires-Dist: asammdf
Requires-Dist: numpy
Requires-Dist: pandas

.. image:: nodedge/resources/nodedge_logo.png
  :width: 100px

Nodedge
=======

A Python3 graphic environment for next-generation engineering.

https://www.nodedge.io

.. image:: https://badge.fury.io/py/nodedge.svg
   :target: https://badge.fury.io/py/nodedge
   :alt: PyPI - Nodedge Version

.. image:: https://img.shields.io/pypi/pyversions/nodedge
   :target: https://badge.fury.io/py/nodedge
   :alt: PyPI - Python Version

.. image:: https://img.shields.io/badge/license-GPL3.0-blue.svg?style=flat
   :target: https://choosealicense.com/licenses/gpl-3.0/
   :alt: License

.. image:: https://travis-ci.org/nodedge/nodedge.svg?branch=master
   :target: https://travis-ci.org/nodedge/nodedge
   :alt: Test Status

.. image:: https://codecov.io/gh/nodedge/nodedge/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/nodedge/nodedge
   :alt: Test Coverage

.. image:: https://readthedocs.org/projects/nodedge/badge/?version=latest
   :target: https://nodedge.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code Style


How to install
--------------
:code:`pip install nodedge`



=======
History
=======

0.1.0 (2019-12-12)
------------------
* First release as a library

0.2.0 (2020-01-06)
------------------
* First implementation of calculator functions

0.2.1 (2020-03-22)
------------------
* Cleaning and add documentation

0.2.2 (2020-08-02)
------------------
* Improve style.
* Add history dock widget.
* Add scene items dock widget.
* Fix crash after edge deletion.

0.2.3 (2020-11-29)
------------------
* Add embedded python console.
* Add scene code generation.
* Add more mathematical blocks.
* Refine style and node displacement.
* Add item details widget.

0.3.0 (2022-11-09)
------------------
* Add support for numpy operations.
* Add comment element.
* Add dats, a log analyser.

