Metadata-Version: 2.4
Name: mujofil-warp
Version: 0.2.0
Summary: Deprecated alias. The project was renamed to `mujofil` in 0.2.0 — installing this just installs `mujofil`. Use `pip install mujofil` and `import mujofil`.
Author: Tau Intelligence
License: Apache-2.0
Project-URL: Homepage, https://github.com/tau-intelligence/mujofil
Project-URL: Repository, https://github.com/tau-intelligence/mujofil
Project-URL: Issues, https://github.com/tau-intelligence/mujofil/issues
Keywords: mujoco,filament,pbr,rendering,reinforcement-learning,deprecated,alias
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mujofil>=0.2.0

# mujofil-warp (deprecated alias)

This project was **renamed to [`mujofil`](https://pypi.org/project/mujofil/)** in
version 0.2.0.

Installing `mujofil-warp` now simply installs `mujofil` (it is a dependency-only
alias package). Please switch to:

```bash
pip install mujofil
```

```python
import mujofil
```

For backward compatibility, `mujofil` still provides a thin `mujofil_warp` module
that re-exports everything with a deprecation warning, so existing
`import mujofil_warp` code keeps working.

Source and documentation: https://github.com/tau-intelligence/mujofil
