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: 6 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 (9 months ago)
 - Last Synced: 2025-04-18T17:32:41.396Z (7 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
- starred-awesome - honcho - Honcho: a python clone of Foreman. For managing Procfile-based applications. (Python)
 - awesome-python-resources - GitHub - 11% open · ⏱️ 03.08.2022): (DevOps 工具)
 
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 <