canonical/python-libmaas
Fork: 70 Star: 63 (更新于 2024-11-02 01:17:03)
license: NOASSERTION
Language: Python .
Unofficial python client library for MAAS
最后发布版本: 0.6.6 ( 2020-10-10 00:08:27)
python-libmaas
Python client API library made especially for MAAS.
Installation
All the dependencies are declared in setup.py
so this can be installed
with pip. Python 3.5+ is required.
When working from master it can be helpful to use a virtualenv:
$ python3 -m venv ve && source ve/bin/activate
$ pip install git+https://github.com/canonical/python-libmaas.git
$ maas --help
Releases are periodically made to PyPI but, at least for now, it makes more sense to work directly from trunk.
Documentation
Documentation can be generated with make docs
which publishes into the
site
directory. Recent documentation is also published to the
MAAS Client Library & CLI documentation site.
Development
It's pretty easy to start hacking on python-libmaas:
$ git clone git@github.com:maas/python-libmaas.git
$ cd python-libmaas
$ make develop
$ make test
Installing IPython is generally a good idea too:
$ bin/pip install -UI IPython
Pull requests are welcome but authors need to sign the Canonical contributor license agreement before those PRs can be merged.
History & licence
In short: AGPLv3.
python-libmaas was begun by a core MAAS developer, Gavin Panella, on his own time, but is now maintained by the core MAAS team at Canonical. It is licensed under the GNU Affero GPLv3, the same as MAAS itself.
Some of the code in here has come from MAAS, upon which Canonical Ltd has the copyright. Gavin Panella licenses his parts under the AGPLv3, and MAAS is also under the AGPLv3, so everything should be good.
最近版本更新:(数据更新于 2024-09-04 17:14:16)
2020-10-10 00:08:27 0.6.6
主题(topics):
asyncio, maas, python, python3, ubuntu
canonical/python-libmaas同语言 Python最近更新仓库
2024-11-06 03:34:16 home-assistant/core
2024-11-05 16:16:26 Guovin/TV
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp