Skip to main content

No project description provided

Project description

nicepyright

nicepyright is a tool that provides a nicer CLI interface to the pyright type checker. It continuously monitors and displays type warnings in a more user-friendly format.

Please note that nicepyright is currently in an early stage of development, so it may be feature incomplete and contain bugs. However, it is already useful and can help you to find type warnings in your code faster and more easily.

Installation

nicepyright is available on PyPI and can be installed with pip, poetry, or your favorite Python package manager.

poetry add --dev nicepyright

Usage

To use nicepyright, navigate to the root directory of your project and run the following command:

nicepyright

Make sure that the environment being used is the one that contains all the libraries your project uses. That is, if you are using a virtual environment, make sure that it is activated. If you are using poetry, you can use the poetry run command to ensure that the correct version of nicepyright is used.

poetry run nicepyright

This will start the pyright type checker and display the type warnings in a more user-friendly format.

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

nicepyright-0.1.2.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

nicepyright-0.1.2-py3-none-any.whl (22.2 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