Metadata-Version: 2.1
Name: Uni-Curses
Version: 2.0.6
Summary: Unified Curses Wrapper for Python
Home-page: https://github.com/unicurses/unicurses
Author: Michael Kamensky
Author-email: stavdev@mail.ru
Maintainer: George Chousos
Maintainer-email: gxousos@gmail.com
License: General Public License v3
Platform: Windows
Platform: FreeBSD
Platform: Linux
Platform: Mac OS X

A universal Curses wrapper for Python on Windows, FreeBSD, Linux, and
Mac OS X, with syntax close to the original NCurses. In order
to provide Curses functionality on Windows it utilizes the ctype
foreign function interface to wrap PDCurses, a free and open-source
Curses implementation for Windows. CONTRIBUTORS = [GiorgosXou]

if you have `ModuleNotFoundError` try specifying the python version like use `python3.9 -m pip install uni-curses`

