|
1 | 1 | tf2-utils |
2 | 2 | ========= |
3 | | - |
4 | | -.. image:: https://img.shields.io/github/license/offish/tf2-utils.svg |
5 | | - :target: https://github.com/offish/tf2-utils/blob/master/LICENSE |
6 | | - :alt: License |
7 | | - |
8 | | -.. image:: https://img.shields.io/github/stars/offish/tf2-utils.svg |
9 | | - :target: https://github.com/offish/tf2-utils/stargazers |
10 | | - :alt: Stars |
11 | | - |
12 | | -.. image:: https://img.shields.io/github/issues/offish/tf2-utils.svg |
13 | | - :target: https://github.com/offish/tf2-utils/issues |
14 | | - :alt: Issues |
15 | | - |
16 | | -.. image:: https://img.shields.io/github/repo-size/offish/tf2-utils.svg |
17 | | - :target: https://github.com/offish/tf2-utils |
18 | | - :alt: Size |
19 | | - |
20 | | -.. image:: https://img.shields.io/discord/467040686982692865?color=7289da&label=Discord&logo=discord |
21 | | - :target: https://discord.gg/t8nHSvA |
22 | | - :alt: Discord |
23 | | - |
24 | | -.. image:: https://img.shields.io/badge/code%20style-black-000000.svg |
25 | | - :target: https://github.com/psf/black |
26 | | - :alt: Code style |
27 | | - |
28 | | -.. image:: https://img.shields.io/pypi/dm/tf2-utils |
29 | | - :target: https://pypi.org/project/tf2-utils/ |
30 | | - :alt: Downloads |
| 3 | +|license| |stars| |issues| |repo_size| |discord| |code_style| |downloads| |
31 | 4 |
|
32 | 5 | ``tf2-utils`` is a collection of tools and utilities for TF2 trading. |
33 | 6 | Use 3rd party inventory providers, SKUs formatting, interact with various APIs, websockets and more. |
@@ -132,3 +105,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
132 | 105 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
133 | 106 | SOFTWARE. |
134 | 107 |
|
| 108 | +.. |license| image:: https://img.shields.io/github/license/offish/tf2-utils.svg |
| 109 | + :target: https://github.com/offish/tf2-utils/blob/master/LICENSE |
| 110 | + :alt: License |
| 111 | + |
| 112 | +.. |stars| image:: https://img.shields.io/github/stars/offish/tf2-utils.svg |
| 113 | + :target: https://github.com/offish/tf2-utils/stargazers |
| 114 | + :alt: Stars |
| 115 | + |
| 116 | +.. |issues| image:: https://img.shields.io/github/issues/offish/tf2-utils.svg |
| 117 | + :target: https://github.com/offish/tf2-utils/issues |
| 118 | + :alt: Issues |
| 119 | + |
| 120 | +.. |repo_size| image:: https://img.shields.io/github/repo-size/offish/tf2-utils.svg |
| 121 | + :target: https://github.com/offish/tf2-utils |
| 122 | + :alt: Size |
| 123 | + |
| 124 | +.. |discord| image:: https://img.shields.io/discord/467040686982692865?color=7289da&label=Discord&logo=discord |
| 125 | + :target: https://discord.gg/t8nHSvA |
| 126 | + :alt: Discord |
| 127 | + |
| 128 | +.. |code_style| image:: https://img.shields.io/badge/code%20style-black-000000.svg |
| 129 | + :target: https://github.com/psf/black |
| 130 | + :alt: Code style |
| 131 | + |
| 132 | +.. |downloads| image:: https://img.shields.io/pypi/dm/tf2-utils |
| 133 | + :target: https://pypi.org/project/tf2-utils/ |
| 134 | + :alt: Downloads |
0 commit comments