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: 7 months 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 (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T13:41:05.000Z (10 months ago)
- Last Synced: 2025-04-18T17:32:41.396Z (8 months ago)
- Topics: devtools, operations, python
- Language: Python
- Homepage: http://pypi.python.org/pypi/honcho
- Size: 402 KB
- Stars: 1,620
- Watchers: 33
- Forks: 146
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-tools - nickstenning/honcho - a python clone of Foreman. For managing Procfile-based applications. (Process Manager / Procfile)
- fucking-awesome-python-cn - honcho
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- starred-awesome - honcho - Honcho: a python clone of Foreman. For managing Procfile-based applications. (Python)
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- python-awesome - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- awesome-python-resources - GitHub - 11% open · ⏱️ 03.08.2022): (DevOps 工具)
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- awesome-python - honcho - Honcho: a python clone of Foreman. For managing Procfile-based applications. ` 📝 a year ago` (DevOps Tools [🔝](#readme))
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- fucking-awesome-python - :octocat: honcho - :star: 1534 :fork_and_knife: 143 - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- awesome-python-cn - honcho
- Awesome-Python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- Python-Awesome - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- fucking_awesome_python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
- git-github.com-vinta-awesome-python - honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. (DevOps Tools)
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 PyPI
Installing Honcho
-----------------
::
pip install honcho
How to use Honcho
-----------------
The 30-second version:
1. Write `a Procfile`_::
$ cat >Procfile <.env <