Metadata-Version: 2.1
Name: pythonGraph
Version: 0.1.1.dev2
Summary: simple graphics in Python
Home-page: UNKNOWN
Author: Joel Coffman
Author-email: joel.coffman@usafa.edu
License: Unlicense
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst
Requires-Dist: pbr
Requires-Dist: pygame

===========
pythonGraph
===========

pythonGraph is a simple graphics package for Python. It's design is loosely
descended from Adagraph and RAPTOR Graph. pythonGraph supports the creation of
a graphics window, the display of simple geometric shapes, and simple user
interactions using the mouse and keyboard.

pythonGraph is designed for introductory programming courses, allowing students
to create a graphical user interface with minimal complexity.

License
=======

This material is a United States government work (prepared by officers and
employees of the U.S. Government as part of their official duties) and is not
protected by copyright in the U.S. (17 U.S.C. Section 105) and may be used
without obtaining permission.



