Metadata-Version: 2.0
Name: dockerscript
Version: 0.2.0
Summary: Tool for generating Dockerfiles from Python
Home-page: https://github.com/durandj/dockerscript
Author: James Durand
Author-email: james.durand@alumni.msoe.edu
License: MIT license
Keywords: dockerscript
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: colored (==1.3.4)

===============================
dockerscript
===============================


.. image:: https://img.shields.io/pypi/v/dockerscript.svg
        :target: https://pypi.python.org/pypi/dockerscript

.. image:: https://img.shields.io/travis/durandj/dockerscript.svg
        :target: https://travis-ci.org/durandj/dockerscript

.. image:: https://readthedocs.org/projects/dockerscript/badge/?version=latest
        :target: https://dockerscript.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/durandj/dockerscript/shield.svg
     :target: https://pyup.io/repos/github/durandj/dockerscript/
     :alt: Updates


Tool for generating Dockerfiles from Python.


* Free software: MIT license
* Documentation: https://dockerscript.readthedocs.io.


Features
--------

* Simplified Dockerfile creation

TODO
----

* Documentation
* Linting
* Optimizer
* Specialized operators
* Complete set of operators
  * CMD
  * EXPOSE
  * ADD
  * COPY
  * ENTRYPOINT
  * VOLUME
  * USER
  * ARG
  * ONBUILD
  * STOPSIGNAL
  * HEALTHCHECK

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.0.0 (2017-04-21)
------------------

* First release on PyPI.


