|
|
|
|
|
by grotos
5112 days ago
|
|
Why didn't you go for hyde? I think it's the best solution now as far as python is concerned. Worth watching is lighting [1]. Its main feature is the incremental building which looks really promising. [1] https://github.com/borismus/lightning |
|
For example, take a look at https://github.com/lakshmivyas/hyde/blob/master/hydeengine/f... or https://github.com/borismus/lightning/blob/master/lightning
What does all of that stuff do? Why does lightning need YAML and pickle? Why does hyde need to mirror the entirety of python's os module, including os.walk, for both Files and Folders?
Now compare that to my version: https://bitbucket.org/anthonyb/shithead/src/8a8e5787cf6a/blo... , which is essentially the entire engine, file system handling and building code.