Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peopledoc/lxdapi

Little library for learning http transactions with lxd
https://github.com/peopledoc/lxdapi

approved-public ghec-mig-migrated

Last synced: 17 days ago
JSON representation

Little library for learning http transactions with lxd

Awesome Lists containing this project

README

        

lxdapi
~~~~~~

.. image:: https://codecov.io/gh/novafloss/lxdapi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/novafloss/lxdapi

.. image:: https://travis-ci.org/novafloss/lxdapi.svg?branch=master
:target: https://travis-ci.org/novafloss/lxdapi

.. image:: http://img.shields.io/badge/Docs-latest-green.svg
:target: https://lxdapi.rtfd.io

This library includes basic helpers encapsulating boring business logic code
for interacting with the lxd daemon. It is an experimental alternative to the
pylxd approach. The purpose of this library is **not** to be a full blown
framework for interacting with lxd completely abstracting HTTP transactions in
an hermetic way, pylxd already does a good job at that.