Statistics
| Branch: | Tag: | Revision:

root / setup.py @ 26cd03ca

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
dfee2caf 09/25/2012 05:48 pm Stavros Sachtouris

Fix CLI top level error handling

9bdc89da 09/25/2012 04:50 pm Stavros Sachtouris

Argument object handles part of the functionality

+minor fixes

14af08c0 09/04/2012 06:43 pm Stavros Sachtouris

New package CLI (repackaging), minor bugfixes

kamaki now has two packages: cli and clients
cli contains all command line interface code
clients is an indepentand lib that can also used by 3rd parties
minor bugs in comput lib

25914947 08/29/2012 06:44 pm Stavros Sachtouris

Minor arangements for error handling

2f749e6e 08/29/2012 05:26 pm Stavros Sachtouris

Major changes in client, fixed setup

Seperate Client to Client and HTTPConnection
The later is put in a separate package kamaki.client.connection
It manages headers, params, method, url and data of a connection
but the actuall http connection is not implemented at this...

72462fc2 07/10/2012 05:09 pm Giorgos Verigakis

Move to requests 0.12.1

8378faf2 04/24/2012 06:10 pm Giorgos Verigakis

Remove clint dependency

Add argparse and ordereddict dependency if Python < 2.7

863dd770 04/23/2012 03:21 pm Giorgos Verigakis

Switch to progress for progress bars

7879b932 04/20/2012 04:33 pm Giorgos Verigakis

Use ansicolors for colors

2bcb595a 02/28/2012 07:53 pm Giorgos Verigakis

Add a store list command

6a0b1658 02/21/2012 07:51 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

f3ddb705 02/15/2012 01:28 pm Giorgos Verigakis

Configuration and CLI updates

  • New configuration mechanism
  • Refactored CLI
  • Added clint dependency
1e45c7f8 01/30/2012 04:37 pm Giorgos Verigakis

Fix setup.py

Include kamaki.clients in packages

Refs #1955

6c35c63c 01/19/2012 01:04 pm Giorgos Verigakis

Add setup tools support