- Python 96.1%
- Jinja 3.9%
|
|
||
|---|---|---|
| .gitea/workflows | Update workflow python version | |
| src/debutils | Fix typing in session | |
| .gitignore | Initial commit | |
| LICENSE | Upgrade license to GPL 3.0 | |
| LICENSE.md | Upgrade license to GPL 3.0 | |
| main.py | Add main.py dev script | |
| pyproject.toml | fixup! Fix version tag detection, use distutils to properly sort semvers | |
| README.md | Update README | |
| TODO | Update TODO | |
Most of the functionality in the go subcommand has been moved to
gophian.
debutils
PyPI - Version PyPI - Python Version
Utilities to help Debian package maintainers.
This tool is currently very unstable. Feel free to use it, but please report any bugs you find. If you have an idea for a new feature or commands, then please let me know! More info
Table of Contents
Installation
To install from git:
pip install git+https://codeberg.org/Maytha8/debutils.git
# I recommend using pipx instead of pip
I don't recommend installing from PyPI, there are frequent fixes, and I don't upload to PyPI very often (these are a bunch of scripts, it's not worth it).
Contributing
There are several ways you can contribute to debutils.
Opening issues
If you find any bugs, or have any ideas for new functionality, please don't hesitate to open an issue.
Pull requests
There's a long list of TODOs. Some of them can be found in TODO, and others are strewn throughout the code as TODO comments.
You can help out by taking on one of these tasks and opening a pull request with your changes.
Developing
Clone this repo, and either use hatch run ./main.py or hatch shell && ./main.py to run the CLI. (using hatch run debutils will install debutils
inside the venv, changes to the code aren't applied)
Why
I had a few useful scripts lying around, so I decided to put them together and create debutils. (e.g. itpwriter is now part of debutils.)
Acknowledgements
- dh-make-golang - the
gosubcommands are partially based on the work at dh-make-golang
License
debutils -- Utilities to help Debian package maintainers.
Copyright (C) 2023 Maytham Alsudany <maytha8thedev@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.