Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcellis/ducktools
Meta Project for all ducktools namespaced projects
https://github.com/davidcellis/ducktools
Last synced: 1 day ago
JSON representation
Meta Project for all ducktools namespaced projects
- Host: GitHub
- URL: https://github.com/davidcellis/ducktools
- Owner: DavidCEllis
- License: gpl-3.0
- Created: 2024-01-05T12:04:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T14:57:00.000Z (4 months ago)
- Last Synced: 2024-07-11T17:08:23.096Z (4 months ago)
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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.