Metadata-Version: 2.4
Name: ir-support-full
Version: 0.1.0
Summary: Meta-package that installs ir-support and the optional robot and parts model packs.
Author: 41013 Teaching Team
Author-email: 41013@uts.edu.au
Requires-Python: >=3.10,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: ir-support (>=1.3.0,<2.0.0)
Requires-Dist: ir-support-extra-parts (>=0.1.0,<0.2.0)
Requires-Dist: ir-support-extra-robots (>=0.1.0,<0.2.0)
Description-Content-Type: text/markdown

# ir-support-full

`ir-support-full` is a small meta-package for 41013 Industrial Robotics at UTS. It installs the core `ir-support` package plus the optional robot and parts model packs:

- `ir-support`
- `ir-support-extra-robots`
- `ir-support-extra-parts`

Use this when you want the complete local model library rather than only the lab-required core package.

```powershell
python -m pip install ir-support-full
```

The installed importable packages remain `ir_support`, `ir_support_extra_robots`, and `ir_support_extra_parts`.

