Metadata-Version: 1.1
Name: diamond-patterns
Version: 0.4.0rc1
Summary: Diamond-Patterns are scaffolds for knowledge work.  Use patterns to go faster.
Home-page: http://diamond-patterns.readthedocs.io/
Author: Ian Dennis Miller
Author-email: iandennismiller@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Diamond-Patterns
        ================
        
        **Diamond-Patterns** are scaffolds for knowledge work.  Use patterns to go faster.
        
        Installation
        ------------
        
        Diamond-Patterns requires Python 3.
        ``pip`` is the recommended way to install Diamond-Patterns.
        `Installation documentation is available online <http://diamond-patterns.readthedocs.io/en/latest/install.html>`_.
        
        ::
        
            pip install diamond-patterns
        
        Usage
        -----
        
        View the help and list all available patterns:
        
        ::
        
            diamond --help
            diamond list
        
        
        "Scaffold" a LaTeX article using the ``article`` pattern:
        
        ::
        
            mkdir article
            cd article
            diamond --pattern article scaffold
        
        Online Resources
        ----------------
        
        - `Documentation <http://diamond-patterns.readthedocs.io/>`_
        - `GitHub Project Page <http://github.com/iandennismiller/diamond-patterns>`_
        - `Python Project on PyPi <http://pypi.python.org/pypi/Diamond-Patterns>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Office/Business
