Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glensc/fedmsg_meta_pld
Metadata providers for PLD Linux fedmsg deployment
https://github.com/glensc/fedmsg_meta_pld
Last synced: 2 days ago
JSON representation
Metadata providers for PLD Linux fedmsg deployment
- Host: GitHub
- URL: https://github.com/glensc/fedmsg_meta_pld
- Owner: glensc
- License: lgpl-2.1
- Created: 2016-04-26T06:00:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T20:50:18.000Z (almost 9 years ago)
- Last Synced: 2024-11-24T04:25:08.659Z (2 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
fedmsg_meta_pld
===============fedmsg metadata providers for PLD Linux deployment
--------------------------------------------------[fedmsg](http://fedmsg.com) is a set of tools for knitting together services
and webapps into a realtime messaging net. This package contains metadata
provider plugins for the primary deployment of that systemIf you were to deploy fedmsg at another site, you would like want to write your
own module like this one that could provide textual representations of *your*
messages.Running the Tests
-----------------# Create a virtualenv
$ sudo yum install python-virtualenv
$ virtualenv my-env
$ source my-env/bin/activate# Install the dependencies
$ python setup.py develop# Run the tests
$ pip install nose
$ $(which nosetests)