File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
33=======
44
5- 0.1.0 (2018-10-22 )
5+ 0.1.0 (2018-12-20 )
66------------------
77
8- * First release on PyPI .
8+ * First release on GitHub .
Original file line number Diff line number Diff line change 11Hetzner Cloud Python
22====================
3-
4-
5- * Place for status
6-
3+ ** IMPORTANT: This project is still in development and not ready production yet!**
74
85Official Hetzner Cloud python library
96
107
118* Free software: MIT license
129* Documentation: https://hcloud.readthedocs.io .
10+ * API Reference: https://docs.hetzner.cloud .
1311
1412
1513Setup Dev environment
Original file line number Diff line number Diff line change 1+ hcloud.datacenters package
2+ ==========================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.datacenters.client module
8+ --------------------------------
9+
10+ .. automodule :: hcloud.datacenters.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.datacenters.domain module
16+ --------------------------------
17+
18+ .. automodule :: hcloud.datacenters.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.datacenters
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ hcloud.floating\_ ips package
2+ ============================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.floating\_ ips.client module
8+ ----------------------------------
9+
10+ .. automodule :: hcloud.floating_ips.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.floating\_ ips.domain module
16+ ----------------------------------
17+
18+ .. automodule :: hcloud.floating_ips.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.floating_ips
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ hcloud.images package
2+ =====================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.images.client module
8+ ---------------------------
9+
10+ .. automodule :: hcloud.images.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.images.domain module
16+ ---------------------------
17+
18+ .. automodule :: hcloud.images.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.images
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ hcloud.isos package
2+ ===================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.isos.client module
8+ -------------------------
9+
10+ .. automodule :: hcloud.isos.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.isos.domain module
16+ -------------------------
17+
18+ .. automodule :: hcloud.isos.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.isos
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ hcloud.locations package
2+ ========================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.locations.client module
8+ ------------------------------
9+
10+ .. automodule :: hcloud.locations.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.locations.domain module
16+ ------------------------------
17+
18+ .. automodule :: hcloud.locations.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.locations
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -8,8 +8,15 @@ Subpackages
88
99 hcloud.actions
1010 hcloud.core
11+ hcloud.datacenters
12+ hcloud.floating_ips
1113 hcloud.helpers
14+ hcloud.images
15+ hcloud.isos
16+ hcloud.locations
17+ hcloud.server_types
1218 hcloud.servers
19+ hcloud.ssh_keys
1320 hcloud.volumes
1421
1522Submodules
Original file line number Diff line number Diff line change 1+ hcloud.server\_ types package
2+ ============================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.server\_ types.client module
8+ ----------------------------------
9+
10+ .. automodule :: hcloud.server_types.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.server\_ types.domain module
16+ ----------------------------------
17+
18+ .. automodule :: hcloud.server_types.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.server_types
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ hcloud.ssh\_ keys package
2+ ========================
3+
4+ Submodules
5+ ----------
6+
7+ hcloud.ssh\_ keys.client module
8+ ------------------------------
9+
10+ .. automodule :: hcloud.ssh_keys.client
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ hcloud.ssh\_ keys.domain module
16+ ------------------------------
17+
18+ .. automodule :: hcloud.ssh_keys.domain
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: hcloud.ssh_keys
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments