Path to this page:
./
wip/py-pytools,
Collection of tools for Python
Branch: CURRENT,
Version: 2019.1.1,
Package name: py312-pytools-2019.1.1,
Maintainer: jihbed.researchPytools is a big bag of things that are "missing" from the Python standard
library. This is mainly a dependency of my other software packages, and is
probably of little interest to you unless you use those. If you're curious
nonetheless, here's what's on offer:
* A ton of small tool functions such as `len_iterable`, `argmin`,
tuple generation, permutation generation, ASCII table pretty printing,
GvR's mokeypatch_xxx() hack, the elusive `flatten`, and much more.
* Michele Simionato's decorator module
* A time-series logging module, `pytools.log`.
* Batch job submission, `pytools.batchjob`.
* A lexer, `pytools.lex`.
Required to run:[
devel/py-setuptools] [
math/py-numpy] [
devel/py-decorator] [
lang/py-six] [
devel/py-appdirs]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: b684f17cc7e2a43a3535906016548477906e325e
Filesize: 56.984 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-pytools-2019.1.1
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-pytools-2019.1.1
- (2021-10-08) Updated to version: py39-pytools-2019.1.1
CVS history: (Expand)
2015-02-01 00:09:55 by Kamel Ibn Aziz Derouiche | Files touched by this commit (3) |
Log message:
Update package:
o added dependency: six, appdirs
|
2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208) |
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
|
2013-09-20 11:50:35 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
Import py27-pytools-2013.5.6 as wip/py-pytools.
Pytools is a big bag of things that are "missing" from the Python standard
library. This is mainly a dependency of my other software packages, and is
probably of little interest to you unless you use those. If you're curious
nonetheless, here's what's on offer:
* A ton of small tool functions such as `len_iterable`, `argmin`,
tuple generation, permutation generation, ASCII table pretty printing,
GvR's mokeypatch_xxx() hack, the elusive `flatten`, and much more.
* Michele Simionato's decorator module
* A time-series logging module, `pytools.log`.
* Batch job submission, `pytools.batchjob`.
* A lexer, `pytools.lex`.
|