Metadata-Version: 2.4
Name: stanfordpy-graphics
Version: 0.0.5
Summary: The Stanford Python Graphics Library
Author-email: Code in Place <codeinplace@gmail.com>, Andrew Tierno <andrew.tierno@gmail.com>
Project-URL: Homepage, https://github.com/CodeinPlace/stanfordpy-graphics
Project-URL: Repository, https://github.com/CodeinPlace/stanfordpy-graphics
Project-URL: Issues, https://github.com/CodeinPlace/stanfordpy-graphics/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest>=8.0.0; extra == "test"
Requires-Dist: pytest-cov>=6.0.0; extra == "test"

# stanfordpy-graphics

The Stanford Graphics library

## Installation

```bash
pip install stanfordpy-graphics
```

## Development

To run the local version of the library, run:

```bash
pip install -e .
```

Don't forget to bump the version in `pyproject.toml` before releasing!
