Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.36 KB

TypeTemplateProcessor

PyPI typetemplateprocessor-downloads Unittests PyPI - Python Version GitHub issues coverage

Summary

The main use case of typetemplateprocessor is to implement type templates.

Installation and requirements

Currently, you need at least Python version 3.7 to use this library.

To install the OTL MOW project into your Python project, use pip to install it:

pip install typetemplateprocessor

To upgrade an existing installation use:

pip install typetemplateprocessor --upgrade

Usage

TODO