Commit graph

25 commits

Author SHA1 Message Date
TomJGooding
92358a7580 docs(readme): update badges in README translations
Update badges in README translations to ensure consistency with
README.md.

Currently some translations show an outdated badge for supported Python
versions, while others aren't consistent with the included badges.
2025-05-19 19:09:11 +01:00
Artur Borecki
26327121d1
add: README.pl.md in Polish 2023-02-23 16:40:07 +01:00
Will McGugan
0852511024 replace willmcgugan with textualize 2022-09-19 11:27:11 +01:00
Serkan UYSAL
df6402092e
Add Turkish Language. 2022-07-18 10:24:25 +03:00
Will McGugan
695256ce53
Merge pull request #2221 from wasi-master/fix-codecov-links
Fix invalid code coverage badge links
2022-06-14 10:14:42 +01:00
Motahhar Mokfi
0150fd48f7 add README.fa.md (Farsi Readme) 2022-05-08 19:56:15 +04:30
Wasi Master
3b89033007
Fix invalid code coverage badge links 2022-04-25 20:38:34 +06:00
Olivier Philippon
303e9b5563 Bump minimum Python version to 3.6.3 (from 3.6.1)
The `OrderedDict[CacheKey, CacheValue]` code we use in the LRUCache class doesn't work with Python versions `3.6.1` and `3.6.2`, unfortunately
2022-04-04 16:24:29 +01:00
toto6038
70ebda06ee
Revert Simplified Chinese readme to old name 2022-01-26 20:38:13 +08:00
toto6038
92e1b7ac70
Rename README.cn.md, and apply link change 2022-01-18 03:57:27 +08:00
G_cat
9d0ca53f0a Added russian README 2022-01-06 17:27:37 +03:00
Max Görner
f1bdd3040d Use "sh" code block language specification
In order to indicate that a block contains shell code one should use
e.g. "sh". Under
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L5602
the exhaustive list can be found.

The one file that already used "shell" was corrected. The indicator
"shell" is used for interactive session snippets. See
https://stackoverflow.com/a/49004070/8831116 for a reference.
2021-12-27 08:32:34 +01:00
Max Görner
5422537585 Use python -m pip as install snippet
It is advised to not use `pip` plain, it should always be
`python -m pip`. One important benefit is that this way one always
installs packages to the currently active virtual environment.

The topic is covered in depth at
https://snarky.ca/why-you-should-use-python-m-pip/.
2021-12-27 08:30:31 +01:00
Raphael Borun Das Gupta
e1c4628ffe capizalize "PyPI" correctly 2021-11-13 12:19:11 +01:00
Avrohom Perl
79848f8426 Fix misspelled month in readme table example 2021-10-03 03:03:10 -04:00
Luigi Bertaco Cristofolini
2677bead43 add "English readme" link to all README.* files 2021-08-06 09:51:48 +10:00
Luigi Bertaco Cristofolini
1fa3422d70 add portuguese links to all readmes 2021-08-05 21:17:44 +10:00
Adilius
515928f815 Added links to other languages in all READMEs, added some missing shield badges 2021-07-28 14:45:47 +02:00
Adilius
543260041e bragging rights but swedish 2021-04-18 01:41:53 +02:00
Adilius
1f56b082ce Updated README.sv.md to match README.md 2021-03-21 00:03:34 +01:00
Adilius
f87052e9ad Now matches english version exactly line for line 2021-03-04 23:10:33 +01:00
Adilius
413ff725f0 Added missing lines 2021-03-04 23:01:09 +01:00
Adilius
a6d2ea6254 Updated swedish readme to match latest english readme 2021-03-04 22:52:31 +01:00
Adilius
4de5a9a761 Updated README.sv.md 2021-02-02 17:39:28 +01:00
Adilius
3a5d7f8410 Added README.sv.md 2021-02-02 16:55:10 +01:00