# pycloudlib
[](https://travis-ci.com/canonical/pycloudlib)
Python library to launch, interact, and snapshot cloud instances
## Install
Install directly from [PyPI](https://pypi.org/project/pycloudlib/):
```shell
pip3 install pycloudlib
```
Project's requirements.txt file can include pycloudlib as a dependency. Check out the [pip documentation](https://pip.readthedocs.io/en/1.1/requirements.html) for instructions on how to include a particular version or git hash.
Install from latest changes in `main` branch:
```shell
git clone https://github.com/canonical/pycloudlib.git
cd pycloudlib
python3 setup.py install
```
## Usage
The library exports each cloud with a standard set of functions for operating on instances, snapshots, and images. There are also cloud specific operations that allow additional operations.
See the examples directory or the [online documentation](https://pycloudlib.readthedocs.io/) for more information.
## Bugs
If you spot a problem, search if an issue already exists. If a related issue doesn't exist, open a
[new issue](https://github.com/canonical/pycloudlib/issues/new/choose).
## Contact
To contact the developers use the pycloudlib-devs@lists.launchpad.net list.
Raw data
{
"_id": null,
"home_page": "https://github.com/canonical/pycloudlib",
"name": "pycloudlib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "pycloudlib-devs",
"author_email": "pycloudlib-devs@lists.launchpad.net",
"download_url": "https://files.pythonhosted.org/packages/d2/14/131a433e3fdb3e0d5533beaae5844f132dd43d90f13b492670b5033485d8/pycloudlib-1!10.9.0.tar.gz",
"platform": null,
"description": "# pycloudlib\n\n[](https://travis-ci.com/canonical/pycloudlib)\n\nPython library to launch, interact, and snapshot cloud instances\n\n## Install\n\nInstall directly from [PyPI](https://pypi.org/project/pycloudlib/):\n\n```shell\npip3 install pycloudlib\n```\n\nProject's requirements.txt file can include pycloudlib as a dependency. Check out the [pip documentation](https://pip.readthedocs.io/en/1.1/requirements.html) for instructions on how to include a particular version or git hash.\n\nInstall from latest changes in `main` branch:\n\n```shell\ngit clone https://github.com/canonical/pycloudlib.git\ncd pycloudlib\npython3 setup.py install\n```\n\n## Usage\n\nThe library exports each cloud with a standard set of functions for operating on instances, snapshots, and images. There are also cloud specific operations that allow additional operations.\n\nSee the examples directory or the [online documentation](https://pycloudlib.readthedocs.io/) for more information.\n\n## Bugs\n\nIf you spot a problem, search if an issue already exists. If a related issue doesn't exist, open a\n[new issue](https://github.com/canonical/pycloudlib/issues/new/choose).\n\n## Contact\n\nTo contact the developers use the pycloudlib-devs@lists.launchpad.net list.\n",
"bugtrack_url": null,
"license": "GNU General Public License v3 (GPLv3)",
"summary": "Python library to launch, interact, and snapshot cloud instances",
"version": "1!10.9.0",
"project_urls": {
"Homepage": "https://github.com/canonical/pycloudlib"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a334110756b5f62319fe7c8b49cb623e8188902991e94c6a3bb435a4e92ae3b6",
"md5": "cbbb6f7d4bfddcc4236dc9e3d3cdfcc7",
"sha256": "338c44e5a1bd4fcc106d69e0c20a90dacc3a8beab9da7dca6b2e4f628fe10e1a"
},
"downloads": -1,
"filename": "pycloudlib-1!10.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cbbb6f7d4bfddcc4236dc9e3d3cdfcc7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 179428,
"upload_time": "2025-02-25T22:43:26",
"upload_time_iso_8601": "2025-02-25T22:43:26.759405Z",
"url": "https://files.pythonhosted.org/packages/a3/34/110756b5f62319fe7c8b49cb623e8188902991e94c6a3bb435a4e92ae3b6/pycloudlib-1!10.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d214131a433e3fdb3e0d5533beaae5844f132dd43d90f13b492670b5033485d8",
"md5": "65712a778b5d8fa2fece47963b240fc8",
"sha256": "66b34f5d1a80c496f0a7841076d9bcab7e6ae07fc1a0937ecc6896fd64d0a8f3"
},
"downloads": -1,
"filename": "pycloudlib-1!10.9.0.tar.gz",
"has_sig": false,
"md5_digest": "65712a778b5d8fa2fece47963b240fc8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 147555,
"upload_time": "2025-02-25T22:43:28",
"upload_time_iso_8601": "2025-02-25T22:43:28.869392Z",
"url": "https://files.pythonhosted.org/packages/d2/14/131a433e3fdb3e0d5533beaae5844f132dd43d90f13b492670b5033485d8/pycloudlib-1!10.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-25 22:43:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "canonical",
"github_project": "pycloudlib",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "pycloudlib"
}