|
1 |
| -=============================== |
| 1 | +================= |
2 | 2 | lazy-object-proxy
|
3 |
| -=============================== |
| 3 | +================= |
4 | 4 |
|
5 | 5 | .. list-table::
|
6 | 6 | :stub-columns: 1
|
7 | 7 |
|
8 | 8 | * - docs
|
9 | 9 | - |docs|
|
10 | 10 | * - tests
|
11 |
| - - | |travis| |appveyor| |
12 |
| - | |coveralls| |codecov| |landscape| |scrutinizer| |
| 11 | + - | |travis| |appveyor| |requires| |
| 12 | + | |coveralls| |codecov| |
| 13 | + | |landscape| |scrutinizer| |codacy| |codeclimate| |
13 | 14 | * - package
|
14 |
| - - |version| |downloads| |
15 |
| - |
16 |
| -.. |
17 |
| - |wheel| |supported-versions| |supported-implementations| |
| 15 | + - |version| |downloads| |wheel| |supported-versions| |supported-implementations| |
18 | 16 |
|
19 | 17 | .. |docs| image:: https://readthedocs.org/projects/python-lazy-object-proxy/badge/?style=flat
|
20 | 18 | :target: https://readthedocs.org/projects/python-lazy-object-proxy
|
21 | 19 | :alt: Documentation Status
|
22 | 20 |
|
23 |
| -.. |travis| image:: http://img.shields.io/travis/ionelmc/python-lazy-object-proxy/master.svg?style=flat&label=Travis |
| 21 | +.. |travis| image:: https://travis-ci.org/ionelmc/python-lazy-object-proxy.svg?branch=master |
24 | 22 | :alt: Travis-CI Build Status
|
25 | 23 | :target: https://travis-ci.org/ionelmc/python-lazy-object-proxy
|
26 | 24 |
|
27 |
| -.. |appveyor| image:: https://img.shields.io/appveyor/ci/ionelmc/python-lazy-object-proxy/master.svg?style=flat&label=AppVeyor |
| 25 | +.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-lazy-object-proxy?branch=master&svg=true |
28 | 26 | :alt: AppVeyor Build Status
|
29 | 27 | :target: https://ci.appveyor.com/project/ionelmc/python-lazy-object-proxy
|
30 | 28 |
|
31 |
| -.. |coveralls| image:: http://img.shields.io/coveralls/ionelmc/python-lazy-object-proxy/master.svg?style=flat&label=Coveralls |
| 29 | +.. |requires| image:: https://requires.io/github/ionelmc/python-lazy-object-proxy/requirements.svg?branch=master |
| 30 | + :alt: Requirements Status |
| 31 | + :target: https://requires.io/github/ionelmc/python-lazy-object-proxy/requirements/?branch=master |
| 32 | + |
| 33 | +.. |coveralls| image:: https://coveralls.io/repos/ionelmc/python-lazy-object-proxy/badge.svg?branch=master&service=github |
32 | 34 | :alt: Coverage Status
|
33 | 35 | :target: https://coveralls.io/r/ionelmc/python-lazy-object-proxy
|
34 | 36 |
|
35 |
| -.. |codecov| image:: http://img.shields.io/codecov/c/github/ionelmc/python-lazy-object-proxy/master.svg?style=flat&label=Codecov |
| 37 | +.. |codecov| image:: https://codecov.io/github/ionelmc/python-lazy-object-proxy/coverage.svg?branch=master |
36 | 38 | :alt: Coverage Status
|
37 | 39 | :target: https://codecov.io/github/ionelmc/python-lazy-object-proxy
|
38 | 40 |
|
39 | 41 | .. |landscape| image:: https://landscape.io/github/ionelmc/python-lazy-object-proxy/master/landscape.svg?style=flat
|
40 | 42 | :target: https://landscape.io/github/ionelmc/python-lazy-object-proxy/master
|
41 | 43 | :alt: Code Quality Status
|
42 | 44 |
|
43 |
| -.. |version| image:: http://img.shields.io/pypi/v/lazy-object-proxy.svg?style=flat |
| 45 | +.. |codacy| image:: https://img.shields.io/codacy/REPLACE_WITH_PROJECT_ID.svg?style=flat |
| 46 | + :target: https://www.codacy.com/app/ionelmc/python-lazy-object-proxy |
| 47 | + :alt: Codacy Code Quality Status |
| 48 | + |
| 49 | +.. |codeclimate| image:: https://codeclimate.com/github/ionelmc/python-lazy-object-proxy/badges/gpa.svg |
| 50 | + :target: https://codeclimate.com/github/ionelmc/python-lazy-object-proxy |
| 51 | + :alt: CodeClimate Quality Status |
| 52 | +.. |version| image:: https://img.shields.io/pypi/v/lazy-object-proxy.svg?style=flat |
44 | 53 | :alt: PyPI Package latest release
|
45 | 54 | :target: https://pypi.python.org/pypi/lazy-object-proxy
|
46 | 55 |
|
47 |
| -.. |downloads| image:: http://img.shields.io/pypi/dm/lazy-object-proxy.svg?style=flat |
| 56 | +.. |downloads| image:: https://img.shields.io/pypi/dm/lazy-object-proxy.svg?style=flat |
48 | 57 | :alt: PyPI Package monthly downloads
|
49 | 58 | :target: https://pypi.python.org/pypi/lazy-object-proxy
|
50 | 59 |
|
51 |
| -.. |wheel| image:: https://pypip.in/wheel/lazy-object-proxy/badge.svg?style=flat |
| 60 | +.. |wheel| image:: https://img.shields.io/pypi/wheel/lazy-object-proxy.svg?style=flat |
52 | 61 | :alt: PyPI Wheel
|
53 | 62 | :target: https://pypi.python.org/pypi/lazy-object-proxy
|
54 | 63 |
|
55 |
| -.. |supported-versions| image:: https://pypip.in/py_versions/lazy-object-proxy/badge.svg?style=flat |
| 64 | +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/lazy-object-proxy.svg?style=flat |
56 | 65 | :alt: Supported versions
|
57 | 66 | :target: https://pypi.python.org/pypi/lazy-object-proxy
|
58 | 67 |
|
59 |
| -.. |supported-implementations| image:: https://pypip.in/implementation/lazy-object-proxy/badge.svg?style=flat |
| 68 | +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/lazy-object-proxy.svg?style=flat |
60 | 69 | :alt: Supported implementations
|
61 | 70 | :target: https://pypi.python.org/pypi/lazy-object-proxy
|
62 | 71 |
|
|
0 commit comments