File: README.md

package info (click to toggle)
pylint-celery 0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 63; makefile: 5; sh: 4
file content (38 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pylint-celery
=============

[![Build Status](https://travis-ci.org/landscapeio/pylint-celery.png?branch=master)](https://travis-ci.org/landscapeio/pylint-celery)
[![Code Quality](https://landscape.io/github/landscapeio/pylint-celery/master/landscape.png)](https://landscape.io/github/landscapeio/pylint-celery)
[![Coverage Status](https://coveralls.io/repos/landscapeio/pylint-celery/badge.png)](https://coveralls.io/r/landscapeio/pylint-celery)
[![Latest Version](https://pypip.in/v/pylint-celery/badge.png)](https://crate.io/packages/pylint-celery)
[![Downloads](https://pypip.in/d/pylint-celery/badge.png)](https://crate.io/packages/pylint-celery)

# About

`pylint-celery` is a [Pylint](http://pylint.org) plugin for improving code analysis for when analysing code using [Celery](http://celeryproject.org). It is also used by the [Prospector](https://github.com/landscapeio/prospector) tool.

## Usage

#### Pylint

Ensure `pylint-celery` is installed and on your path (`pip install pylint-celery`), and then run pylint:

```
pylint --load-plugins pylint_celery [..other options..]
```

#### Prospector

Ensure `pylint-celery` is installed and on your path (`pip install pylint-celery`), and then run prospector:

```
prospector --uses celery [..other options..]
```

# Features

* Fixes the warning 'celery.task' is not callable

# License

`pylint-celery` is available under the GPLv2 license.