summaryrefslogtreecommitdiff
path: root/readyaml.py
AgeCommit message (Expand)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2021-12-31importpkg.py + readyaml.py: prefer the C libyaml implementationHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2016-05-21move from deprecated optparse to argparseHelmut Grohne
2013-09-02add option -d --database for db path to all scriptsHelmut Grohne
2013-07-24readyaml: cache the whole function tableHelmut Grohne
2013-07-23schema: reference hash functions by integer keyHelmut Grohne
2013-07-10schema: reference package table by integer keyHelmut Grohne
2013-06-11autoimport: don't fork for readyamlHelmut Grohne
2013-06-10split the import phase to a yaml streamHelmut Grohne