Skip to main content

Curses helper stuff.

Project description

curses_helper

Provides curses helper stuff.

@curses_app

The @curses_app decorator can be used as a replacement for wrapper. It takes the following arguments:

  • echo: Whether to enable echo mode in the terminal. Default=False
  • cbreak: Whether to enable cbreak mode, allowing reading keyboard input without waiting for enter. Default=True
  • keypad: Whether to enable curses keypad mode. default=False

Types

curses_helper provides a types module, providing the following type hinting types:

  • Window: The curses window type.

All types that cannot be handled at runtime are set to Any when the program is being run.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

curses_helper-0.3.1.tar.gz (13.8 kB view hashes)

Uploaded Source

Built Distribution

curses_helper-0.3.1-py3-none-any.whl (26.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page