Metadata-Version: 2.4
Name: projectchrono
Version: 0.0.0
Summary: Name reservation for the forthcoming PyPI distribution of PyChrono, the Python interface to Project Chrono.
Project-URL: Homepage, https://projectchrono.org/
Project-URL: Documentation, https://api.projectchrono.org/
Project-URL: Source, https://github.com/projectchrono/chrono
Project-URL: Issues, https://github.com/projectchrono/chrono/issues
Project-URL: Changelog, https://github.com/projectchrono/chrono/blob/main/CHANGELOG.md
Author: Project Chrono
Maintainer-email: Project Chrono <negrut@wisc.edu>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: chrono,finite element,multibody dynamics,multiphysics,physics engine,pychrono,robotics,simulation,terramechanics,vehicle dynamics
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# projectchrono

This distribution reserves the name `projectchrono` on PyPI for **PyChrono**, the Python
interface to [Project Chrono](https://projectchrono.org/).

**Version 0.0.0 contains no simulation code.** It is a placeholder published while binary
wheels are being prepared.

## Installing PyChrono today

Use conda:

```
conda create -n chrono python=3.12
conda activate chrono
conda install projectchrono::pychrono -c conda-forge
```

Full instructions: <https://api.projectchrono.org/pychrono_installation.html>

## About Project Chrono

Project Chrono is an open source, BSD-3 licensed C++ library for multibody dynamics and
multiphysics simulation, developed since 2013 by the Simulation-Based Engineering Laboratory
at the University of Wisconsin-Madison and by the University of Parma. It supports rigid and
flexible body dynamics, granular material, fluid-solid interaction, deformable terrain,
ground vehicle mobility, sensor simulation, and robotics.

- Website: <https://projectchrono.org/>
- API documentation: <https://api.projectchrono.org/>
- Source: <https://github.com/projectchrono/chrono>

## License

BSD 3-Clause. See `LICENSE`.
