Metadata-Version: 2.1
Name: ducktools
Version: 0.2.0
Summary: Ducktools meta package
Author: David C Ellis
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: ducktools-lazyimporter
Requires-Dist: ducktools-jsonkit
Requires-Dist: ducktools-scriptmetadata
Requires-Dist: ducktools-pythonfinder

# ducktools #

This is a namespace project that will install *all* ducktools modules.

This mostly exists to make sure that 'ducktools' on pip installs all ducktools namespaced projects in the case
that someone types `pip install ducktools`.

If you are using one of the modules in a project it is highly recommended to depend on that module directly.

Modules are not versioned under this meta package, it will always install the newest version
of all included modules.

Included modules:
* [ducktools-lazyimporter](https://github.com/DavidCEllis/ducktools-lazyimporter)
* [ducktools-jsonkit](https://github.com/DavidCEllis/ducktools-jsonkit)
* [ducktools-scriptmetadata](https://pypi.org/project/ducktools-scriptmetadata/)
* [ducktools-pythonfinder](https://pypi.org/project/ducktools-pythonfinder/)


## Licensing ##

Individual components of ducktools may be licensed under more permissive (non-copyleft) licences
this namespace package uses GPLv3 as the least permissive license any included project may use.
