Doxhooks

Abstract away the content and maintenance of files in your project.


Keywords
abstract, build, code, document, file, hook, preprocessor, project, resource, source, text
License
MIT
Install
pip install Doxhooks==0.5.0

Documentation

Doxhooks

https://travis-ci.org/nre/Doxhooks.svg?branch=master https://ci.appveyor.com/api/projects/status/6m841mvysksmvm0q/branch/master?svg=true

Doxhooks helps you to write and maintain the files in your project by letting you write abstractions for your content and tasks. You can abstract away your duplicate content, boilerplate code, debug code, modules, templates, data, cross-references, file paths, URLs, build tasks, etc. You can even abstract away the preprocessor logic by defining your own preprocessor mini-languages.

Beginners can start using Doxhooks by customising the example scripts. Users with knowledge of the Python programming language can extend Doxhooks with their own code.