holiness

Produces nice headlines


License
MIT
Install
pip install holiness==0.2

Documentation

holiness

PyPI GitHub license Requires.io Travis

Quick Guide

>>> from holiness import headline

>>> headline("hello")
================================ H I  =================================

You can customize this in many ways. Here are some examples:

Installation

This package is registered on the Python Package Index (PyPI) as holiness.

Install it using pip with

$ pip install holiness

Development and Testing

Source Code

The holiness source is hosted on GitHub. Clone the project with

$ git clone https://github.com/MadaoG/holiness.git

Requirements

You will need Python 3 with pip.

Tests

Run tests with

$ python setup.py test

You need nose for this. Install it with pip.

Contributing

Please submit and comment on bug reports and feature requests.

To submit a patch:

  1. Fork it (https://github.com/MadaoG/holiness/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make changes. Write and run tests.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin my-new-feature).
  6. Create a new Pull Request.

License

This Python package is licensed under the MIT license.

Warranty

This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.