Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickstenning/honcho
Honcho: a python clone of Foreman. For managing Procfile-based applications.
https://github.com/nickstenning/honcho
devtools operations python
Last synced: 2 days ago
JSON representation
Honcho: a python clone of Foreman. For managing Procfile-based applications.
- Host: GitHub
- URL: https://github.com/nickstenning/honcho
- Owner: nickstenning
- License: mit
- Created: 2012-03-13T13:44:30.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T14:21:29.000Z (2 months ago)
- Last Synced: 2024-12-03T02:04:22.825Z (9 days ago)
- Topics: devtools, operations, python
- Language: Python
- Homepage: http://pypi.python.org/pypi/honcho
- Size: 401 KB
- Stars: 1,597
- Watchers: 34
- Forks: 147
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-python-resources - GitHub - 11% open · ⏱️ 03.08.2022): (DevOps 工具)
- starred-awesome - honcho - Honcho: a python clone of Foreman. For managing Procfile-based applications. (Python)
README
::
___ ___ ___ ___ ___ ___
/\__\ /\ \ /\__\ /\ \ /\__\ /\ \
/:/ / /::\ \ /::| | /::\ \ /:/ / /::\ \
/:/__/ /:/\:\ \ /:|:| | /:/\:\ \ /:/__/ /:/\:\ \
/::\ \ ___ /:/ \:\ \ /:/|:| |__ /:/ \:\ \ /::\ \ ___ /:/ \:\ \
/:/\:\ /\__\ /:/__/ \:\__\ /:/ |:| /\__\ /:/__/ \:\__\ /:/\:\ /\__\ /:/__/ \:\__\
\/__\:\/:/ / \:\ \ /:/ / \/__|:|/:/ / \:\ \ \/__/ \/__\:\/:/ / \:\ \ /:/ /
\::/ / \:\ /:/ / |:/:/ / \:\ \ \::/ / \:\ /:/ /
/:/ / \:\/:/ / |::/ / \:\ \ /:/ / \:\/:/ /
/:/ / \::/ / /:/ / \:\__\ /:/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/|PyPI| |Build Status|
Honcho is a Python port of Foreman_, a tool for managing Procfile-based applications.
`Why a port? /honcho.readthedocs.io/en/latest/#why-did-you-port-foreman>`_
.. _Foreman: https://ddollar.github.io/foreman
.. |Build Status| image:: https://github.com/nickstenning/honcho/actions/workflows/main.yml/badge.svg
:target: https://github.com/nickstenning/honcho/actions
:alt: Build Status.. |PyPI| image:: https://img.shields.io/pypi/v/honcho.svg
:target: https://pypi.python.org/pypi/honcho/
:alt: Latest Version on PyPIInstalling Honcho
-----------------::
pip install honcho
How to use Honcho
-----------------The 30-second version:
1. Write `a Procfile`_::
$ cat >Procfile <.env <