/sc-html2pdf

A simple python project transform html to pdf

Primary LanguagePythonMIT LicenseMIT

PyPI - Python Version

A simple Python project sample structure

This project provides a sample structure for creating python project.

Installation

It is possible to install the tool with pip:

pip install sc-html2pdf

Configuration

Configuration files reading in this order, the first is the top most priority:

  1. production.xml in current directory,
  2. production.xml in <project_name> directory under User directory,
  3. production.xml in <project_name> directory under /var/opt/sc/ directory,
  4. default.xml in <project_name> directory under /var/opt/sc/ directory.

The default configuration file looks like this:

dev:
  # whether this program is running is development mode
  dev_mode: False

License

The script is released under the MIT License. The MIT License is registered with and approved by the Open Source Initiative [1].

[1]https://opensource.org/licenses/MIT