freebsd-ports/www/py-mt/pkg-descr
Dmitry Marakasov a80f63054b - Add LICENSE
- Add NO_ARCH
- Fix PYTHON_SITELIBDIR vs. PYTHONPREFIX_SITELIBDIR misuse
- Unsilence installation
- Update WWW
2017-07-11 09:00:23 +00:00

12 lines
638 B
Text

PyMT is a simple Python module which allows you to easily connect to a Movable
Type weblog, using it's built in XML-RPC API. PyMT is capable of handling every
MT call available.
This interface allows you to access most of the core functionality of Movable
Type, including the ability to view, post, delete and edit weblog entries,
fetch user information, apply categories to your posts and get information
about trackback pings. Every XML-RPC method is accessed using a PyMT method
with exactly the same name. PyMT is basically just a light wrapper, which
hides the xml-rpc part of the work.
WWW: https://sourceforge.net/projects/pymt/