Metadata-Version: 2.1
Name: py2spl
Version: 0.2.1
Summary: A simple package for creating Shakespeare programs
Project-URL: Documentation, https://github.com/ChesterWOV/pyspl#readme
Project-URL: Issues, https://github.com/ChesterWOV/pyspl/issues
Project-URL: Source, https://github.com/ChesterWOV/pyspl
Author-email: ChesterWOV <chesterwov@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# PySPL (`pyspl`)
**PySPL** (short for **Py**thon **S**hakespeare **P**rogramming **L**anguage)is a package for writing SPL code with Python objects. It offers a simple and intuitive API for creating SPL plays.

This package is mainly object-oriented.

The docs are [here](https://pyspl.readthedocs.io).
