My Python library of useful code found and written for various projects
author: | Philippe Guglielmetti goulib@goulu.net ![]() |
---|---|
copyright: | Copyright 2013 Philippe Guglielmetti |
license: | LGPL (see LICENSE.TXT) |
itertools2 : additions to itertools
interval : operations on [x..y[ intervals
optim : Optimization algorithms
Travelling Salesman Problem (TSP) hill climbing + simulated annealing
dxf2img : rasters (simple) .dxf files to bitmap images
nvd3 : generates Javascript charts using http://nvd3.org and http://d3js.org
Obsolete. use python-nvd3 which is derived from this module.
table : Table class with CSV I/O, easy access to columns, HTML output
workdays : WorkCalendar class with datetime operations on working hours
merges and improves BusinessHours and workdays packages
colors : web (hex) colors dictionary and related functions
Goulib uses only standard Python libs, except:
automated nose tests generated by pythoscope
installation: | “pip install Goulib” |
---|---|
distribution: | https://pypi.python.org/pypi/Goulib |
documentation: | https://goulib.readthedocs.org/ |
source: | https://github.com/goulu/Goulib |
changelog: | https://github.com/goulu/goulib/blob/master/CHANGES.rst |
v1.5.0, 2013-06-05
v1.4.3 and 1.4.4, 2013-06-05
v1.4.2, 2013-05-17
v1.4.1, 2013-03-26
v1.4.0, 2013-01-21
v1.3.0, 2012-12-18
v1.2.0, 2012-11-08
v1.1.4, 2012-10-19 – changes not recorded
v1.1.3, 2012-10-09 – changes not recorded
v1.1.2 2012-10-04 – changes not recorded
v1.1.1, 2012-09-27 – changes not recorded
v1.1.0, 2012-09-27 – changes not recorded
v1.0.0, 2012-09-21 – initial release