Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peopledoc/lxdapi
- Owner: peopledoc
- Created: 2016-06-22T23:44:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T03:25:39.000Z (over 8 years ago)
- Last Synced: 2024-12-06T11:17:10.315Z (28 days ago)
- Topics: approved-public, ghec-mig-migrated
- Language: Python
- Homepage: http://lxdapi.rtfd.io
- Size: 52.7 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.ioThis 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.