Socket
Book a DemoInstallSign in
Socket

bombhtml

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bombhtml

simple html/css templating / static site generator system written in python

pipPyPI
Version
0.4.5
Maintainers
1

<bomb>HTML</bomb>

simple html/css templating / static site generator system written in python

Keep your html DRY! This tool helps to bomb away useless repetitions.

Alpha warning

things may break or will not work properly. Things may break, so consider making a backup of your work the first time trying to use this.

Usage

Install/update

NOTE: you might want to make this in a virtual environment.

$ pip install -U wheel
$ pip install -U bombhtml

Config and Usage

Moved here

Development

This guide assumes you have already a virtual enviroment set up and activated.

You can for example us emailbomb/bombdotemail to test your changes, as the repository uses this build system.

  • Optional: debug infos in terminal

in the config file set

build.debug_print = True
  • Build
$ python3 -m build
  • Load the package
$ pip install --force-reinstall dist/bombhtml-v.v.v-py3-none-any.whl

replace v.v.v with the actual version number. The version number can be found in ./bombhtml/__init__.py

  • Test pypi only required before upload un actual pypi PLEASE NOTE: make sure only one version is inside the dist directroy
$ python3 -m twine upload --repository testpypi dist/*
  • Run the tests
$ test test test

not available yet

LICENSE

Double licensed as GPLv3+ and MIT (before version 0.4.0 only as GPLv3+)

Keywords

html

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts