-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
75 lines (65 loc) · 3.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html><head>
<title>pyinfra turns Python code into shell commands and runs them on your servers</title>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Language" content="en" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="pyinfra turns Python code into shell commands and runs them on your servers" />
<meta name="keywords" content="pyinfra, infrastructure, configuration, management" />
<meta property="og:title" content="pyinfra" />
<meta property="og:description" content="pyinfra turns Python code into shell commands and runs them on your servers" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pyinfra.com" />
<meta property="og:image" content="https://pyinfra.com/static/logo_readme.png" />
<link rel="stylesheet" type="text/css" href="static/github.css">
<link rel="stylesheet" type="text/css" href="static/pyinfra.css">
<link rel="shortcut icon" href="static/logo_small.png" type="image/x-icon">
<link rel="icon" href="static/logo_small.png" type="image/x-icon">
</head>
<body>
<header>
<div class="container">
<h1>
<img src="static/logo_readme.png" width="100%">
</h1>
<nav>
</nav>
</div>
</header>
<section id="content">
<div class="container">
<div id="markup">
<article id="content" class="markdown-body">
<p class="big">pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.</p>
<p class="big">Think <code>ansible</code> but Python instead of YAML, and a lot faster.</p>
</article>
</div>
</div>
<div class="container">
<div>
<article class="markdown-body">
<ul class="features">
<li><i>🚀</i> <strong>Super fast</strong> execution over thousands of targets with predictable performance. Up to 10x faster than Ansible.</li>
<li><i>🚨</i> <strong>Instant debugging</strong> with realtime output from shell commands being executed and no abstraction layer.</li>
<li><i>🔄</i> <strong>Declarative operations</strong> that only make changes when needed and enable diff checking.</li>
<li><i>📦</i> <strong>Extendable</strong> with the entire Python package ecosystem. Inventory and operations are written in Python.</li>
<li><i>💻</i> <strong>Agentless execution</strong> against anything with POSIXish shell access, no dependencies on targets.</li>
<li><i>🔌</i> <strong>Integrated</strong> with other tools. Pull inventory from Terraform, execute against Docker containers.</li>
</ul>
</article>
</div>
</div>
<div class="container buttons">
<a class="button" href="https://docs.pyinfra.com/page/getting-started.html">Getting Started</a>
<a class="button" href="https://github.com/pyinfra-dev/pyinfra-examples">Examples Repo</a>
<div class="links">
<a href="https://docs.pyinfra.com">Documentation</a> •
<a href="https://matrix.to/#/#pyinfra:matrix.org">Chat on Matrix</a> •
<a href="https://github.com/Fizzadar/pyinfra">GitHub</a>
</div>
</div>
</section>
<footer></footer>
<script async defer data-domain="pyinfra.com" src="https://stats.oxygem.com/js/index.js"></script>
</body></html>