Metadata-Version: 2.4
Name: jetson-containers
Version: 0.0.1.dev15
Summary: Jetson CLI — unified command-line interface for the Jetson AI Lab ecosystem.
Project-URL: Homepage, https://github.com/jetson-ai-lab/jetson-containers
Project-URL: Source, https://github.com/jetson-ai-lab/jetson-containers
Project-URL: Issues, https://github.com/jetson-ai-lab/jetson-containers/issues
Author: Jetson AI Lab
License: MIT
License-File: LICENSE.md
License-File: NOTICE
Keywords: cli,containers,edge-ai,jetson,nvidia
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest>=7; extra == 'test'
Description-Content-Type: text/markdown

# jetson-containers

The PyPI distribution for
[`jetson-ai-lab/jetson-containers`](https://github.com/jetson-ai-lab/jetson-containers)
— installs the `jetson` console command.

This **v0.0.1** release is a name-claim stub. The repository itself (build/run
scripts, package definitions, Dockerfiles) remains the canonical source of the
`jetson-containers` tooling; pip-installable features will ship in later
releases.

## Install

```bash
pip install jetson-containers
jetson --version
jetson x
```

## Note

`jetson-containers` and [`jetson-cli`](https://pypi.org/project/jetson-cli/)
ship identical code in this release. The bash `jetson-containers` dispatcher
inside the repository (installed by `install.sh` to `/usr/local/bin/jetson-containers`)
is a separate tool and is not affected by this package.
