summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Sync with global requirements3.0.1Juan Antonio Osorio Robles2014-11-031-4/+11
| | | | | | | | In addition, the test code was updated to fix a test failure. This failure occurred due to a change of behaviour from the version we were using of cliff, which now differs in version 1.7.0. Change-Id: I06782928414561f7cb4088e385e82c882de4ff46
* Remove unnecessary coding lineMartin Geisler2014-05-281-1/+0
| | | | | | | | As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: <some-encoding>". This file is pure ASCII, so the line is unnecessary here. Change-Id: I1cade3ddc7ef9631a5230bd00bafc64979cbf80a
* Migrate to pbrDonald Stufft2014-01-031-58/+3
| | | | Change-Id: Id914183a5098e2fdc3f325fc83ecc5161886733d
* Rename the command line client to barbicanDonald Stufft2013-12-311-4/+5
| | | | Change-Id: I7695365dd5fe2504f3d267012ac6717790e97541
* Version bump for Icehouse M1.Douglas Mendizabal2013-12-051-1/+1
|
* Clean up imports and update requirementsDouglas Mendizabal2013-09-021-7/+9
|
* Change setup.py so that it reads the version from version.pyArash Ghoreyshi2013-07-011-1/+15
|
* Bump client version to 0.2.1Arash Ghoreyshi2013-06-281-1/+1
|
* Bump client version to 0.2.0Arash Ghoreyshi2013-06-281-1/+1
| | | | | Make invalid bit length error handling consistent between secrets and orders
* Move keep script into barbicanclient module.Douglas Mendizabal2013-06-241-1/+4
|
* Implement secret and order list pagingArash Ghoreyshi2013-06-141-1/+2
| | | | | | | | Update the unit tests to reflect all changes made rename the command line tool to "keep" and add it to setup.py Add nosetest to tox
* First stab at packagingJarret Raim2013-05-301-4/+13
|
* Openstack Common initJarret Raim2013-05-091-29/+30
|
* Initial setup.py configurationJarret Raim2013-05-091-0/+48