Metadata-Version: 2.1
Name: typerighter
Version: 0.1.1
Summary: Data Types for Cynical Humans
Home-page: http://github.com/jmsdnns/typerighter
Author: Jms Dnns
Author-email: jdennis@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pycodestyle ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: doc8 ; extra == 'docs'

![Typerighter](art/logo.png)

Data Types for Cynical Humans™

## Overview

Welcome to Typerighter, a project that makes it easy to structure and process data using concepts from type systems. 

The project's goal is to offer a simple system for the usual data plumbing needs in a way that causes users to write clear and simple code, even when the data comes from complex and dirty sources.

### Similarity to Schematics

I am also the original author of Schematics. I gave the project to the community a while back and have used several other languages since then, which gave me reason to think I could approach the problem in a new and interesting way.

So here we are.


