Metadata-Version: 2.1
Name: exnd-curses
Version: 0.1.4
Summary: Simple use of curses.
Home-page: https://github.com/shantanu-kor/exnd-curses.git
Author: Shantanu Kor
Author-email: kor.shantanu1@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
Provides-Extra: windows
Requires-Dist: windows-curses; extra == "windows"
Provides-Extra: linux
Requires-Dist: curses; extra == "linux"
