The **docker-banner-gen** command-line tool allows you to generate
`bash.bashrc` files to be used within Docker containers.
It is based on TensorFlow's `bash.bashrc` and uses pyfiglet to
generate the banner.
Changelog
=========
0.0.9 (2024-12-20)
------------------
- switched to underscores in project name
0.0.8 (2024-12-20)
------------------
- switched to `r"..."` for the templates to avoid `SyntaxError` due to invalid escape sequences
(prior to 3.12 that only generated a `SyntaxWarning`)
0.0.7 (2021-04-09)
------------------
- using the string `\n` in the banner signals a line break
0.0.6 (2020-07-24)
------------------
- escaping ` and \ now in the banner text
0.0.5 (2020-07-01)
------------------
- fixed parse variable for outputting font info
0.0.4 (2020-06-09)
------------------
- 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 (2020-06-09)
------------------
- 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 (2020-06-07)
------------------
- fixed entry point of console script
0.0.1 (2020-06-07)
------------------
- initial release
Raw data
{
"_id": null,
"home_page": "https://github.com/waikato-datamining/docker-banner-gen",
"name": "docker-banner-gen",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Peter Reutemann",
"author_email": "fracpete@waikato.ac.nz",
"download_url": "https://files.pythonhosted.org/packages/e8/a6/58d65caea6f232a5fd881804e68e049bb937fe7f0f720e8ad870f1402fad/docker_banner_gen-0.0.9.tar.gz",
"platform": null,
"description": "The **docker-banner-gen** command-line tool allows you to generate\n`bash.bashrc` files to be used within Docker containers. \nIt is based on TensorFlow's `bash.bashrc` and uses pyfiglet to\ngenerate the banner.\n\nChangelog\n=========\n\n0.0.9 (2024-12-20)\n------------------\n\n- switched to underscores in project name\n\n\n0.0.8 (2024-12-20)\n------------------\n\n- switched to `r\"...\"` for the templates to avoid `SyntaxError` due to invalid escape sequences\n (prior to 3.12 that only generated a `SyntaxWarning`)\n\n\n0.0.7 (2021-04-09)\n------------------\n\n- using the string `\\n` in the banner signals a line break\n\n\n0.0.6 (2020-07-24)\n------------------\n\n- escaping ` and \\ now in the banner text\n\n\n0.0.5 (2020-07-01)\n------------------\n\n- fixed parse variable for outputting font info\n\n\n0.0.4 (2020-06-09)\n------------------\n\n- added option for specifying the width of the banner (`-w`, `--width`)\n- added option to list available fonts (`-L`, `--list_fonts`)\n- added option to output information about font (`-F`, `--print_font_info`)\n\n\n0.0.3 (2020-06-09)\n------------------\n\n- added ability to add a subtitle (placeholder `{SUBTITLE}`) using `-s, --subtitle`,\n which can be used for a version number\n- added `-i, --print_templates` option to output templates and the supported placeholders\n\n\n0.0.2 (2020-06-07)\n------------------\n\n- fixed entry point of console script\n\n\n0.0.1 (2020-06-07)\n------------------\n\n- initial release\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Command-line tool for generating bash.bashrc templates for docker with a custom banner.",
"version": "0.0.9",
"project_urls": {
"Homepage": "https://github.com/waikato-datamining/docker-banner-gen"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e8a658d65caea6f232a5fd881804e68e049bb937fe7f0f720e8ad870f1402fad",
"md5": "23106869cdc4968856bf7fd69231306f",
"sha256": "e1dc2660f2699c47f16cfe70d7134f4218c435696a2beab2a47631ba85fd0477"
},
"downloads": -1,
"filename": "docker_banner_gen-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "23106869cdc4968856bf7fd69231306f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10319,
"upload_time": "2024-12-20T01:20:59",
"upload_time_iso_8601": "2024-12-20T01:20:59.943703Z",
"url": "https://files.pythonhosted.org/packages/e8/a6/58d65caea6f232a5fd881804e68e049bb937fe7f0f720e8ad870f1402fad/docker_banner_gen-0.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-20 01:20:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "waikato-datamining",
"github_project": "docker-banner-gen",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "docker-banner-gen"
}