Skip to main content

Python interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers.

Project description

DIDPPy -- Python Interface for DyPDL

Development

Python Environment

python3 -m venv .venv 
source .venv/bin/activate
pip install maturin
pip install -r docs/requirements.txt

Build Development Version

maturin develop

didppy will be installed in .venv.

Build Docs

Replace {x} with the version of Python.

sphinx-build ./docs/ ./docs/_build/

This will generate the API reference to ./docs/_build/index.html.

Release

maturin build --release

This will create the Python wheel. Install the wheel in a Python environment you want to use (this should be different from .venv).

pip install --force-reinstall ../target/wheels/didppy-{x}.whl

{x} depends on your environment.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

didppy-0.1.0-cp37-abi3-manylinux_2_34_x86_64.whl (1.5 MB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.34+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page