Skip to content

Commit 120b01c

Browse files
committed
Prepare first release
1 parent f7d6d31 commit 120b01c

12 files changed

Lines changed: 225 additions & 10 deletions

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
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.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
Hetzner Cloud Python
22
====================
3-
4-
5-
* Place for status
6-
3+
**IMPORTANT: This project is still in development and not ready production yet!**
74

85
Official 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

1513
Setup Dev environment

docs/hcloud.datacenters.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

docs/hcloud.floating_ips.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

docs/hcloud.images.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

docs/hcloud.isos.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

docs/hcloud.locations.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

docs/hcloud.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1522
Submodules

docs/hcloud.server_types.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

docs/hcloud.ssh_keys.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

0 commit comments

Comments
 (0)