Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbgk/pymention
PyMention is an implementation of WebMention in Python
https://github.com/davidbgk/pymention
Last synced: about 2 months ago
JSON representation
PyMention is an implementation of WebMention in Python
- Host: GitHub
- URL: https://github.com/davidbgk/pymention
- Owner: davidbgk
- License: bsd-3-clause
- Created: 2013-04-28T22:00:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-28T22:07:51.000Z (almost 12 years ago)
- Last Synced: 2024-12-17T12:49:39.925Z (about 2 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyMention is an implementation of WebMention in Python
[WebMention](http://webmention.org/) is "A modern alternative to Pingback".
This implementation uses gunicorn and requests to provide a Python way
to achieve this.At this early stage of the development, the code has only been released
for enthousiast hackers, do not use it for real until it reaches 1.0.## Commands
To install dependencies:
$ pip install -r requirements.txt
To launch the server:
$ cd pymention && gunicorn server:app
To launch tests:
$ python pymention/tests.py
## Contributions
If you plan to contribute, do not forget to add tests for your pull-request :-)
*BSD licensed.*