A functional reactive engine
Project description
hgraph
A functional reactive programming engine with a Python front-end.
Development
The project is currently configured to make use of Hatchling for dependency management. Take a look at the website to see how best to install the tool. Once you have checked out the project, you can install the project for development using the following command:
hatch env create all.py3.11
Then you can find the location of the installation using:
hatch env find all.py3.11
For users of CLion / PyCharm, you can then add the environment by selecting an existing virtual environment using the location above.
Run MyPy Type Checking
hatch run types:check
Run Tests
# No Coverage
hatch run test
# Generate Coverage Report
hatch run cov
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hgraph-0.0.9.tar.gz
(215.2 kB
view hashes)
Built Distribution
hgraph-0.0.9-py3-none-any.whl
(166.1 kB
view hashes)