Metadata-Version: 2.1
Name: csc121
Version: 1.0.0
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
Description: 
        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).
        
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
