Docker-banner-gen

Latest version: v0.0.6

Safety actively analyzes 623490 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.6

------------------

- escaping ` and \ now in the banner text

0.0.5

------------------

- fixed parse variable for outputting font info

0.0.4

------------------

- added option for specifying the width of the banner (`-w`, `--width`)
- added option to list available fonts (`-L`, `--list_fonts`)
- added option to output information about font (`-F`, `--print_font_info`)

0.0.3

------------------

- added ability to add a subtitle (placeholder `{SUBTITLE}`) using `-s, --subtitle`,
which can be used for a version number
- added `-i, --print_templates` option to output templates and the supported placeholders

0.0.2

------------------

- fixed entry point of console script

0.0.1

------------------

- initial release


PyPi
====

Preparation:

* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* commit/push all changes

Commands for releasing on pypi.org (requires twine >= 1.8.0):


find -name "*~" -delete
rm dist/*
./venv/bin/python setup.py clean
./venv/bin/python setup.py sdist
./venv/bin/twine upload dist/*



Github
======

Steps:

* start new release (version: `vX.Y.Z`)
* enter release notes, i.e., significant changes since last release
* upload `docker-banner-gen-X.Y.Z.tar.gz` previously generated with `setyp.py`
* publish

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.