pytest-pyright


Namepytest-pyright JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/RobertCraigie/pytest-pyright
SummaryPytest plugin for type checking code with Pyright
upload_time2024-01-26 09:23:53
maintainerRobert Craigie
docs_urlNone
authorRobert Craigie
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
pytest-pyright
==============

.. image:: https://img.shields.io/pypi/v/pytest-pyright.svg
    :target: https://pypi.org/project/pytest-pyright
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pytest-pyright.svg
    :target: https://pypi.org/project/pytest-pyright
    :alt: Python versions

.. image:: https://readthedocs.org/projects/pytest-pyright/badge/?version=latest
    :target: https://pytest-pyright.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

⚠️ This project was created for internal use within another project of mine, support will be minimal.

Pytest plugin for type checking code with Pyright.

----

This `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.


Why Should You Use it?
----------------------

pytest-pyright was created to ensure that complex types are correctly constrained, i.e will raise an error if used incorrectly.

if your project makes use of any complex types you should find some value out pytest-pyright.


Installation
------------

You can install "pytest-pyright" via `pip`_ from `PyPI`_::

    $ pip install pytest-pyright


Usage
-----

See the `documentation <https://pytest-pyright.readthedocs.io/en/latest/>`_

Contributing
------------
Contributions are very welcome. Tests can be run with `tox`_, please ensure
the coverage at least stays the same before you submit a pull request.

License
-------

Distributed under the terms of the `MIT`_ license, "pytest-pyright" is free and open source software


Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
.. _`@hackebrot`: https://github.com/hackebrot
.. _`MIT`: http://opensource.org/licenses/MIT
.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause
.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt
.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0
.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin
.. _`file an issue`: https://github.com/RobertCraigie/pytest-pyright/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project/pytest-pyright/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RobertCraigie/pytest-pyright",
    "name": "pytest-pyright",
    "maintainer": "Robert Craigie",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "robertcraigie30@gmail.com",
    "keywords": "",
    "author": "Robert Craigie",
    "author_email": "robertcraigie30@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/dc/470d15f9929fe32ec5e982b37bc9092e2fa11395a1dbf9c3154ed4afbc37/pytest-pyright-0.0.6.tar.gz",
    "platform": null,
    "description": "==============\npytest-pyright\n==============\n\n.. image:: https://img.shields.io/pypi/v/pytest-pyright.svg\n    :target: https://pypi.org/project/pytest-pyright\n    :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-pyright.svg\n    :target: https://pypi.org/project/pytest-pyright\n    :alt: Python versions\n\n.. image:: https://readthedocs.org/projects/pytest-pyright/badge/?version=latest\n    :target: https://pytest-pyright.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n\u26a0\ufe0f This project was created for internal use within another project of mine, support will be minimal.\n\nPytest plugin for type checking code with Pyright.\n\n----\n\nThis `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.\n\n\nWhy Should You Use it?\n----------------------\n\npytest-pyright was created to ensure that complex types are correctly constrained, i.e will raise an error if used incorrectly.\n\nif your project makes use of any complex types you should find some value out pytest-pyright.\n\n\nInstallation\n------------\n\nYou can install \"pytest-pyright\" via `pip`_ from `PyPI`_::\n\n    $ pip install pytest-pyright\n\n\nUsage\n-----\n\nSee the `documentation <https://pytest-pyright.readthedocs.io/en/latest/>`_\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the `MIT`_ license, \"pytest-pyright\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@hackebrot`: https://github.com/hackebrot\n.. _`MIT`: http://opensource.org/licenses/MIT\n.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause\n.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/RobertCraigie/pytest-pyright/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.org/project/pip/\n.. _`PyPI`: https://pypi.org/project/pytest-pyright/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pytest plugin for type checking code with Pyright",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/RobertCraigie/pytest-pyright"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3908b3a8ed1cea52a7d919f47c9798e8586ef46e6b64a4626277e587ee2eb850",
                "md5": "d9adcb2ee08f15dbd854f13b88008bae",
                "sha256": "f2cefac242fde4a54437f66f05de7ffe23e87bf65751b7677e0d3c861a60a328"
            },
            "downloads": -1,
            "filename": "pytest_pyright-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9adcb2ee08f15dbd854f13b88008bae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8169,
            "upload_time": "2024-01-26T09:23:51",
            "upload_time_iso_8601": "2024-01-26T09:23:51.729864Z",
            "url": "https://files.pythonhosted.org/packages/39/08/b3a8ed1cea52a7d919f47c9798e8586ef46e6b64a4626277e587ee2eb850/pytest_pyright-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcdc470d15f9929fe32ec5e982b37bc9092e2fa11395a1dbf9c3154ed4afbc37",
                "md5": "0b2b176b5131923a6adc7523450d796e",
                "sha256": "cc3353d62750393c1e0eb150aac662d50661bbc68c2fc47095ed3f910582d8c2"
            },
            "downloads": -1,
            "filename": "pytest-pyright-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "0b2b176b5131923a6adc7523450d796e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10305,
            "upload_time": "2024-01-26T09:23:53",
            "upload_time_iso_8601": "2024-01-26T09:23:53.497744Z",
            "url": "https://files.pythonhosted.org/packages/bc/dc/470d15f9929fe32ec5e982b37bc9092e2fa11395a1dbf9c3154ed4afbc37/pytest-pyright-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-26 09:23:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RobertCraigie",
    "github_project": "pytest-pyright",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pytest-pyright"
}
        
Elapsed time: 0.18766s