You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
long_description='A universal Curses wrapper for Python on Windows, FreeBSD, Linux, and\nMac OS X, with syntax close to the original NCurses. In order\nto provide Curses functionality on Windows it utilizes the ctype\nforeign function interface to wrap PDCurses, a free and open-source\nCurses implementation for Windows.\n\nif you have `ModuleNotFoundError` try specifying the python version like use `python3.9 -m pip install uni-curses`',
author='Michael Kamensky',
author_email='stavdev@mail.ru',
maintainer='George Chousos',
maintainer_email='gxousos@gmail.com',
url='https://github.com/unicurses/unicurses',
license='General Public License v3',
platforms=['Windows', 'FreeBSD', 'Linux', 'Mac OS X'],
packages=['unicurses'],
package_data={'unicurses': ['32 bit binaries/*/*.*', '64 bit binaries/*/*.*']},