Metadata-Version: 2.0
Name: diamond-patterns
Version: 0.5.3
Summary: Diamond-Patterns are scaffolds for knowledge work.  Use patterns to go faster.
Home-page: https://diamond-patterns.readthedocs.io/
Author: Ian Dennis Miller
Author-email: iandennismiller@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
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
Requires-Dist: six (==1.11.0)
Requires-Dist: mr.bob (==0.1.2)
Requires-Dist: pyreadline (==2.1)
Requires-Dist: click (==6.6)
Requires-Dist: arrow
Requires-Dist: requests

Diamond-Patterns
================

**Diamond-Patterns** are scaffolds for knowledge work.  Use patterns to go faster.

.. image:: https://img.shields.io/github/stars/iandennismiller/diamond-patterns.svg?style=social&label=GitHub
    :target: https://github.com/iandennismiller/diamond-patterns

.. image:: https://img.shields.io/pypi/v/diamond-patterns.svg
    :target: https://pypi.python.org/pypi/diamond-patterns

.. image:: https://readthedocs.org/projects/diamond-patterns/badge/?version=latest
    :target: http://diamond-patterns.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. .. image:: https://travis-ci.org/iandennismiller/diamond-patterns.svg?branch=master
..     :target: https://travis-ci.org/iandennismiller/diamond-patterns

.. .. image:: https://coveralls.io/repos/github/iandennismiller/diamond-patterns/badge.svg?branch=master
..     :target: https://coveralls.io/github/iandennismiller/diamond-patterns?branch=master

Usage
-----

The ``pattern`` command will apply a pattern to the current directory.

The following example applies the ``article`` pattern:

::

    mkdir article
    cd article
    diamond pattern article

List all available patterns:

::

    diamond list

Read about `all the available patterns <https://diamond-patterns.readthedocs.io/en/latest/patterns.html>`_.

View documentation for ``article`` pattern:

::

    diamond docs article

Command line help:

::

    diamond --help
    diamond pattern --help

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

Install Diamond-Patterns with Python pip.

::

    pip install diamond-patterns

`Installation documentation <https://diamond-patterns.readthedocs.io/en/latest/install.html>`_ is available online.

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>`_


