pylama-dmypy


Namepylama-dmypy JSON
Version 0.4 PyPI version JSON
download
home_pagehttp://github.com/delfick/pylama_dmypy
SummaryLinting plugin for pylama to see dmypy
upload_time2022-12-04 05:54:42
maintainer
docs_urlNone
authorStephen Moore
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Pylama dmypy
============

A linter plugin for pylama that makes it aware of dmypy

https://mypy.readthedocs.io/en/stable/mypy_daemon.html

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

Install it into your environment::

    > python -m pip install pylama-dmypy

Then configure your pylama to use the ``dmypy`` linter.

Changelog
---------

.. _release-0.4:

0.4 - 4 December 2022
    * Increase speed using a results cache. Now dmypy runs only once and each
      file will get warnings/errors from that cached result

.. _release-0.3:

0.3 - 2 April 2022
    * Updated pylama and mypy

.. _release-0.2:

0.2 - 27 January 2022
    * fixed the setup.py

.. _release-0.1:

0.1 - 27 January 2022
    * Creation



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/delfick/pylama_dmypy",
    "name": "pylama-dmypy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Stephen Moore",
    "author_email": "stephen@delfick.com",
    "download_url": "https://files.pythonhosted.org/packages/c4/f4/c2f0a6ad5fd2f22ec3a7b5969b673508fe9c2996a5805b2d4fcc38dce525/pylama-dmypy-0.4.tar.gz",
    "platform": null,
    "description": "Pylama dmypy\n============\n\nA linter plugin for pylama that makes it aware of dmypy\n\nhttps://mypy.readthedocs.io/en/stable/mypy_daemon.html\n\nInstallation\n------------\n\nInstall it into your environment::\n\n    > python -m pip install pylama-dmypy\n\nThen configure your pylama to use the ``dmypy`` linter.\n\nChangelog\n---------\n\n.. _release-0.4:\n\n0.4 - 4 December 2022\n    * Increase speed using a results cache. Now dmypy runs only once and each\n      file will get warnings/errors from that cached result\n\n.. _release-0.3:\n\n0.3 - 2 April 2022\n    * Updated pylama and mypy\n\n.. _release-0.2:\n\n0.2 - 27 January 2022\n    * fixed the setup.py\n\n.. _release-0.1:\n\n0.1 - 27 January 2022\n    * Creation\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Linting plugin for pylama to see dmypy",
    "version": "0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "807c3c5dcedd569346d037404b5ba39c",
                "sha256": "e9741c8c8295881bd7cc9205b7978b182488c2b1ffe486da02877dbd49f3a2bb"
            },
            "downloads": -1,
            "filename": "pylama-dmypy-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "807c3c5dcedd569346d037404b5ba39c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3609,
            "upload_time": "2022-12-04T05:54:42",
            "upload_time_iso_8601": "2022-12-04T05:54:42.578027Z",
            "url": "https://files.pythonhosted.org/packages/c4/f4/c2f0a6ad5fd2f22ec3a7b5969b673508fe9c2996a5805b2d4fcc38dce525/pylama-dmypy-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 05:54:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "delfick",
    "github_project": "pylama_dmypy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pylama-dmypy"
}
        
Elapsed time: 0.01466s