Metadata-Version: 2.0
Name: phix
Version: 0.1.0
Summary: Make writing your Sphinx docs a little easier.
Home-page: https://github.com/wlonk/phix
Author: Kit La Touche
Author-email: kit@transneptune.net
License: MIT
Download-URL: https://github.com/wlonk/phix/tarball/0.1.0
Keywords: Sphinx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: sphinx
Requires-Dist: watchdog

phix
====

version number: 0.1.0
author: Kit La Touche

Overview
--------

Make writing your Sphinx docs a little easier.

Installation / Usage
--------------------

To install use pip:

    $ pip install phix


Or clone the repo:

    $ git clone https://github.com/wlonk/phix.git
    $ python setup.py install

Contributing
------------

TBD

Example
-------

TBD


