Commit Graph

9 Commits

Author SHA1 Message Date
Arundhati Surpur c4bd5a88aa Removed the older version of python and added 3.5
In setup.cfg file the python 3.4 support is removed
and added 3.5
In tox.ini the python 3.5 is added

Change-Id: Ib08992c2f1f66b210cd9480fd260515b6355bd30
2017-07-05 14:47:45 +05:30
Alvaro Lopez Garcia b0ac957fc0 Change Python 3.3 support to 3.4
Change-Id: I02813ef34265e9100d10f9d51506f3af237604bc
2017-03-30 08:57:34 +02:00
Alvaro Lopez Garcia 15892da8a3 generate configuration via oslo
add a sample configuration file and a tox environment to generate the
configuration files.

Change-Id: I96c3955b9e320939a87a6d6def8dc98604405bc3
2015-11-26 16:43:44 +01:00
Alvaro Lopez Garcia 29e671c129 documentation cleanup
Remove OpenStack style and add autodoc.

Change-Id: I485fcd412ef6df7e7723619b3ee3307d2f5b288e
2015-08-24 13:01:46 +02:00
Alvaro Lopez Garcia d7ab64827b Add correct copyright and contact info
- Add correct Copyright to sphinx conf.py and setup.cfg
 - Add correct contact into to setup.cfg

Change-Id: I5daca521687cdc05cd05e83105815b439ccb1955
2015-06-10 16:33:55 +02:00
Alvaro Lopez Garcia 1d80e810bb Change readme to markdown and add badges 2015-04-17 14:39:10 +02:00
Alvaro Lopez Garcia f6678c9eeb Create initial WSGI infrastructure
Add an initial WSGI middleware that uses routes to load the different
controllers. If a controller returns a response, that response is
returned. If not, the pipeline should continue and the final app will be
called.

- For an example controller, see ooi.tests.test_wsgi.FakeController
- For an example registering the controller into the mapper, see
  ooi.tests.test_wsgi.FakeMiddleware
2015-02-25 23:03:53 +01:00
Alvaro Lopez Garcia 0badad81a4 Change metadata and remove support for Py26 2015-02-25 23:03:11 +01:00
Alvaro Lopez Garcia d49a923ee6 initial commit from cookiecutter 2015-02-24 18:11:57 +01:00