File: index.html

package info (click to toggle)
doit 0.36.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,704 kB
  • sloc: python: 11,863; makefile: 33; ansic: 14; javascript: 3; sh: 1
file content (581 lines) | stat: -rw-r--r-- 33,499 bytes parent folder | download
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>pydoit - Task Runner - Python CLI Tool</title>
    <meta name="description" content="doit comes from the idea of bringing the power of build-tools to execute any kind of task">
    <meta name="keywords" content="python, pydoit, doit, task runner, build tool, task management, python workflow automation, task management python, open source, make, data pipeline, python tool, python automation, ad-hoc command, python rake, python grunt, DAG, incremental build, incremental task, python tool">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="all,follow">
    <link rel="canonical" href="https://pydoit.org" />
    <!-- Bootstrap CSS-->
    <link rel="stylesheet" href="_static/vendor/bootstrap/css/bootstrap.min.css">
    <!-- Font Awesome CSS-->
    <link rel="stylesheet" href="_static/vendor/font-awesome/css/font-awesome.min.css">
    <!-- Google fonts - Roboto-->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
    <!-- Bootstrap Select-->
    <link rel="stylesheet" href="_static/vendor/bootstrap-select/css/bootstrap-select.min.css">
    <!-- owl carousel-->
    <link rel="stylesheet" href="_static/vendor/owl.carousel/owl.carousel.css">
    <link rel="stylesheet" href="_static/vendor/owl.carousel/owl.theme.default.min.css">
    <!-- theme stylesheet-->
    <link rel="stylesheet" href="_static/universal/style.default.css" id="theme-stylesheet">
    <!-- Custom stylesheet - for your changes-->
    <link rel="stylesheet" href="_static/universal/custom.css">
    <!-- Favicon and apple touch icons-->
    <link rel="shortcut icon" href="_static/favico.ico" type="image/x-icon">
    <!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="file:///usr/share/nodejs/html5shiv/dist/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->

  </head>
  <body>
    <div id="all">
    <!-- <a href="https://github.com/pydoit/doit" class="github"> -->
    <!--   <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"> -->
    <!-- </a> -->

      <!-- Navbar Start-->
      <header class="nav-holder make-sticky">
        <div id="navbar" role="navigation" class="navbar navbar-expand-lg">
          <div class="container">
            <a href="index.html" class="navbar-brand home"><img src="_static/doit-logo.png" alt="doit logo" class="d-none d-md-inline-block"><img src="_static/doit-logo-small.png" alt="doit logo" class="d-inline-block d-md-none"><span class="sr-only">doit - go to homepage</span></a>
            <span style="flex-grow:5;text-align:right;">
              <span style="font-size:x-large;padding:0px 10px;"><a href="https://twitter.com/pydoit" style="color:#55acee"><i class="fa fa-twitter"></i></a></span>
              <span style="font-size:x-large;padding:0px 10px";><a href="https://github.com/pydoit/doit" style="color:black"><i class="fa fa-github"></i></a></span>
            </span>
            <button type="button" data-toggle="collapse" data-target="#navigation" class="navbar-toggler btn-template-outlined"><span class="sr-only">Toggle navigation</span><i class="fa fa-align-justify"></i></button>
            <div id="navigation" class="navbar-collapse collapse">
              <ul class="nav navbar-nav ml-auto">
                <li class="nav-item menu-large"><a href="contents.html">Docs</a></li>
                <li class="nav-item menu-large"><a href="https://github.com/pydoit/doit">Development</a>
                <li class="nav-item menu-large"><a href="support.html">Support</a></li>
              </ul>
            </div>
          </div>
        </div>
      </header>
      <!-- Navbar End-->

      <section>
        <div class="container">
          <div class="row">
            <div class="col-md-6" style="padding: 40px;">
              <h1 style="font-family: BlinkMacSystemFont; font-weight: normal;"><b>doit</b> comes from the idea of bringing the power of <b>build-tools</b> to execute any kind of <b>task</b>
              </h1><br/>
              <div class="text-center">
                <img src="_static/python-powered-w-100x40.png" alt="python logo" style="margin-right:30px;">
                <iframe src="https://ghbtns.com/github-btn.html?user=pydoit&repo=doit&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px" style="vertical-align: middle"></iframe>
              </div>
              <pre style="background: #242424; border-radius: 5px; color: white; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 15px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 20px; padding: 15px 25px; position: relative; margin: 30px;"><code>pip install doit</code></pre>
              <p>People often compare <b>doit</b> to tools like <em>make</em>, <em>grunt</em>, <em>rake</em>, <em>scons</em>, <em>snakemake</em>.</p>
              <p>They appreciate <b>doit</b> strong features, flexibility, simplicity of authoring and ease of use.</p>
            </div>

          <!-- Carousel Start-->
          <div class="home-carousel col-md-6 background-pentagon" style="color:#212529;margin: 40px 0px;">
            <div class="dark-mask mask-primary"></div>
            <div class="container">
              <div class="homepage owl-carousel">
                <div class="item">
                  <h2 style="text-transform:inherit;font-weight:inherit;">A <b><a href="stories.html#game-development">game developer</a></b> uses <code>doit</code> to</h2>

                  <ul>
                    <li>Automate all project related tasks <small>(code generation, cross-compilation, resource generation)</small></li>
                    <li>Simplify cumbersome command line calls</li>
                    <li>Optimize processing time by skipping tasks already done</li>
                  </ul>
                </div>

                <div class="item">
                  <h2 style="text-transform:inherit;font-weight:inherit;">A <b><a href="stories.html#computational-metagenomics-lab-university-of-trento-italy">bioinformatics developer</a></b> uses <code>doit</code> to</h2>

                  <ul>
                    <li>Create a reproduceable computational pipeline</li>
                    <li>Manage a complex workflow (set of depending tasks)</li>
                    <li>Optimize processing time by skipping tasks already done</li>
                  </ul>
                </div>

                <div class="item">
                  <h2 style="text-transform:inherit;font-weight:inherit;"><a href="https://getnikola.com/">Nikola</a>, a <b>static site generator</b>, uses <code>doit</code> to</h2>
                  <ul>
                    <li>Provide the command line interface</li>
                    <li>Speed up by parallel task execution</li>
                    <li>Optimize processing time by skipping tasks already done</li>
                  </ul>
                </div>
              </div>
              <div class="text-center"><a href="usecases.html">View all use-cases</a></div>
            </div>
          </div>
          <!-- Carousel End-->
        </div>
      </section>

      <section class="bar background-white">
        <div class="container text-center">
          <!-- sample -->
          <div class="row text-left">
            <div class="col-12 heading text-center">
              <h2>Sample Code</h2>
              <p>Define functions returning python <em>dict</em> with task's meta-data.</p>
            </div>
            <p class="col-lg-12 col-md-12">Snippet from <a href="tutorial-1.html">tutorial</a>.</p>

            <div class="col-lg-6 col-md-12">
              <!-- pygmentize -f html sample.py -->
              <div class="pycode highlight" style="border-radius: 5px; color: white; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 14px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 20px; margin: 20px 0px; padding: 5px 7px; position: relative;">
                <pre><span></span><span class="k">def</span> <span class="nf">task_imports</span><span class="p">():</span>
    <span class="sd">&quot;&quot;&quot;find imports from a python module&quot;&quot;&quot;</span>
    <span class="k">for</span> <span class="n">name</span><span class="p">,</span> <span class="n">module</span> <span class="ow">in</span> <span class="n">PKG_MODULES</span><span class="o">.</span><span class="n">by_name</span><span class="o">.</span><span class="n">items</span><span class="p">():</span>
        <span class="k">yield</span> <span class="p">{</span>
            <span class="s1">&#39;name&#39;</span><span class="p">:</span> <span class="n">name</span><span class="p">,</span>
            <span class="s1">&#39;file_dep&#39;</span><span class="p">:</span> <span class="p">[</span><span class="n">module</span><span class="o">.</span><span class="n">path</span><span class="p">],</span>
            <span class="s1">&#39;actions&#39;</span><span class="p">:</span> <span class="p">[(</span><span class="n">get_imports</span><span class="p">,</span> <span class="p">(</span><span class="n">PKG_MODULES</span><span class="p">,</span> <span class="n">module</span><span class="o">.</span><span class="n">path</span><span class="p">))],</span>
        <span class="p">}</span>

<span class="k">def</span> <span class="nf">task_dot</span><span class="p">():</span>
    <span class="sd">&quot;&quot;&quot;generate a graphviz&#39;s dot graph from module imports&quot;&quot;&quot;</span>
    <span class="k">return</span> <span class="p">{</span>
        <span class="s1">&#39;targets&#39;</span><span class="p">:</span> <span class="p">[</span><span class="s1">&#39;requests.dot&#39;</span><span class="p">],</span>
        <span class="s1">&#39;actions&#39;</span><span class="p">:</span> <span class="p">[</span><span class="n">module_to_dot</span><span class="p">],</span>
        <span class="s1">&#39;getargs&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s1">&#39;imports&#39;</span><span class="p">:</span> <span class="p">(</span><span class="s1">&#39;imports&#39;</span><span class="p">,</span> <span class="s1">&#39;modules&#39;</span><span class="p">)},</span>
        <span class="s1">&#39;clean&#39;</span><span class="p">:</span> <span class="bp">True</span><span class="p">,</span>
    <span class="p">}</span>

<span class="k">def</span> <span class="nf">task_draw</span><span class="p">():</span>
    <span class="sd">&quot;&quot;&quot;generate image from a dot file&quot;&quot;&quot;</span>
    <span class="k">return</span> <span class="p">{</span>
        <span class="s1">&#39;file_dep&#39;</span><span class="p">:</span> <span class="p">[</span><span class="s1">&#39;requests.dot&#39;</span><span class="p">],</span>
        <span class="s1">&#39;targets&#39;</span><span class="p">:</span> <span class="p">[</span><span class="s1">&#39;requests.png&#39;</span><span class="p">],</span>
        <span class="s1">&#39;actions&#39;</span><span class="p">:</span> <span class="p">[</span><span class="s1">&#39;dot -Tpng </span><span class="si">%(dependencies)s</span><span class="s1"> -o </span><span class="si">%(targets)s</span><span class="s1">&#39;</span><span class="p">],</span>
        <span class="s1">&#39;clean&#39;</span><span class="p">:</span> <span class="bp">True</span><span class="p">,</span>
    <span class="p">}</span>
</pre></div>
            </div>

            <div class="col-lg-6 col-md-12">
              <div class="pycode highlight" style="border-radius: 5px; color: white; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 14px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 20px; margin: 20px 0px; padding: 5px 7px; position: relative;"><pre><span></span><span class="gp">$</span> doit list
<span class="go">dot       generate a graphviz&#39;s dot graph from module imports</span>
<span class="go">draw      generate image from a dot file</span>
<span class="go">imports   find imports from a python module</span>
<span class="gp">$</span> doit
<span class="go">.  imports:requests.models</span>
<span class="go">.  imports:requests.__init__</span>
<span class="go">.  imports:requests.help</span>
<span class="go">(...)</span>
<span class="go">.  dot</span>
<span class="go">.  draw</span>
</pre></div>
            </div>
          </div>

          <br><br>

          <div class="row">
            <div class="col-12 heading text-center">
              <h2>Task Runner</h2>
              <p><em>doit</em> allows you to easily define ad-hoc tasks,
                helping you to organize all your project related tasks in an unified easy-to-use & discoverable way.
              </p>
            </div>
            <div class="col-lg-4 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-rocket"></i></div>
                <h3 class="h4">python powered</h3>
                <p><em>doit</em> uses plain python to define tasks.</p>
                <p>Task's meta-data are better described in a declarative way,
                but often you want to create this meta-data programmatically.</p>
              </div>
            </div>
            <div class="col-lg-4 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-gears"></i></div>
                <h3 class="h4">easy authoring</h3>
                <p><em>NO API</em>: Tasks are described by a python <em>dict</em> (can also be easily customized)</p>
                <p>Tasks can execute external process (shell commands) or python code</p>
              </div>
            </div>
            <div class="col-lg-4 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-life-bouy"></i></div>
                <h3 class="h4">debugger & self documented</h3>
                <p>Since plain python is used to define your tasks the python debugger <em>pdb</em> is available</p>
                <p><em>doit</em> command allows you to list and obtain help/documentation for tasks</p>
              </div>
            </div>
          </div>

          <br>
          <div class="row">
            <div class="col-12 heading text-center">
              <h2>Build tool & Pipelines</h2>
              <p>Simple task runners simply do not scale-up. <em>doit</em> as other build-tools can be much more efficient at repeateadly running tasks.</p>
            </div>

            <div class="col-lg-4 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-bolt"></i></div>
                <h3 class="h4">cache task results <br><small>aka incremental-builds</small></h3>
                <p><em>doit</em> creates a DAG and ensures that only required tasks will be executed and in the correct order.</p>
                <p><em>doit</em> checks if the task is <em>up-to-date</em> and skips its execution if the task would produce the same result of a previous execution.</p>
              </div>
            </div>
            <div class="col-lg-4 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-sliders"></i></div>
                <h3 class="h4">up-to-date check</h3>
                <p><em>dependencies</em> can be dynamically calculated by other tasks</p>
                <p>the <em>up-to-date</em> check to cache task results is not restricted to looking for file modification on dependencies.
                  Nor requires <em>target</em> files.
                </p>
              </div>
            </div>
            <div class="col-lg-4 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-exchange"></i></div>
                <h3 class="h4">Pipelines</h3>
                <p>Traditional build-tools were created mainly to deal with compile/link process of source code.
                  <em>doit</em> was designed to solve a broader range of workflows.</p>
                <p>results from a task can be used by another task without resorting to the creation of intermediate files</p>
              </div>
            </div>
          </div>

          <br>
          <div class="row">
            <div class="col-12 heading text-center">
              <h2>Advanced Features</h2>
            </div>
            <div class="col-lg-6 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-plug"></i></div>
                <h3 class="h4">Extensible</h3>
                <p><b>Custom output</b><br> Command line output can be completely customized through <em>reporters</em></p>
                <p><b>Plugins</b><br> allow you to create/modify sub-commands, storage backend, task loader, and output reporter</p>
                <p><b>Framework</b><br> API is exposed so you can create new applications/tools leveraging <em>doit</em> functionality</p>
              </div>
            </div>

            <div class="col-lg-6 col-md-6">
              <div class="box-simple">
                <div class="icon-outlined"><i class="fa fa-tachometer"></i></div>
                <h3 class="h4">Batteries included</h3>
                <p><b>parallel execution</b><br> built-in support for parallel (threaded or multi-process) task execution</p>
                <p><b>watch/auto execution</b><br> built-in support watching for file changes and automatically re-execute tasks based on file changes by external process [linux/mac only]</p>
                <p><b>tab-completion</b><br>built-in support tab-completion for commands/task (supports <em>bash</em> and <em>zsh</em>)</p>
                <p><b>DAG Visualisation</b><br>create task's dependency-graph image using <em>graphviz</em></p>
                <p><b>IPython</b><br>IPython integration provide <code>%doit</code> magic function that loads tasks defined directly in IPython's global namespace</p>
                <p><b>strace</b><br>Integration with <em>strace</em> helps you understand effects of third-part commands</p>
              </div>
            </div>
          </div>
        </div>
      </section>


      <section class="bar background-pentagon no-mb text-md-center">
        <div class="container">
          <div class="heading text-center">
            <h2>Testimonials</h2>
          </div>

          <!-- Carousel Start-->
          <ul class="owl-carousel testimonials list-unstyled equal-height">
            <li class="item">
              <div class="testimonial d-flex flex-wrap">
                <div class="text">
                  <p>Congratulations! <b class="text-success">Your tool follows the KISS principle very closely</b>. I always wondered why build tools had to be that complicated.</p>
                </div>
                <div class="bottom d-flex align-items-center justify-content-between align-self-end">
                  <div class="icon"><i class="fa fa-quote-left"></i></div>
                  <div class="testimonial-info d-flex">
                    <div class="title">
                      <h5>Elena</h5>
                      <p><a href="http://schettino72.wordpress.com/2008/04/14/doit-a-build-tool-tale/#comment-514">source</a></p>
                    </div>
                  </div>
                </div>
              </div>
            </li>
            <li class="item">
              <div class="testimonial d-flex flex-wrap">
                <div class="text">
                  <p>Let me start by saying I'm really lovin doit, at first the interface seemed verbose but quickly changed my mind when <b class="text-success">I started using it and realized the flexibility</b>. Many thanks for the great software!</p>
                </div>
                <div class="bottom d-flex align-items-center justify-content-between align-self-end">
                  <div class="icon"><i class="fa fa-quote-left"></i></div>
                  <div class="testimonial-info d-flex">
                    <div class="title">
                      <h5>Michael Gliwinski</h5>
                      <p><a href="https://groups.google.com/d/msg/python-doit/7cD2RiBhB9c/FzrAWkVhEgUJ">source</a></p>
                    </div>
                  </div>
                </div>
              </div>
            </li>
            <li class="item">
              <div class="testimonial d-flex flex-wrap">
                <div class="text">
                  <p>I love all the traditional unix power tools, like cron, <code>make</code>, perl, ..., I also like new comprehensive configuration management tools like <code>CFEngine</code> and <code>Puppet</code>. But <b class="text-success">I find doit to be so versatile and so productive</b>.</p>
                </div>
                <div class="bottom d-flex align-items-center justify-content-between align-self-end">
                  <div class="icon"><i class="fa fa-quote-left"></i></div>
                  <div class="testimonial-info d-flex">
                    <div class="title">
                      <h5>Charlie Guo</h5>
                      <p><a href="https://groups.google.com/d/msg/python-doit/JXElpPfcmmM/znvBT0OFhMYJ">source</a></p>
                    </div>
                  </div>
                </div>
              </div>
            </li>
            <li class="item">
              <div class="testimonial d-flex flex-wrap">
                <div class="text">
                  <p>I needed a sort of <code>make</code> tool to glue things together and after trying out all kinds, <b class="text-success">doit ... has actually turned out to be beautiful</b>. Its easy to add and manage tasks, even complex ones-- gluing things together with decorators and 'library' functions I've written to do certain similar things.</p>
                </div>
                <div class="bottom d-flex align-items-center justify-content-between align-self-end">
                  <div class="icon"><i class="fa fa-quote-left"></i></div>
                  <div class="testimonial-info d-flex">
                    <div class="title">
                      <h5>Matthew</h5>
                      <p><a href="https://groups.google.com/d/msg/python-doit/eKI0uu02ZeY/cBU0RRsO0_cJ">source</a></p>
                    </div>
                  </div>
                </div>
              </div>
            </li>
            <li class="item">
              <div class="testimonial d-flex flex-wrap">
                <div class="text">
                  <p>I went back and forth on different Pythonic build tools for awhile. <code>Scons</code> is pretty great if you're doing 'standard' sorts of builds, but I found it a little heavy for my tastes and really hard to customize to my tool flow (in <code>FPGA</code> land, there are all kinds of nonstandard vendor tools that all need to play together). I've been using doit more and more over the past few months, and I'm continually impressed by the tool (aside from the goofy name). <b class="text-success">It works amazingly well for automating tricky/exotic build processes</b>. Check it out!</p>
                </div>
                <div class="bottom d-flex align-items-center justify-content-between align-self-end">
                  <div class="icon"><i class="fa fa-quote-left"></i></div>
                  <div class="testimonial-info d-flex">
                    <div class="title">
                      <h5>SkOink</h5>
                      <p><a href="http://news.slashdot.org/comments.pl?sid=4319575&cid=45085519">source</a></p>
                    </div>
                  </div>
                </div>
              </div>
            </li>

            <li class="item">
              <div class="testimonial d-flex flex-wrap">
                <div class="text">
                  <p>Some time ago, I grew frustrated with <code>Make</code> and <code>Ant</code> and started porting my build files to every build tool I found (<code>SCons</code>, <code>Waf</code>, etc.). Each time, as soon as I stepped out of already available rules, I ran into some difficult to overcome stumbling blocks. <b class="text-success">Then I discovered this little gem of simplicity: doit</b>. It's Python-based. It doesn't try to be smart, it does not try to be cool, it just works. If you are looking for a flexible little build tool for different languages and tasks, give it a chance. (...)</p>
                </div>
                <div class="bottom d-flex align-items-center justify-content-between align-self-end">
                  <div class="icon"><i class="fa fa-quote-left"></i></div>
                  <div class="testimonial-info d-flex">
                    <div class="title">
                      <h5>lelele</h5>
                      <p><a href="http://www.hnsearch.com/search#request/all&q=python-doit.sourceforge.net&start=0">source</a></p>
                    </div>
                  </div>
                </div>
              </div>
            </li>
          </ul>
          <!-- Carousel End-->
        </div>
      </section>

      <section class="bg-white bar">
        <div class="container">
          <div class="heading text-center">
            <h2>Status</h2>
          </div>
          <p class="lead"><code>doit</code> is under active development. Version 0.36.0 released on 2022-04.</p>
          <p><em>doit</em> runs on Python 3.8 through 3.10 (including PyPy).
            For python 2 support please use <em>doit</em> version <code>0.29</code>.
          <p>This <a href="http://schettino72.wordpress.com/2008/04/14/doit-a-build-tool-tale">blog post</a> explains how everything started in 2008.</p>
          <p><em>doit</em> core features are quite stable. If there is no recent development, it does NOT mean the project is not being maintained... The project has 100% unit-test code coverage.</p>
          <p>Development is done based on real world use cases. It is well designed and has a small code base, so adding new features is not hard. Contributions are welcome.</p>
        </div>
      </section>

      <section class="bar background-pentagon no-mb text-md-center">
        <div class="container">
          <div class="heading text-center">
            <h2>Project Details</h2>
          </div>

          <div>
            <dl class="row text-left">
              <dt class="col-md-2 col-sm-3">LICENSE</dt>
              <dd class="col">
                This is an open-source project
                (<a href="http://opensource.org/licenses/mit-license.php">MIT license</a>) written in python.
              </dd>
            </dl>
            <dl class="row text-left">
              <dt class="col-md-2 col-sm-3">DOWNLOAD</dt>
              <dd class="col">from <a href="http://pypi.python.org/pypi/doit">PyPi</a></dd>
            </dl>
            <dl class="row text-left">
              <dt class="col-md-2 col-sm-3">SUPPORT</dt>
              <dd class="col">See <a href="support.html">support page</a></dd>
            </dl>
            <dl class="row text-left">
              <dt class="col-md-2 col-sm-3">DEVELOP</dt>
              <dd class="col">Project management (bug tracker, feature requests and source code ) on <a href="https://github.com/pydoit/doit">github</a></dd>
            </dl>
            <dl class="row text-left">
              <dt class="col-md-2 col-sm-3">WEBSITE</dt>
              <dd class="col">This web site is hosted on http://pages.github.com<br/>
                Powered by <a href="https://bootstrapious.com/p/universal-business-e-commerce-template">Universal template</a> and
                <a href="http://www.sphinx-doc.org">Sphinx</a>.
              </dd>
            </dl>
          </div>
        </div>
      </section>

      <!-- <section class="bar bg-gray"> -->
      <!--   <div class="container"> -->
      <!--     <div class="heading text-center"> -->
      <!--       <h2>Our Clients</h2> -->
      <!--     </div> -->
      <!--     <ul class="list-unstyled owl-carousel customers no-mb"> -->
      <!--       <li class="item"><img src="img/customer-1.png" alt="" class="img-fluid"></li> -->
      <!--       <li class="item"><img src="img/customer-2.png" alt="" class="img-fluid"></li> -->
      <!--       <li class="item"><img src="img/customer-3.png" alt="" class="img-fluid"></li> -->
      <!--       <li class="item"><img src="img/customer-4.png" alt="" class="img-fluid"></li> -->
      <!--       <li class="item"><img src="img/customer-5.png" alt="" class="img-fluid"></li> -->
      <!--       <li class="item"><img src="img/customer-6.png" alt="" class="img-fluid"></li> -->
      <!--     </ul> -->
      <!--   </div> -->
      <!-- </section> -->

      <!-- <\!-- GET IT-\-> -->
      <!-- <div class="get-it"> -->
      <!--   <div class="container"> -->
      <!--     <div class="row"> -->
      <!--       <div class="col-lg-8 text-center p-3"> -->
      <!--         <h3>Do you want cool website like this one?</h3> -->
      <!--       </div> -->
      <!--       <div class="col-lg-4 text-center p-3">   <a href="#" class="btn btn-template-outlined-white">Buy this template now</a></div> -->
      <!--     </div> -->
      <!--   </div> -->
      <!-- </div> -->
      <!-- FOOTER -->

      <footer class="main-footer">
        <div class="copyrights">
          <div class="container">
            <div class="row">
              <div class="col-lg-4 text-center-md">
                <p>&copy; 2018. pydoit.org / Eduardo Schettino (schettino72)</p>
              </div>
              <div class="col-lg-8 text-right text-center-md">
                <p>Template design by <a href="https://bootstrapious.com/free-templates">Bootstrapious Templates </a></p>
                <!-- Please do not remove the backlink to us unless you support further theme's development at https://bootstrapious.com/donate. It is part of the license conditions. Thank you for understanding :)-->
              </div>
            </div>
          </div>
        </div>
      </footer>
    </div>
    <!-- Javascript files-->
    <script src="_static/jquery.js"></script>
    <script src="_static/vendor/bootstrap/js/bootstrap.min.js"></script>
    <script src="_static/vendor/owl.carousel/owl.carousel.min.js"></script>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-29887834-3', 'auto');
  ga('send', 'pageview');
</script>
    <script type="text/javascript">
    $(function () {



    // ------------------------------------------------------- //
    // Navbar Sticky
    // ------------------------------------------------------ //
    $(window).on('scroll', function () {
        if ($(window).scrollTop() > ($('.top-bar').outerHeight())) {
            $('header.nav-holder.make-sticky').addClass('sticky');
            $('header.nav-holder.make-sticky').css('margin-bottom', '' + $('.top-bar').outerHeight() * 1.5 + 'px');
        } else {
            $('header.nav-holder.make-sticky').removeClass('sticky');
            $('header.nav-holder.make-sticky').css('margin-bottom', '0');
        }
    });


    // ------------------------------------------------------- //
    // Testimonials Slider
    // ------------------------------------------------------ //
    $(".testimonials").owlCarousel({
        items: 4,
        responsiveClass: true,
        responsive: {
            0: {
                items: 1
            },
            600: {
                items: 2
            },
            1000: {
                items: 4
            }
        }
    });


    // ------------------------------------------------------- //
    // Homepage Slider
    // ------------------------------------------------------ //
    $('.homepage').owlCarousel({
        loop: true,
        margin: 80,
        dots: true,
        nav: false,
        autoplay: true,
        smartSpeed: 3000,
        addClassActive: true,
        navText: [
            "<i class='fa fa-angle-left'></i>",
            "<i class='fa fa-angle-right'></i>"
        ],
        responsiveClass: true,
        responsive: {
            0: {
                items: 1
            },
            600: {
                items: 1
            },
            1000: {
                items: 1,
                loop: true
            }
        }
    });


    // ------------------------------------------------------- //
    // Adding fade effect to dropdowns
    // ------------------------------------------------------ //
    $('.dropdown').on('show.bs.dropdown', function () {
        $(this).find('.dropdown-menu').first().stop(true, true).fadeIn(100);
    });
    $('.dropdown').on('hide.bs.dropdown', function () {
        $(this).find('.dropdown-menu').first().stop(true, true).fadeOut(100);
    });
});
</script>
  </body>
</html>