• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pytools/H22-Jun-2018-7,1365,108

pytools.egg-info/H03-May-2022-4943

test/H22-Jun-2018-715487

LICENSEH A D09-Oct-20161.1 KiB2520

MANIFEST.inH A D09-Oct-201616 21

PKG-INFOH A D22-Jun-20182.1 KiB4943

README.rstH A D14-Jun-2017741 1914

setup.cfgH A D22-Jun-2018219 139

setup.pyH A D14-Jun-20171.8 KiB5445

README.rst

1Pytools is a big bag of things that are "missing" from the Python standard
2library. This is mainly a dependency of my other software packages, and is
3probably of little interest to you unless you use those. If you're curious
4nonetheless, here's what's on offer:
5
6* A ton of small tool functions such as `len_iterable`, `argmin`,
7  tuple generation, permutation generation, ASCII table pretty printing,
8  GvR's mokeypatch_xxx() hack, the elusive `flatten`, and much more.
9* Michele Simionato's decorator module
10* A time-series logging module, `pytools.log`.
11* Batch job submission, `pytools.batchjob`.
12* A lexer, `pytools.lex`.
13
14Links:
15
16* `Documentation <https://documen.tician.de/pytools>`_
17
18* `Github <https://github.com/inducer/pytools>`_
19