Skip to content

Commit 3570721

Browse files
committed
Update / improve readme.
1 parent 48b8516 commit 3570721

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

README.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,35 @@
1-
<h1>
1+
<p align="center">
22
<a href="https://pyinfra.com">
3-
<img src="https://raw.githubusercontent.com/Fizzadar/pyinfra/master/docs/static/logo_full.png" height="48px" />
3+
<img src="https://pyinfra.com/static/logo_readme.png" alt="pyinfra" />
44
</a>
5-
</h1>
5+
</p>
66

7-
[![PyPI version](https://img.shields.io/pypi/v/pyinfra?color=blue)](https://pypi.python.org/pypi/pyinfra)
8-
[![PyPi downloads](https://pepy.tech/badge/pyinfra)](https://pepy.tech/project/pyinfra)
9-
[![Docs status](https://img.shields.io/github/workflow/status/Fizzadar/pyinfra/Generate%20&%20Deploy%20Docs/master?label=docs)](https://docs.pyinfra.com)
10-
[![Execute tests status](https://img.shields.io/github/workflow/status/Fizzadar/pyinfra/Execute%20tests/master?label=tests)](https://github.com/Fizzadar/pyinfra/actions?query=workflow%3A%22Execute+tests%22)
11-
[![Codecov Coverage](https://img.shields.io/codecov/c/gh/Fizzadar/pyinfra)](https://codecov.io/github/Fizzadar/pyinfra)
12-
[![MIT Licensed](https://img.shields.io/pypi/l/pyinfra)](https://github.com/Fizzadar/pyinfra/blob/develop/LICENSE.md)
7+
<p align="center">
8+
<em>pyinfra automates infrastructure super fast at massive scale</em>
9+
</p>
1310

14-
pyinfra automates/provisions/manages/deploys infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more. Core design features include:
11+
<p align="center">
12+
<a href="https://pypi.python.org/pypi/pyinfra"><img alt="PyPI version" src="https://img.shields.io/pypi/v/pyinfra?color=blue"></a>
13+
<a href="https://pepy.tech/project/pyinfra"><img alt="PyPi downloads" src="https://pepy.tech/badge/pyinfra"></a>
14+
<a href="https://docs.pyinfra.com"><img alt="Docs status" src="https://img.shields.io/github/workflow/status/Fizzadar/pyinfra/Generate%20&amp;%20Deploy%20Docs/master?label=docs"></a>
15+
<a href="https://github.com/Fizzadar/pyinfra/actions?query=workflow%3A%22Execute+tests%22"><img alt="Execute tests status" src="https://img.shields.io/github/workflow/status/Fizzadar/pyinfra/Execute%20tests/master?label=tests"></a>
16+
<a href="https://codecov.io/github/Fizzadar/pyinfra"><img alt="Codecov Coverage" src="https://img.shields.io/codecov/c/gh/Fizzadar/pyinfra"></a>
17+
<a href="https://github.com/Fizzadar/pyinfra/blob/develop/LICENSE.md"><img alt="MIT Licensed" src="https://img.shields.io/pypi/l/pyinfra"></a>
18+
</p>
19+
20+
---
21+
22+
<p align="center">
23+
<a href="https://docs.pyinfra.com"><strong>Documentation</strong></a> &bull;
24+
<a href="https://docs.pyinfra.com/page/getting_started.html"><strong>Getting Started</strong></a> &bull;
25+
<a href="https://docs.pyinfra.com/en/1.x/examples.html"><strong>Examples</strong></a> &bull;
26+
<a href="https://docs.pyinfra.com/page/support.html"><strong>Help & Support</strong></a> &bull;
27+
<a href="https://docs.pyinfra.com/page/contributing.html"><strong>Contributing</strong></a>
28+
</p>
29+
30+
---
31+
32+
pyinfra automates/provisions/manages/deploys infrastructure. It can be used for ad-hoc command execution, service deployment, configuration management and more. Design features include:
1533

1634
+ 🚀 **Super fast** execution over thousands of hosts with predictable performance.
1735
+ 🚨 **Instant debugging** with stdout & stderr output on error or as required (`-v`|`-vv`|`-vvv`).
@@ -20,9 +38,9 @@ pyinfra automates/provisions/manages/deploys infrastructure super fast at massiv
2038
+ ❗️ **Two stage process** that enables `--dry` runs before executing any changes.
2139
+ 🔌 **Integrated** with Docker, Vagrant/Mech & Ansible out of the box.
2240

23-
When you run pyinfra you'll see something like ([non animated version](https://raw.githubusercontent.com/Fizzadar/pyinfra/master/docs/static/example_deploy.png)):
41+
When you run pyinfra you'll see something like ([non animated version](https://pyinfra.com/static/example_deploy.png)):
2442

25-
<img width="100%" src="https://raw.githubusercontent.com/Fizzadar/pyinfra/master/docs/static/example_deploy.gif" />
43+
<img width="100%" src="https://pyinfra.com/static/example_deploy.gif" />
2644

2745
## Quickstart
2846

0 commit comments

Comments
 (0)