Metadata-Version: 2.1
Name: sloth-ci
Version: 2.2.1
Summary: Lightweight, standalone CI server.
Home-page: https://github.com/sloth-ci/sloth-ci/
License: MIT
Keywords: ci
Author: Constantine Molchanov
Author-email: moigagoo@live.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: colored_logs
Requires-Dist: CherryPy (>=18.6.0,<19.0.0)
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: Routes (>=2.5.1,<3.0.0)
Requires-Dist: cliar (>=1.3.4,<2.0.0)
Requires-Dist: colorama[colored_logs] (>=0.4.4,<0.5.0); extra == "colored_logs"
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Project-URL: Repository, https://github.com/sloth-ci/sloth-ci/
Description-Content-Type: text/markdown

# Welcome to Sloth CI!

[![image](https://img.shields.io/pypi/v/sloth-ci.svg)](https://pypi.org/project/sloth-ci)
[![Build Status](https://travis-ci.com/Sloth-CI/sloth-ci.svg?branch=develop)](https://travis-ci.com/Sloth-CI/sloth-ci)


**Sloth CI** is a lightweight, standalone CI server.

Via extensions, Sloth CI offers detailed logs, build status badges, email notifications, and webhooks. 


## Run Locally

Deploy the project with Poetry:

    $ poetry install

Run locally with:

    $ poetry run sci start

Check that the instance is running:

    $ poetry run sci status

Build the docs:

    $ poetry run foliant make site -p docs


