Sonnack.com
Python Projects
Python Library
Various library modules I've made for myself…
- bnode.py
- Binary Node class. Implements a Binary Tree.
- datelist.py
- Date List class. Implements a range of dates.
- db.py
- DataBase. Base class wrapper for Shelf.
- dbsql.py
- SQL DataBase. Base class wrappers for SQLite.
- filelist.py
- File and Directory listing utilities.
- files.py
- Read and Write basic file types (e.g. TAB-delimited files).
- htget.py
- HTTP/GET: Get a webpage; save to file.
- htmlpage.py
- Class for creating HTML pages.
- html_cal.py
- Class for creating an HTML year calendar.
- img.py
- PIL (Python Image Library) wrapper classers.
- lexer.py
- Lexer.
- logger.py
- Logger.
- properties.py
- Configuration Properties:
- template.py
- HTML Template classes.
- xml_grep.py
- XML/Grep:
- xml_sax.py
- Base classes for SAX XML projects.