Metadata-Version: 2.4
Name: tyco
Version: 0.1.0
Summary: A Python library for the Typed Configuration language
Author-email: Matt Lauria <matt@typedconfig.io>
License: MIT
Project-URL: Homepage, http://www.typedconfig.io
Project-URL: Repository, https://github.com/typedconfig/tyco
Keywords: configuration,language,parser
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
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

