معرفی شرکت ها


didppy-0.3.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers.
ویژگی مقدار
سیستم عامل -
نام فایل didppy-0.3.3
نام didppy
نسخه کتابخانه 0.3.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/didppy/
مجوز MIT OR Apache-2.0
[![PyPi version](https://img.shields.io/pypi/v/didppy.svg)](https://pypi.python.org/pypi/didppy/) [![](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/) [![crates.io](https://img.shields.io/crates/v/didppy)](https://crates.io/crates/didppy) [![minimum rustc 1.64](https://img.shields.io/badge/rustc-1.64+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # DIDPPy -- Python Interface for DyPDL DIDPPy is a Python interface for DyPDL, implemented in Rust with PyO3. [Docs](https://didppy.readthedocs.io/en/latest) ## Quick Start If you just want to use DIDPPy, install it from PyPI. ```bash pip install didppy ``` There are some examples in [`examples`](https://github.com/domain-independent-dp/didp-rs/tree/main/didppy/examples). ## Development If you want to develop DIDPPy, clone this repository. ```bash git clone https://github.com/domain-independent-dp/didp-rs cd didp-rs/didppy ``` ### Create Python Environment ```bash python3 -m venv .venv source .venv/bin/activate pip install maturin ``` ### Build Development Version ```bash maturin develop ``` `didppy` will be installed in `.venv`. ### Run Test ```bash cargo test --no-default-features pytest ``` ### Build Documents ```bash pip install -r docs/requirements.txt sphinx-build docs docs/_build ``` ## Build Release Version ```bash 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`). ```bash pip install --force-reinstall ../target/wheels/didppy-{x}.whl ``` `{x}` depends on your environment.


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl didppy-0.3.3:

    pip install didppy-0.3.3.whl


نصب پکیج tar.gz didppy-0.3.3:

    pip install didppy-0.3.3.tar.gz