Metadata-Version: 2.1
Name: schem
Version: 0.14.1
Summary: Clean Room implementation of the backend of SpaceChem (https://www.zachtronics.com/spacechem).
Home-page: https://github.com/spacechem-community-developers/SChem
Author: Zig
Author-email: junknenopok@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# SChem

https://pypi.org/project/schem/

Clean Room implementation of the backend of SpaceChem (https://www.zachtronics.com/spacechem).

## Usage

`python -m schem [solution_file]`

Will validate the cycles-reactors-symbols score of the provided solution file, or of any solution in the user's
clipboard if a file is not specified.

This is equivalent to:

```
import schem
schem.validate(soln_str, verbose=True)
```


