Metadata-Version: 2.4
Name: superdex
Version: 1.0.0
Summary: Umbrella package for the public SuperDex Python distributions
Author: SuperDex Team
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/facebookresearch/project_superdex
Project-URL: Repository, https://github.com/facebookresearch/project_superdex
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: superdex-lab==1.0.0
Requires-Dist: superdex-physics==1.0.0
Requires-Dist: superdex-physics-debugger==1.0.0
Requires-Dist: superdex-physics-fp64==1.0.0
Requires-Dist: superdex-robotics==1.0.0
Requires-Dist: superdex-robotics-fp64==1.0.0
Requires-Dist: superdex-studio==1.0.0
Dynamic: license-file

# SuperDex

Umbrella package for the public
[Project SuperDex](https://github.com/facebookresearch/project_superdex) Python
distributions.

Installing this package pulls in the whole toolkit:

```bash
pip install superdex
```

which resolves to `superdex-physics`, `superdex-robotics`, and `superdex-lab`. Install those
individually if you only need part of the stack.

See the [repository README](https://github.com/facebookresearch/project_superdex#readme)
for details.

## License

First-party code in this distribution is Apache-2.0 licensed; see
[LICENSE](https://github.com/facebookresearch/project_superdex/blob/main/LICENSE).
Third-party dependencies retain their own terms.
