|
5 | 5 | [](https://app.codacy.com/gh/cssnr/vultr-python/dashboard) |
6 | 6 | [](https://sonarcloud.io/summary/new_code?id=cssnr_vultr-python) |
7 | 7 | [](https://github.com/cssnr/vultr-python/actions/workflows/lint.yaml) |
8 | | -[](https://pypi.org/project/vultr-python/) |
9 | 8 | [](https://cssnr.github.io/vultr-python) |
10 | 9 | [](https://github.com/cssnr/vultr-python/graphs/commit-activity) |
11 | 10 | [](https://github.com/cssnr/vultr-python) |
|
30 | 29 |
|
31 | 30 | Python 3 wrapper for the Vultr API v2. |
32 | 31 |
|
33 | | -- Vultr: [https://www.vultr.com](https://www.vultr.com/?ref=6905748) |
34 | | -- Vultr API: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748) |
35 | | -- Vultr Python Docs: [https://cssnr.github.io/vultr-python](https://cssnr.github.io/vultr-python) |
| 32 | +[](https://pypi.org/project/vultr-python) |
| 33 | +[](https://cssnr.github.io/vultr-python) |
| 34 | +[](https://www.vultr.com/api/?ref=6905748) |
| 35 | + |
| 36 | +Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748) |
36 | 37 |
|
37 | 38 | > [!TIP] |
38 | 39 | > This project is not complete, but has many useful functions. |
39 | 40 | > Please submit a [Feature Request](https://github.com/cssnr/vultr-python/discussions/categories/feature-requests) |
40 | 41 | > or report any [Issues](https://github.com/cssnr/vultr-python/issues). |
41 | 42 |
|
| 43 | +For more details visit [vultr.com](https://www.vultr.com/?ref=6905748) or checkout the [Vultr Pricing](https://www.vultr.com/pricing/). |
| 44 | + |
42 | 45 | ## Install |
43 | 46 |
|
44 | 47 | From PyPi: <https://pypi.org/project/vultr-python> |
@@ -106,9 +109,9 @@ data = { |
106 | 109 | instance = vultr.create_instance(**data) |
107 | 110 | ``` |
108 | 111 |
|
109 | | -View all functions on the documentation site: [https://cssnr.github.io/vultr-python](https://cssnr.github.io/vultr-python) |
| 112 | +Full Documentation: [https://cssnr.github.io/vultr-python](https://cssnr.github.io/vultr-python) |
110 | 113 |
|
111 | | -View the Vultr API documentation at: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748) |
| 114 | +Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748) |
112 | 115 |
|
113 | 116 | # Support |
114 | 117 |
|
|
0 commit comments