Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

A pylint plugin for https://github.com/ionelmc/python-fields

Project description

Travis-CI Build Status AppVeyor Build Status Coverage Status PYPI Package PYPI Package Code Quality Status Documentation Status

A pylint plugin for python-fields. It makes pylint understand what fields are going to be present in the resulting class and what fields are required by the default __init__ method.

  • Free software: BSD license

Installation

pip install pylint-fields

Usage

Add this to your pylint conf:

[MASTER]
load-plugins=pylint_fields

Documentation

https://pylint-fields.readthedocs.org/

Development

To run the all tests run:

tox

Changelog

0.2.0 (2014-10-25)

  • First release on PyPI.

Supported by

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