Metadata-Version: 2.5
Name: openwam-sdk
Version: 0.1.1
Summary: Official installation alias for openwam; use import open_wam.
Project-URL: Documentation, https://openwam.github.io/OpenWAM/
Project-URL: Issues, https://github.com/OpenWAM/OpenWAM/issues
Project-URL: Repository, https://github.com/OpenWAM/OpenWAM
Author: OpenWAM Team
License-Expression: AGPL-3.0-only
License-File: LICENSE
License-File: NOTICE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <3.13,>=3.11
Requires-Dist: openwam==0.1.1
Provides-Extra: calvin
Requires-Dist: openwam[calvin]==0.1.1; extra == 'calvin'
Provides-Extra: core
Requires-Dist: openwam[core]==0.1.1; extra == 'core'
Provides-Extra: docs
Requires-Dist: openwam[docs]==0.1.1; extra == 'docs'
Provides-Extra: eval
Requires-Dist: openwam[eval]==0.1.1; extra == 'eval'
Provides-Extra: full
Requires-Dist: openwam[full]==0.1.1; extra == 'full'
Provides-Extra: libero
Requires-Dist: openwam[libero]==0.1.1; extra == 'libero'
Provides-Extra: pretrain
Requires-Dist: openwam[pretrain]==0.1.1; extra == 'pretrain'
Provides-Extra: robotwin
Requires-Dist: openwam[robotwin]==0.1.1; extra == 'robotwin'
Provides-Extra: sim
Requires-Dist: openwam[sim]==0.1.1; extra == 'sim'
Provides-Extra: torch
Requires-Dist: openwam[torch]==0.1.1; extra == 'torch'
Provides-Extra: tracking
Requires-Dist: openwam[tracking]==0.1.1; extra == 'tracking'
Provides-Extra: train
Requires-Dist: openwam[train]==0.1.1; extra == 'train'
Provides-Extra: viz
Requires-Dist: openwam[viz]==0.1.1; extra == 'viz'
Description-Content-Type: text/markdown

# openwam-sdk

Official installation alias for [OpenWAM](https://pypi.org/project/openwam/).

This metapackage installs the matching OpenWAM release and forwards its
optional extras. It contains no Python modules or separate implementation.
Prefer `pip install openwam` for new environments; all installation names
use the same `import open_wam` and `openwam-*` commands.

For example, `pip install 'openwam-sdk[train,eval]'` installs the same runtime
as `pip install 'openwam[train,eval]'`. All aliases can coexist.

[Documentation](https://openwam.github.io/OpenWAM/) | [Source](https://github.com/OpenWAM/OpenWAM)
