Statistics
| Branch: | Tag: | Revision:

root / setup.py @ 6d192774

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
6d192774 02/01/2013 05:12 pm Stavros Sachtouris

Prototype kamaki.clients untitest suite

Prototype implementation on kamaki.clients.astakos client
In prototype status, does not function yet
Old unittests in _tests.py, for reference

89e4c1c4 01/30/2013 05:00 pm Stavros Sachtouris

Get rid of OrderedDict dependency for python<=2.6

ca092af4 01/25/2013 05:58 pm Stavros Sachtouris

Adjust up to store-overwrite

e3a1d743 01/16/2013 04:47 pm Stavros Sachtouris

Documentation updates

6c2a6f0d 01/15/2013 03:07 pm Stavros Sachtouris

Re-fix setup

1ada4c87 01/15/2013 02:09 pm Stavros Sachtouris

Forgoten save

d6542452 01/15/2013 01:59 pm Stavros Sachtouris

Setup QH-related package setup

766eb677 01/09/2013 05:39 pm Stavros Sachtouris

Collection.ordereddict bckwrds compatibility

setup

b98fe305 12/04/2012 12:36 pm Dionysis Zindros

Rename object pool library from pool to objpool

b07589af 12/03/2012 04:04 pm Dionysis Zindros

Split pool into separate lib; remove snf-common deps

013ae040 12/03/2012 02:22 pm Dionysis Zindros

Add ordereddict and argparse dependencies

329753ae 11/21/2012 12:39 pm Stavros Sachtouris

Update docs, fix bug when progress not installed

d486baec 11/14/2012 01:38 pm Stavros Sachtouris

Complete UI/cli interface refactoring, minor bugs

af6de846 11/09/2012 03:45 pm Stavros Sachtouris

Start refactoring main CLI

Aims:
- cleaner cli load-point code
- move more argument logic to argument module
- move command loading to the seperate service cli modules:
each command spec module will provide a mechanism for loading
command interfaces (all of them or specific cmds)

e02728f9 11/02/2012 07:28 pm Stavros Sachtouris

Use standard threading instead of gevent/greenlets

gevent depedency is not needed after that

19f48e75 10/31/2012 04:35 pm Stavros Sachtouris

pep8 setup.py

b521efd9 10/31/2012 01:16 pm Stavros Sachtouris

Minor bugs

9c2c1659 10/31/2012 11:55 am Stavros Sachtouris

Remove some merging trash

68da89ac 10/31/2012 11:50 am Stavros Sachtouris

Merge branch 'master' of https://code.grnet.gr/git/kamaki

Conflicts:
kamaki/__init__.py
kamaki/cli.py
kamaki/clients/__init__.py
kamaki/clients/astakos.py
kamaki/clients/compute.py
kamaki/clients/cyclades.py
kamaki/clients/image.py
kamaki/clients/pithos.py...

4e054e38 10/30/2012 06:17 pm Stavros Sachtouris

Make ansicollors and progressbar optional

Actually, setuptools don't support "optional", so they are
just not installed

726fa2a1 10/30/2012 06:11 pm Stavros Sachtouris

Remove request depedancy

3cea140a 10/30/2012 06:06 pm Stavros Sachtouris

Add snf-common dependency

b4ddae0d 10/25/2012 03:31 pm Stavros Sachtouris

Version 0.6.0

19f4195f 10/23/2012 05:21 pm Stavros Sachtouris

Raise block upload greenlet failure error

1c1fd2fa 10/10/2012 04:58 pm Stavros Sachtouris

Interactive shell (without functionality ftm)

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

bb2e6a2c 05/14/2012 04:43 pm Giorgos Verigakis

Move to requests 0.12.1

56ccdbee 05/09/2012 01:18 pm Giorgos Verigakis

Remove clint dependency

Add argparse and ordereddict dependency if Python < 2.7

6422f717 05/09/2012 01:18 pm Giorgos Verigakis

Use ansicolors for colors

4ef14fb3 05/09/2012 01:18 pm Giorgos Verigakis

Switch to progress for progress bars

a591a7b4 05/09/2012 01:18 pm Giorgos Verigakis

Add a store list command

df79206f 05/09/2012 01:18 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

cae67d7b 05/09/2012 01:18 pm Giorgos Verigakis

Configuration and CLI updates

  • New configuration mechanism
  • Refactored CLI
  • Added clint dependency
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