Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronnix/fabtools.recipes.pystatsd
Fabric task to install pystatsd, using fabtools
https://github.com/ronnix/fabtools.recipes.pystatsd
fabtools python-fabric statsd
Last synced: 25 days ago
JSON representation
Fabric task to install pystatsd, using fabtools
- Host: GitHub
- URL: https://github.com/ronnix/fabtools.recipes.pystatsd
- Owner: ronnix
- License: bsd-2-clause
- Created: 2011-12-08T23:45:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-08T23:46:35.000Z (almost 13 years ago)
- Last Synced: 2024-05-01T13:30:05.407Z (6 months ago)
- Topics: fabtools, python-fabric, statsd
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Description
===========`Fabric `_ task to install `pystatsd `_, using `fabtools `_.
How to use
==========Import the task in your project's ``fabfile.py`` to make it available::
from fabtools.recipes.pystatsd import install_pystatsd
Then you can call it from the ``fab`` command::
fab install_pystatsd