Metadata-Version: 2.1
Name: csc121
Version: 1.0.2
Summary: Library for CSC 121 at Davidson College
Home-page: https://www.davidson.edu/academics/mathematics-and-computer-science
Author: Raghuram Ramanujan
Author-email: raramanujan@davidson.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: Pillow (>=5.2.0)
Requires-Dist: requests (>=2.19.1)
Requires-Dist: py-getch (>=1.0.1)


A package containing modules used in teaching introductory programming (CSC 121) at Davidson College, Davidson, NC. It includes:
* a simple interface to read and write audio and image data (to facilitate the use of [media computation](http://coweb.cc.gatech.edu/mediaComp-teach) methods),
* a C-style `getch` function, and
* a wrapper for the [Twitter API](https://developer.twitter.com/en/docs.html).


