|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-C74FKNHM7K"></script> |
| 5 | +<script> |
| 6 | + window.dataLayer = window.dataLayer || []; |
| 7 | + function gtag(){dataLayer.push(arguments);} |
| 8 | + gtag('js', new Date()); |
| 9 | + |
| 10 | + gtag('config', 'G-C74FKNHM7K'); |
| 11 | +</script> |
| 12 | + |
| 13 | +<meta charset="utf-8"> |
| 14 | +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 15 | + |
| 16 | +<meta name="description" content="PyBuilder is an easy-to-use build automation tool for Python"/> |
| 17 | +<meta name="author" content="PyBuilder Community"/> |
| 18 | +<meta name="keywords" content="python, continuous integration, build tool, automation, CI, CD, CI/CD"/> |
| 19 | + |
| 20 | +<meta name="theme-color" content="#000000"/> |
| 21 | + |
| 22 | +<link rel="canonical" href="https://pybuilder.io/about"/> |
| 23 | +<link rel="icon" href="/img/logo.svg"/> |
| 24 | +<link rel="apple-touch-icon" href="/img/logo-apple-touch-icon.png"> |
| 25 | + |
| 26 | +<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oleo+Script:700"/> |
| 27 | +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" |
| 28 | + integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> |
| 29 | +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" |
| 30 | + integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous"> |
| 31 | +<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css"> |
| 32 | +<link rel="stylesheet" type="text/css" href="/css/highlightjs.css"/> |
| 33 | +<link rel="stylesheet" type="text/css" href="/css/tabcontent.css"/> |
| 34 | +<link rel="stylesheet" type="text/css" href="/css/styles.css"/> |
| 35 | + |
| 36 | +<!-- Begin Jekyll SEO tag v2.8.0 --> |
| 37 | +<meta name="generator" content="Jekyll v4.4.1" /> |
| 38 | +<meta property="og:title" content="About" /> |
| 39 | +<meta property="og:locale" content="en_US" /> |
| 40 | +<link rel="canonical" href="https://pybuilder.io/about" /> |
| 41 | +<meta property="og:url" content="https://pybuilder.io/about" /> |
| 42 | +<meta property="og:image" content="https://pybuilder.io/img/logo.png" /> |
| 43 | +<meta property="og:type" content="website" /> |
| 44 | +<meta name="twitter:card" content="summary" /> |
| 45 | +<meta property="twitter:image" content="https://pybuilder.io/img/logo.png" /> |
| 46 | +<meta property="twitter:title" content="About" /> |
| 47 | +<meta name="twitter:site" content="@pybuilder_" /> |
| 48 | +<script type="application/ld+json"> |
| 49 | +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2025-09-09T01:46:07+00:00","headline":"About","image":"https://pybuilder.io/img/logo.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://pybuilder.io/img/logo.png"}},"url":"https://pybuilder.io/about"}</script> |
| 50 | +<!-- End Jekyll SEO tag --> |
| 51 | + |
| 52 | + |
| 53 | + <title>PyBuilder — About</title> |
| 54 | +</head> |
| 55 | + |
| 56 | +<body> |
| 57 | + |
| 58 | +<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation"> |
| 59 | + <div class="container"> |
| 60 | + <div class="navbar-header"> |
| 61 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#hdr-nb-collapse"> |
| 62 | + <span class="sr-only">Toggle navigation</span> |
| 63 | + <span class="icon-bar"></span> |
| 64 | + <span class="icon-bar"></span> |
| 65 | + <span class="icon-bar"></span> |
| 66 | + </button> |
| 67 | + <a class="navbar-brand pybuilder-brand dropdown" href="/" title="PyBuilder"> |
| 68 | + <img src="/img/logo.svg" alt="PyBuilder Logo" |
| 69 | + onerror="this.onerror=null; this.src='/img/logo-brand.png'"/></a> |
| 70 | + </div> |
| 71 | + |
| 72 | + <div class="collapse navbar-collapse" id="hdr-nb-collapse"> |
| 73 | + <ul class="nav navbar-nav"> |
| 74 | + <li class="dropdown"> |
| 75 | + <a href="/" title="PyBuilder">PyBuilder</a> |
| 76 | + </li> |
| 77 | + <li class="dropdown"> |
| 78 | + <a href="/about" title="About">About</a> |
| 79 | + </li> |
| 80 | + <li class="dropdown"> |
| 81 | + <a href="/news/" title="News">News</a> |
| 82 | + </li> |
| 83 | + <li class="dropdown"> |
| 84 | + <a href="/documentation/" class="dropdown-toggle">Documentation <b class="caret"></b></a> |
| 85 | + <ul class="dropdown-menu"> |
| 86 | + <li class="dropdown-submenu"> |
| 87 | + <a class="dropdown-item dropdown-toggle" href="#">User Documentation <b |
| 88 | + class="caret"></b></a> |
| 89 | + <ul class="dropdown-menu"> |
| 90 | + <li> |
| 91 | + <a href="/documentation/installation">Installation</a> |
| 92 | + </li> |
| 93 | + <li> |
| 94 | + <a href="/documentation/tutorial">Tutorial</a> |
| 95 | + </li> |
| 96 | + <li> |
| 97 | + <a href="/documentation/examples">Examples</a> |
| 98 | + </li> |
| 99 | + <li> |
| 100 | + <a href="/documentation/manual">Manual</a> |
| 101 | + </li> |
| 102 | + <li> |
| 103 | + <a href="/documentation/plugins">Plugins</a> |
| 104 | + </li> |
| 105 | + <li> |
| 106 | + <a href="/documentation/external-plugin-list">External plugins</a> |
| 107 | + </li> |
| 108 | + <li> |
| 109 | + <a href="/documentation/ide">IDE integration</a> |
| 110 | + </li> |
| 111 | + </ul> |
| 112 | + </li> |
| 113 | + <li class="dropdown-submenu"> |
| 114 | + <a class="dropdown-item dropdown-toggle" href="#">Developer Documentation <b |
| 115 | + class="caret"></b></a> |
| 116 | + <ul class="dropdown-menu"> |
| 117 | + <li> |
| 118 | + <a href="/documentation/writing-plugins">Writing Plugins</a> |
| 119 | + </li> |
| 120 | + <li> |
| 121 | + <a href="/documentation/developing-pybuilder">Developing PyBuilder</a> |
| 122 | + </li> |
| 123 | + <li> |
| 124 | + <a href="/documentation/publishing-plugins">Publishing Your Plugins</a> |
| 125 | + </li> |
| 126 | + <li> |
| 127 | + <a href="#">API (Unavailable)</a> |
| 128 | + </li> |
| 129 | + </ul> |
| 130 | + </li> |
| 131 | + </ul> |
| 132 | + </li> |
| 133 | + <li class="dropdown"> |
| 134 | + <a href="#" class="dropdown-toggle">Releases <b class="caret"></b></a> |
| 135 | + <ul class="dropdown-menu"> |
| 136 | + <li class="dropdown-submenu"> |
| 137 | + <a href="/release-notes/" class="dropdown-item dropdown-toggle">Release Notes |
| 138 | + <b class="caret"></b> |
| 139 | + </a> |
| 140 | + <ul class="dropdown-menu"> |
| 141 | + |
| 142 | + |
| 143 | + <li> |
| 144 | + <a href="/release-notes/v0.13.x">Versions 0.13.x |
| 145 | + (Current)</a> |
| 146 | + </li> |
| 147 | + |
| 148 | + <li> |
| 149 | + <a href="/release-notes/v0.12.x">Versions 0.12.x |
| 150 | + </a> |
| 151 | + </li> |
| 152 | + |
| 153 | + <li> |
| 154 | + <a href="/release-notes/v0.11.x">Versions 0.11.x |
| 155 | + </a> |
| 156 | + </li> |
| 157 | + |
| 158 | + <li> |
| 159 | + <a href="/release-notes/v0.10.x">Versions 0.10.x |
| 160 | + </a> |
| 161 | + </li> |
| 162 | + |
| 163 | + <li> |
| 164 | + <a href="/release-notes/archived">Archived Versions |
| 165 | + </a> |
| 166 | + </li> |
| 167 | + |
| 168 | + </ul> |
| 169 | + </li> |
| 170 | + <li class="dropdown-submenu"> |
| 171 | + <a href="/migration-guides/" class="dropdown-item dropdown-toggle">Migration Guides |
| 172 | + <b class="caret"></b> |
| 173 | + </a> |
| 174 | + <ul class="dropdown-menu"> |
| 175 | + |
| 176 | + |
| 177 | + <li> |
| 178 | + <a href="/migration-guides/v0.11.x-v0.12.0">Migrating v0.11.x to v0.12.0</a> |
| 179 | + </li> |
| 180 | + |
| 181 | + </ul> |
| 182 | + </li> |
| 183 | + </ul> |
| 184 | + </li> |
| 185 | + </ul> |
| 186 | + </div> |
| 187 | + </div> |
| 188 | +</nav> |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | +<div class="container"> |
| 193 | + <div class="row"> |
| 194 | + <div class="col-lg-5 col-md-offset-4"> |
| 195 | + <h2>Who Built The PyBuilder?</h2> |
| 196 | + <p> |
| 197 | + PyBuilder has been created by Alexander Metzner. |
| 198 | + </p> |
| 199 | + <p> |
| 200 | + Past maintainers include Maximilien Riehl and Michael Gruber. |
| 201 | + </p> |
| 202 | + <p> |
| 203 | + As of 2020 <a href="https://www.ivanov.biz/">Arcadiy Ivanov</a> is actively developing PyBuilder. |
| 204 | + </p> |
| 205 | + </div> |
| 206 | +</div> |
| 207 | + |
| 208 | +</div> |
| 209 | + |
| 210 | +<footer> |
| 211 | + <hr> |
| 212 | + <div class="container"> |
| 213 | + <div class="row"> |
| 214 | + <a href="https://github.com/pybuilder/pybuilder">PyBuilder on GitHub</a> |
| 215 | + <a href="https://pypi.org/project/pybuilder/">PyBuilder on PyPI</a> |
| 216 | + </div> |
| 217 | + </div> |
| 218 | + <div class="publish-date"> |
| 219 | + <small>site published on 2025-09-09 01:46:55 +0000</small> |
| 220 | + </div> |
| 221 | +</footer> |
| 222 | + |
| 223 | +<script src="https://code.jquery.com/jquery-3.4.1.min.js" |
| 224 | + integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" |
| 225 | + crossorigin="anonymous"></script> |
| 226 | +<script src="/js/jquery-ui-1.10.3.custom.min.js"></script> |
| 227 | +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" |
| 228 | + integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" |
| 229 | + crossorigin="anonymous"></script> |
| 230 | +<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.js"></script> |
| 231 | +<script src="/js/tabcontent.js"></script> |
| 232 | +<script src="/js/highlight.pack.js"></script> |
| 233 | +<script type=" module" src=" https://cdn.jsdelivr.net/npm/@justinribeiro/[email protected]/lite-youtube.js" ></script> |
| 234 | + |
| 235 | +<script type="text/javascript"> |
| 236 | + $(document).ready(function() { |
| 237 | + $('pre code').each(function(i, e) {hljs.highlightBlock(e)}); |
| 238 | + }); |
| 239 | +</script> |
| 240 | +<script type="text/javascript"> |
| 241 | + $(function() { |
| 242 | + $(".dropdown").hover( |
| 243 | + function(){ $(this).addClass('open') }, |
| 244 | + function(){ $(this).removeClass('open') } |
| 245 | + ); |
| 246 | + }); |
| 247 | + $(function() { |
| 248 | + $(".dropdown-submenu").hover( |
| 249 | + function(){ $(this).addClass('open') }, |
| 250 | + function(){ $(this).removeClass('open') } |
| 251 | + ); |
| 252 | + }); |
| 253 | +</script> |
| 254 | + |
| 255 | + |
| 256 | +</body> |
| 257 | +</html> |
0 commit comments