17 Commits

Author SHA1 Message Date
Christophe de Vienne
fb9134139c Make the webob requirements more precise depending on the python version
Add Python 3.2 to the classifiers
2012-04-26 10:24:50 +02:00
Christophe de Vienne
5239a8fc93 webob 1.2b4 is not out yet... 2012-04-26 00:55:54 +02:00
Christophe de Vienne
0b3601b853 Require the latest WebOb for python 3 2012-04-26 00:45:03 +02:00
Christophe de Vienne
6d92008e46 test_types unit tests now successfully pass under python 3.2 2012-04-24 10:47:27 +02:00
Christophe de Vienne
dd65884067 Adding the precise Python versions and implementation classifiers 2012-04-23 11:34:18 +02:00
Christophe de Vienne
ac30cd20ef Attempt a rename of README to README.rst to force bb rendering
--HG--
rename : README => README.rst
2012-04-23 11:17:47 +02:00
Christophe de Vienne
f894097536 load wsme/release.py in a python 3 friendly way 2012-03-29 18:52:12 +02:00
Christophe de Vienne
9ddfc01efb Now read the long_description and the doc introduction from the README file. 2011-10-22 15:59:24 +02:00
Christophe de Vienne
3de7a3a1e7 Remove the soap protocol (I am moving it to wsme-soap 2011-10-13 16:59:34 +02:00
Christophe de Vienne
e051877a5a Protocols are now found through entry points 2011-10-12 23:18:27 +02:00
Christophe de Vienne
bbdc711ce0 Completed the packaging, we should now be able to do an alpha release 2011-10-02 22:03:53 +02:00
Christophe de Vienne
459b2fe099 Completing setup.py 2011-10-02 21:34:05 +02:00
Christophe de Vienne
ffd8758b90 completed the setup informations 2011-10-01 14:15:44 +02:00
Christophe de Vienne
3a2280bd6a Move as much as possible the request handling code out of the protocol 2011-09-21 22:20:50 +02:00
Christophe de Vienne
dbb7300723 Lowercased the project name 2011-09-19 10:24:56 +02:00
Christophe de Vienne
61e5980636 Renamed EWS to WSME because ews is already taken on pypi
--HG--
rename : ews/__init__.py => wsme/__init__.py
rename : ews/controller.py => wsme/controller.py
rename : ews/rest.py => wsme/rest.py
rename : ews/restjson.py => wsme/restjson.py
rename : ews/restxml.py => wsme/restxml.py
rename : ews/soap.py => wsme/soap.py
rename : ews/tests/__init__.py => wsme/tests/__init__.py
rename : ews/tests/test_controller.py => wsme/tests/test_controller.py
2011-09-18 21:43:51 +02:00
Christophe de Vienne
127a245d7e A first working implemetation for the core controller code 2011-09-18 21:37:40 +02:00