hcloud-python icon indicating copy to clipboard operation
hcloud-python copied to clipboard

A Python library for the Hetzner Cloud API

Results 17 hcloud-python issues
Sort by recently updated
recently updated
newest added

This allows us to serialize the domain classes by first converting them to "dumb types". For example, to convert the objects to JSON. ```py import json domain = BaseDomain.from_dict(domain_dict) json.dumps(domain.to_dict())...

## Feature Request **Is your feature request related to a problem? Please describe.** The package version is currently stored in `hcloud.__version__.VERSION`: in the `hcloud.__version__` module inside a `VERSION` constant. To...

enhancement
pinned

## Feature Request **Is your feature request related to a problem? Please describe.** The `hcloud.hcloud` module is set as if it can be used by users. We also reexport the...

enhancement
pinned

:robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/hetznercloud/hcloud-python/compare/v1.35.0...v2.0.0) (2024-07-02) ### ⚠ BREAKING CHANGES * make `datacenter` argument optional when creating a primary ip ([#363](https://github.com/hetznercloud/hcloud-python/issues/363)) * remove deprecated...

autorelease: pending

## Bug Report **Current Behavior** We have an API wrapper, which create instance from the `client.servers.create()`. And it takes: - `location` (random selected from `client.locations.get_all()`) and - `server_types` (fixed value...

question
documentation

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pylint](https://togithub.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | `>=3, `>=3,If you want...

Add upgrade notes for the new v2 release.