Metadata-Version: 2.0
Name: dummy-env-prep
Version: 1.1.0
Summary: A handy template for including requirements in an environment
Home-page: https://github.com/lockefox/dummy-env-prep
Author: John Purcell
Author-email: jpurcell.ee@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: environment setup requirements packaging automation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: plumbum (==1.6.3)
Requires-Dist: requests
Requires-Dist: cookiecutter


==============
dummy-env-prep
==============

It can be hard to manage shell-script style python in a build or automated environment.  Wrap up requirements easily in one ``pip install`` and place it at the front of a Bamboo, Jenkins, or Ansible script.

This is meant as a demo.  Please fork for your own needs.

Getting Started
===============

1. Fork this project
2. ``pip install cookiecutter``
3. ``cookiecutter cookiecutter_template/``
4. Answer the questions
5. Fill out ``requirements.txt`` and ``README.rst`` appropriately
6. ``python setup.py sdist bdist_wheel clean --all upload``
7. ``pip install [my project]`` where needed <3


Includes
========

.. code-block::

    	plumbum==1.6.3
	requests
	cookiecutter



