Metadata-Version: 1.1
Name: PyLit6
Version: 0.2-dev
Summary: Literate Programming with reStructuredText
Home-page: http://www.pylit.org
Author: Roie R. Black
Author-email: rblack@austincc.edu
License: BSD 3-Clause
Description: ====================================
        PyLit6 - A Literate Programming Tool
        ====================================
        
        ..  image:: https://img.shields.io/travis/rblack42/PyLit6.svg
        
        ..  image:: https://img.shields.io/coveralls/PyLit6/PyLit6.svg
            :target: https://coveralls.io/r/rblack42/PyLit6
        
        ..  image:: https://img.shields.io/pypi/v/PyLit6.svg
            :target: https://pypi.python.org/pypi/pylit6/
            :alt: Latest Version
             
        ..  image:: https://img.shields.io/pypi/l/PyLit6.svg
            :target: http://pypi.python.org/pypi/pylit6/
            :alt: License
        
        ..  image:: https://img.shields.io/circleci/project/PyLit6.svg
            :target: https://circleci.com/gh/rblack42/PyLit6
            :alt: Circle CI Status
        
        ..  image:: https://img.shields.io/pypi/pyversions/PyLit6.svg
            :target: https://pypi.python.org/pypi/PyLit6/
            :alt: Supported Python versions
        
        
        This is the *PyLit6* project, designed to create an environment that supports
        software development using Dr. Donald Knuth's *Literate Programming* concepts.
        However, rather than simply building a tool that recreates Dr. Knuth's ideas, I
        have added a few ideas of my own.  These additions to *Literate Programming*
        are based on my teaching work, and my goal to produce students who are familiar
        with modern tools used in software engineering, and who are ready to produce
        code worthy of including in real-world projects.
        
        For more information on the project, contact the author::
        
            Roie Black
            Professor, Computer Science
            Austin Community College
            Austin, Texas
        
            email: rblack@austincc.edu
            web: www.austincc.edu/rblack
            GitHub: http://github.com/rblack42/PyLit6
        
        ..  vim:filetype=rst spell:
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Flask
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Documentation
