|
35 | 35 | Requirements
|
36 | 36 | ------------
|
37 | 37 |
|
38 |
| -+-------------------+-----------------+-------------------+--------------------+ |
39 |
| -| **pyfilesystem2** | |PyPI fs| | |Source fs| | |License fs| | |
40 |
| -+-------------------+-----------------+-------------------+--------------------+ |
41 |
| -| **six** | |PyPI six| | |Source six| | |License six| | |
42 |
| -+-------------------+-----------------+-------------------+--------------------+ |
43 |
| -| **paramiko** | |PyPI paramiko| | |Source paramiko| | |License paramiko| | |
44 |
| -+-------------------+-----------------+-------------------+--------------------+ |
45 |
| - |
| 38 | ++---------------------+-----------------+-------------------+--------------------+ |
| 39 | +| **pyfilesystem2** | |PyPI fs| | |Source fs| | |License fs| | |
| 40 | ++---------------------+-----------------+-------------------+--------------------+ |
| 41 | +| **six** | |PyPI six| | |Source six| | |License six| | |
| 42 | ++---------------------+-----------------+-------------------+--------------------+ |
| 43 | +| **paramiko** | |PyPI paramiko| | |Source paramiko| | |License paramiko| | |
| 44 | ++---------------------+-----------------+-------------------+--------------------+ |
| 45 | +| **property-cached** | |PyPI property| | |Source property| | |License property| | |
| 46 | ++---------------------+-----------------+-------------------+--------------------+ |
46 | 47 |
|
47 | 48 | .. |License six| image:: https://img.shields.io/pypi/l/six.svg?maxAge=300&style=flat-square
|
48 | 49 | :target: https://choosealicense.com/licenses/mit/
|
@@ -71,6 +72,15 @@ Requirements
|
71 | 72 | .. |PyPI paramiko| image:: https://img.shields.io/pypi/v/paramiko.svg?maxAge=300&style=flat-square
|
72 | 73 | :target: https://pypi.python.org/pypi/paramiko
|
73 | 74 |
|
| 75 | +.. |License property| image:: https://img.shields.io/pypi/l/property-cached.svg?maxAge=300&style=flat-square |
| 76 | + :target: https://choosealicense.com/licenses/bsd-3-clause/ |
| 77 | + |
| 78 | +.. |Source property| image:: https://img.shields.io/badge/source-GitHub-303030.svg?maxAge=300&style=flat-square |
| 79 | + :target: https://github.com/althonos/property-cached |
| 80 | + |
| 81 | +.. |PyPI property| image:: https://img.shields.io/pypi/v/property-cached.svg?maxAge=300&style=flat-square |
| 82 | + :target: https://pypi.python.org/pypi/property-cached |
| 83 | + |
74 | 84 |
|
75 | 85 | Installation
|
76 | 86 | ------------
|
|
0 commit comments