https://github.com/ionelmc/pylint-fields
Pylint plugin for python-fields
https://github.com/ionelmc/pylint-fields
Last synced: 6 months ago
JSON representation
Pylint plugin for python-fields
- Host: GitHub
- URL: https://github.com/ionelmc/pylint-fields
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2014-10-22T23:50:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T16:15:52.000Z (over 10 years ago)
- Last Synced: 2025-03-25T06:41:36.621Z (7 months ago)
- Language: Python
- Size: 176 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
pylint-fields
===============================.. image:: http://img.shields.io/travis/ionelmc/pylint-fields/master.png?style=flat
:alt: Travis-CI Build Status
:target: https://travis-ci.org/ionelmc/pylint-fields.. image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/pylint-fields?branch=master
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/ionelmc/pylint-fields.. image:: http://img.shields.io/coveralls/ionelmc/pylint-fields/master.png?style=flat
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/pylint-fields.. image:: http://img.shields.io/pypi/v/pylint-fields.png?style=flat
:alt: PYPI Package
:target: https://pypi.python.org/pypi/pylint-fields.. image:: http://img.shields.io/pypi/dm/pylint-fields.png?style=flat
:alt: PYPI Package
:target: https://pypi.python.org/pypi/pylint-fields.. image:: https://landscape.io/github/ionelmc/pylint-fields/master/landscape.png?style=flat
:target: https://landscape.io/github/ionelmc/pylint-fields/master
:alt: Code Quality Status.. image:: https://readthedocs.org/projects/pylint-fields/badge/?style=flat
:target: https://readthedocs.org/projects/pylint-fields
:alt: Documentation StatusA 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_fieldsDocumentation
=============https://pylint-fields.readthedocs.org/
Development
===========To run the all tests run::
tox