* Introducing "wpylib" which is the collection of my small python utilities.

* graph_digitizer: Utility to help me digitize numbers from a graph image
  files (JPG/PNG plots).
This commit is contained in:
wirawan
2009-12-04 19:30:26 +00:00
commit 6e1b0c505c
2 changed files with 98 additions and 0 deletions

13
__init__.py Normal file
View File

@@ -0,0 +1,13 @@
# $Id: __init__.py,v 1.1 2009-12-04 19:30:26 wirawan Exp $
#
# wpylib main module
# Created: 20091204
# Wirawan Purwanto
#
# Main wpylib package. It is just a stub.
# The "wpylib" namespace contains all simple tools that I am making
# in the course of my research and hobby.
# In the future, useful modules will continue their lives as separate
# modules outside the "wpylib" jail. :-)
#
pass