Metadata-Version: 2.1
Name: tcgen
Version: 0.1.2
Summary: Program synthesis tool. Read a list of strings and create a generator that sample strings from the same distribution as input strings. Focused on test cases of competitive programming problems.
Home-page: https://github.com/mfornet/tcgen
Author: Marcelo Fornet
Author-email: mfornet94@gmail.com
License: MIT
Keywords: program synthesis competitive programming acm icpc codeforces
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

# TCGen

Test cases generator generator tool. The first sentence has no typo.
Given a set of strings create a code that randomly generate samples from the same distribution of such strings.
It is highly focused for test cases in competitive programming problems but can be used/extended beyond this scope.

## Usage

`python3 -m tcgen --path /path/to/testcases`


