Metadata-Version: 2.4
Name: tyco
Version: 0.1.2
Summary: A Python library for the Typed Configuration language
Author-email: Matt Lauria <matt@typedconfig.io>
License-Expression: MIT
Project-URL: Homepage, https://typedconfig.io
Project-URL: Repository, https://github.com/typedconfig/tyco-python
Keywords: configuration,language,parser
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Tyco
A Python library for parsing Tyco configuration files.

## Installation
```bash
pip install tyco
