Metadata-Version: 2.0
Name: sloth-ci
Version: 2.0.3
Summary: Simple app for automatization of everything
Home-page: https://bitbucket.org/moigagoo/sloth-ci
Author: Konstantin Molchanov
Author-email: moigagoo@live.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Framework :: CherryPy
Requires-Dist: CherryPy
Requires-Dist: PyYAML
Requires-Dist: Routes
Requires-Dist: cliar
Requires-Dist: requests
Requires-Dist: tabulate
Provides-Extra: Colored logs
Requires-Dist: colorama; extra == 'Colored logs'
Provides-Extra: Developer tools
Requires-Dist: sloth-ci.ext.devtools; extra == 'Developer tools'
Provides-Extra: Logging to files
Requires-Dist: sloth-ci.ext.file-logs; extra == 'Logging to files'

********************
Welcome to Sloth CI!
********************

.. image:: https://img.shields.io/pypi/v/sloth-ci.svg?style=flat-square
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/sloth-ci.svg?style=flat-square
    :alt: Downloads

.. image:: https://img.shields.io/pypi/l/sloth-ci.svg?style=flat-square
    :alt: License


.. image:: sloth.png


**Sloth CI** builds docs, runs tests, and deploys to servers when you push to GitHub or Bitbucket.

The goal is to give you the easiest way to automatize things, with no memory overhead or overcomplicated setup. Installing, configuring, and running Sloth CI takes about two minutes, then you control it remotely via protected `web API <http://sloth-ci.com/api.html>`__ or `command line interface <http://sloth-ci.com/cli.html>`__.

-   `Quickstart в†’ <http://sloth-ci.com/quickstart.html>`__
-   `Cookbook в†’ <http://sloth-ci.com/cookbook/index.html>`__
-   `Developer Guide в†’ <http://sloth-ci.com/dev/index.html>`__


Contribute
==========

`Report a bug <https://bitbucket.org/sloth-ci/sloth-ci/issues/new>`__

`Fork and improve <https://bitbucket.org/sloth-ci/sloth-ci/fork>`__

