Files
deb-python-wsme/setup.cfg
Christophe de Vienne ddd2ba251e Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
--HG--
rename : wsme/protocols/__init__.py => wsme/protocol.py
rename : wsme/protocols/commons.py => wsme/rest/args.py
rename : wsme/protocols/restjson.py => wsme/rest/json.py
rename : wsme/protocols/rest.py => wsme/rest/protocol.py
rename : wsme/protocols/restxml.py => wsme/rest/xml.py
2012-11-06 22:34:03 +01:00

57 lines
1.2 KiB
INI

[metadata]
name = WSME
version = 0.5a1
author = "Christophe de Vienne"
author-email = "python-wsme@googlegroups.com"
summary = Web Services Made Easy makes it easy to
implement multi-protocol webservices.
description-file = README.rst
url = http://bitbucket.org/cdevienne/wsme
license = MIT
classifier =
Development Status :: 3 - Alpha
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.2
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Libraries :: Python Modules
[entry_points]
wsme.protocols =
restjson = wsme.rest.json:RestJsonProtocol
restxml = wsme.rest.xml:RestXmlProtocol
[files]
packages =
wsme
wsme.rest
wsme.tests
extra_files =
setup.py
README.rst
[egg_info]
tag_build = dev
tag_date = true
[aliases]
release = egg_info -RDb ''
[nosetests]
#with-coverage = true
#cover-package = wsme