Metadata-Version: 1.2
Name: cogeno
Version: 0.2.0
Summary: Inline code generation using Python or Jinja2 script snippets in any type of source file.
Home-page: https://gitlab.com/b0661/cogeno
Author: Bobby Noelte
Author-email: b0661n0e17e@gmail.com
License: Apache-2.0
Download-URL: https://gitlab.com/b0661/cogeno
Description: 
        Cogeno, the inline code generation tool, processes Python or Jinja2 'snippets'
        inlined in your source files. It can also access CMake build
        parameters and device tree information to generate source code automatically
        tailored and tuned to a specific project configuration.
        
        Cogeno can be used, for example, to generate source code that creates
        and fills data structures, adapts programming logic, creates
        configuration-specific code fragments, and more.
        
Keywords: cogeno inline code generator embedded
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
