simplex

Changelog

(0) -10 tip
26:b87297d00005
2013-04-21 Paul Boddie changeset files shortlog graph Permitted the retrieval of multiple records when searching. Made status output from the test programs use standard error. default tip
simplex/__init__.py test_indexed.py test_read.py test_scan.py test_write.py
25:b9819166a986
2011-10-29 Paul Boddie changeset files shortlog graph Fixed command syntax description.
test_scan.py
24:2f90a4757a8f
2011-10-03 Paul Boddie changeset files shortlog graph Support the immediate retrieval of an indexed record.
simplex/__init__.py
23:ec8a7398449a
2011-10-03 Paul Boddie changeset files shortlog graph The index is actually a full sequence, not a reader.
simplex/__init__.py
22:e0ed0702667c
2011-10-03 Paul Boddie changeset files shortlog graph Introduced an abstraction for an indexed file.
simplex/__init__.py test_indexed.py test_read.py test_scan.py
21:0897d076edbb
2011-10-03 Paul Boddie changeset files shortlog graph Permitted the make_index function to use existing sequence-like objects. Added tests of index writing and reading.
simplex/indexers.py test_read.py test_write.py
20:94f93801356c
2011-10-02 Paul Boddie changeset files shortlog graph Converted the indexer into a sequence-like class.
simplex/__init__.py simplex/indexers.py
19:fc8abb1911d0
2011-10-02 Paul Boddie changeset files shortlog graph A TextFile instance is not actually needed to wrap a file object.
simplex/readers.py test_indexed.py test_scan.py
18:5a61083be20d
2011-10-02 Paul Boddie changeset files shortlog graph Renamed "key" to "field" when referring to columns in delimited data.
simplex/readers.py test_indexed.py test_scan.py
17:294a658846b6
2011-10-02 Paul Boddie changeset files shortlog graph Changed the index-related functions to use a get_key callable instead of an object providing a get_key method.
simplex/__init__.py test_indexed.py test_scan.py
(0) -10 tip