File: control

package info (click to toggle)
python-wordpress-library 1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 140 kB
  • ctags: 73
  • sloc: python: 381; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 845 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-wordpress-library
Section: python
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
Standards-Version: 3.9.3
Homepage: https://github.com/charlax/wordpresslib
                                                                                                                                                                                                
Package: python-wordpresslib
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python:Depends}
Description: Python module to connect to Wordpress blogs using XML-RPC protocol
 This module provides an interface to interact with wordpress blogs using the
 XML-RPC interface. Currently it can publish, edit and delete content; get
 information about users, upload files, and more.