1
1
Fork
You've already forked debutils
0
Utilities to help Debian package maintainers.
  • Python 96.1%
  • Jinja 3.9%
Maytham Alsudany f76d282c87
Some checks failed
Build / build (push) Failing after 11s
Update README
2024年01月12日 17:36:36 +08:00
.gitea/workflows Update workflow python version 2024年01月02日 11:24:07 +08:00
src/debutils Fix typing in session 2024年01月10日 17:22:55 +08:00
.gitignore Initial commit 2023年12月27日 22:59:27 +08:00
LICENSE Upgrade license to GPL 3.0 2023年12月31日 06:32:16 +08:00
LICENSE.md Upgrade license to GPL 3.0 2023年12月31日 06:32:16 +08:00
main.py Add main.py dev script 2023年12月28日 13:49:06 +08:00
pyproject.toml fixup! Fix version tag detection, use distutils to properly sort semvers 2023年12月31日 10:22:36 +08:00
README.md Update README 2024年01月12日 17:36:36 +08:00
TODO Update TODO 2024年01月01日 09:34:40 +08:00

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 go subcommands 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/>.