Metadata-Version: 1.1
Name: draw-devops-against-humanity
Version: 0.0.1
Summary: Draw devops against humanity sentence.
Home-page: https://github.com/lenarother/draw-devops-against-humanity/
Author: Magdalena Rother
Author-email: rother.magdalena@gmail.com
License: MIT
Description: .. image:: https://travis-ci.org/lenarother/draw-devops-against-humanity.svg?branch=master
            :target: https://travis-ci.org/lenarother/draw-devops-against-humanity
        
        
        ============================
        Draw Devops Against Humanity
        ============================
        
        Print a random sentence about development and operations. Inspired and using data from `Devops Against Humanity <https://github.com/bridgetkromhout/devops-against-humanity>`_
        
        This project was used to demonstrate configuration examples at EuroPython 2017.
        
        0.0.1
        
        
        Installing
        ==========
        
        
        
        Usage
        =====
        
        ::
        
            $ python draw.py
            Security through [Catastrophic Failure as a Service].
        
        
        
        Running the tests (dev)
        =======================
        
        To run all test and coding style tests use Makefile:
        
        ::
        
            make tests
        
        
        License
        =======
        
        This project is licensed under the MIT License - see the LICENSE.txt file for details.
        
        
        Contact
        =======
        
        Magdalena Rother (rother.magdalena@gmail.com)
        
        
        Acknowledgments
        ===============
        
        This project was inspired by `Bridget Kromhout <https://github.com/bridgetkromhout>`_ `Devops Against Humanity <https://github.com/bridgetkromhout/devops-against-humanity>`_.
        
        `Kristian Rother <https://github.com/krother>`_ provided comments and code review.
        
Keywords: devops against humanity,cards against humanity
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
