Skip to main content

Curses interface to Zino

Project description

Python curses package to interface with Zino.

Split from internal project PyRitz on 2023-03-30.

Testing

This library is testable with unittests. When testing it starts a Zino emulator that reponds correctly to requests as the real server would do.

If you have all currently supported pythons in your path, you can test them all, with an HTML coverage report placed in htmlcov/:

tox

To test on a specific python other than current, run:

tox -e py{version}

where version is of the form “311” for Python 3.11.

Install

To use curitz we recommend installing it to your local user, for instance with pip`'s ``--user-flag:

pip install --user .

if installing from source or:

pip install --user curitz

if installing from Pypi. This should normally put the binary and library under .local on Linux.

Development

Some minimal pre-commit hooks are included, install by running pre-commit install.

See the file .git-blame-ignore-revs for commits to ignore when running git blame. Use it like so:

git blame --ignore-revs-file .git-blame-ignore-revs FILE

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

curitz-0.9.20.tar.gz (26.4 kB view hashes)

Uploaded Source

Built Distribution

curitz-0.9.20-py3-none-any.whl (23.9 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