Metadata-Version: 1.1
Name: itpe
Version: 2013.0
Summary: Scripts for generating the master post for ITPE (the Informal Twitter Podfic Exchange)
Home-page: https://github.com/alexwlchan/itpe
Author: Alex Chan
Author-email: alex@alexwlchan.net
License: MIT
Description: ITPE
        ====
        
        Scripts for generating the masterpost HTML for ITPE (the Informal Twitter
        Podfic Exchange).
        
        Installation
        ------------
        
        Install these scripts by running:
        
        .. code-block:: console
        
           pip install itpe
        
        or:
        
        .. code-block:: console
        
           pipsi install itpe
        
        Usage
        -----
        
        For the 2013 version, you need to create a subdirectory of your home directory
        called ``Podfic``.  (For example, ``/Users/alexwlchan/Podfic``.)
        
        Save the CSV file of all the entires as ``itpe-treats.csv`` in this directory,
        then run ``itpe``.  This will create a new file called ``itpe-treats.html`` in
        the same directory.  This file contains the HTML to use for the master post.
        
        Support
        -------
        
        If you are having issues, contact Alex Chan
        (`alex@alexwlchan.net <mailto:alex@alexwlchan.net>`_).
        
        License
        -------
        
        These scripts are licensed under the MIT license.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
