DIDPPy -- Python Interface for DyPDL
DIDPPy is a Python interface for DyPDL, implemented in Rust with PyO3.
Quick Start
If you just want to use DIDPPy, install it from PyPI.
There are some examples in examples.
Development
If you want to develop DIDPPy, clone this repository.
Create Python Environment
Build Development Version
didppy will be installed in .venv.
Run Test
Build Documents
Build Release Version
This will create the Python wheel. Install the wheel in a Python environment you want to use (this should be different from .venv).
{x} depends on your environment.