Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/pyramid_ssh_crochet
SSH into a running Pyramid app using crochet
https://github.com/msabramo/pyramid_ssh_crochet
Last synced: about 1 month ago
JSON representation
SSH into a running Pyramid app using crochet
- Host: GitHub
- URL: https://github.com/msabramo/pyramid_ssh_crochet
- Owner: msabramo
- Created: 2015-02-06T17:19:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T19:16:42.000Z (almost 10 years ago)
- Last Synced: 2024-05-09T20:40:30.637Z (8 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pyramid_ssh_crochet
=================================.. image:: https://img.shields.io/pypi/v/pyramid_ssh_crochet.svg
:target: https://pypi.python.org/pypi/pyramid_ssh_crochetIntro
=================================This lets your Pyramid_ app run an SSH server so that you can SSH in and inspect application state.
It does this by using Crochet_ and `Twisted Conch Manhole`_.
To use this, add some info to your config file:
.. code-block:: ini
pyramid.includes =
pyramid_ssh_crochetpyramid_ssh_crochet.port = 5022
pyramid_ssh_crochet.username = admin
pyramid_ssh_crochet.password = secret
See also
==================================- https://github.com/msabramo/pyramid_ipython_kernel
.. _Pyramid: http://www.trypyramid.com/
.. _Crochet: https://crochet.readthedocs.org/
.. _Twisted Conch Manhole: http://twistedmatrix.com/documents/current/api/twisted.conch.manhole.html