Metadata-Version: 2.1
Name: ib110hw-testing
Version: 0.1.10
Summary: Package used for testing homework assignments in the IB110 course at FI MUNI.
Author: Martin Pilát
Author-email: 8pilatmartin8@gmail.com
Requires-Python: >=3.6.8,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: exrex
Requires-Dist: hypothesis
Requires-Dist: ib110hw
Description-Content-Type: text/markdown

This library was created for the course **IB110 - Introduction to Informatics** at [MUNI FI](https://www.fi.muni.cz/).

# Setup
The library can be installed using `pip` like so:
```pip install ib110hw_testing```

I recommend using venv to install the library as it has some dependencies.

# Modules
## Testing
The module `testing` contains some predefined strategies which can be used with the `hypothesis` library. 

## Transformation
The module `transformation` contains some implementations of some algorithms which can be used to transform automata. 

