[openstack-dev] [all] Yakumo: Pythonic, unified OpenStack client library

Akira Yoshiyama akirayoshiyama at gmail.com
Thu May 4 03:45:51 UTC 2017


Hi Markus,

2017-05-03 15:59 GMT+09:00 Markus Zoeller <mzoeller at linux.vnet.ibm.com>:
> On 03.05.2017 04:46, Akira Yoshiyama wrote:
>> Hello all,
>>
>> I'm pleased to announce Yakumo, yet another unified OpenStack client
>> library with an interactive shell. You can find Yakumo below:
>>
>>    PyPI: https://pypi.python.org/pypi/yakumo/
>>    Github: https://github.com/yosshy/python-yakumo/
>>
>> Yakumo development focuses to:
>>
>> * Pythonic: handles each cloud resource as an object in the same manner
>> * Unified: handles all OpenStack APIs at once
>> * Less dependency: no import of other OpenStack client libraries
>>
>> Why do we have to specify IDs of cloud resources in Python
>> programming? Python is an object-oriented programming language. IMO,
>> we should use objects to represent cloud resources, including method
>> arguments. It's one of the reasons I've started Yakumo project.
>>
>> Yakumo 0.11.0 suports OpenStack APIs below:
>>
>> * Identity API v2/v3
>> * Compute API v2
>> * Networking v2
>> * Image Service API v1/v2
>> * Block Storage v1/v2
>> * Object Storage v1
>>
>> Yakumo has 23 sample smoke tests below for the APIs now. It's useful
>> to test your cloud and learn usage of Yakumo.
>>
>>    https://github.com/yosshy/python-yakumo/tree/master/yakumo/smoketests
(snip)
> The interface looks nice! The docs too! I like the openstack-client for
> CLI stuff, but I think I will give your client a shot when I have to
> hack functional tests in python scripts which don't need to be in Tempest.

Oh, thank you. I hope you like it.

Regards,
Akira

>
> --
> Regards, Markus Zoeller (markus_z)
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



More information about the OpenStack-dev mailing list