Metadata-Version: 2.1
Name: deptool
Version: 0.1.0
Summary: A tool for installing dependencies
Author-email: Adam Morrissett <me@adamlm.com>
Project-URL: Homepage, https://github.com/adamlm/deptool
Project-URL: Bug Tracker, https://github.com/adamlm/deptool/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: PyYAML

# `deptool`

`deptool` provides developers with an generic and configurable way to install their projects' dependencies. Users
specify their project's dependencies in a manifest file, and `deptool` installs those dependencies using scripts
located in registries.

[Dev Container Features](https://containers.dev/implementors/features/) is the primary inspiration for this tool with
additional influences from [vcpkg](https://vcpkg.io/en/), [APT](https://wiki.debian.org/Apt), and
[rosdep](https://docs.ros.org/en/independent/api/rosdep/html/).

## Documentation

See the [documentation](http://adamlm.github.io/deptool) page for more information and help getting started.

## Support

Need some help or want to chat about `deptool`? Head to the repository's
[Discussions tab](https://github.com/adamlm/deptool/discussions) to connect with someone.

## Contributing

Want to help improve `deptool`? Check out the [contribution guidelines](CONTRIBUTING.md) to get started.

## License

See the [`LICENSE.md`](LICENSE.md) file for license information.
