Metadata-Version: 2.1
Name: inprint
Version: 1.1.2
Summary: A small python module for printing with colours.
Home-page: https://github.com/Exelscior/inprint
Author: Joshua Logan
Author-email: joshua.logan@eveco.re
License: GPL
Keywords: colour color print utils
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7
License-File: LICENSE

Small python module for printing with colours

PyPi project page: https://pypi.org/project/inprint


Installation
------------

Simply clone the repository and run the usual setuptools process::

  $> git clone https://github.com/Exelscior/inprint.git && cd inprint
  $> python setup.py {build,install}



