Metadata-Version: 2.4
Name: sdforge
Version: 0.2.2
Summary: Compatibility package for the renamed DistForge SDF modeling library.
Home-page: https://github.com/nassimberrada/distforge
Author: nassimberrada
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: distforge>=1.0.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# sdforge has moved

The `sdforge` package has been renamed to **DistForge**.

Install the new package:

```bash
pip install -U distforge
```

New code should import from `distforge`:

```python
from distforge import sphere, box
```

This release remains available as a compatibility bridge for existing users.
