Metadata-Version: 2.0
Name: untestable
Version: 1.0.0
Summary: A python version of the untestable application at https://bitbucket.org/tcbakes/untestable
Home-page: https://bitbucket.org/tcbakes/untestable_py
Author: Tristan Baker
Author-email: tcbakes@gmail.com
License: MIT
Keywords: sample unittest design
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: requests (==2.8.1)
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

Untestable Python System
=======================

A python equivalent of the java application here: https://bitbucket.org/tcbakes/untestable.  The purpose of this project
is to demonstrate how the patterns used in the original Java application can be applied to a python application.
The original Java Untestable project will always be the home for the detailed evolutionary history of the system from its
first spaghetti implementation to final elegant, testable one.  So the deliberate evolutionary steps will not be
repeated here.  For that level of insight, refer to the original project.

