summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Move README.rst to utf-8 encoding.Tomaz Solc2021-03-061-2/+2
| | | | | This also hopefully makes it clearer that Unidecode is not about decoding \u escapes.
* Add missing backslashes.Tomaz Solc2021-02-051-1/+1
|
* Add another FAQ.Tomaz Solc2021-02-051-3/+11
|
* Drop support for Python 2 and 3.4.Tomaz Solc2021-02-051-7/+4
|
* Add warning about dropping Python 2.x and 3.4.Tomaz Solc2021-02-051-1/+4
|
* Bump copyright date.Tomaz Solc2021-01-081-1/+1
|
* Convert examples in README to Python 3 syntax.Tomaz Solc2021-01-081-3/+3
|
* Add examples for the 'errors' argument.Tomaz Solc2021-01-081-1/+8
|
* Rename argument replace_char -> replace_strTomaz Solc2020-12-201-2/+2
|
* Document the new errors argument.Tomaz Solc2020-12-201-0/+11
|
* Add warning about offensiveness and more FAQs.Tomaz Solc2020-07-291-12/+39
|
* Bump copyright date.Tomaz Solc2020-07-291-1/+1
|
* Add another FAQ.Tomaz Solc2019-05-311-0/+8
|
* Update copyright year.Tomaz Solc2019-01-191-1/+1
|
* Add link for PEP 261.Tomaz Solc2019-01-191-2/+2
|
* "2.4+" -> "2.4 or later"Tomaz Solc2019-01-191-1/+1
|
* Merge branch 'master' into readme-rstTomaz Solc2019-01-191-1/+1
|\
| * Pass python_requires argument to setuptoolsJon Dufresne2018-12-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. Include this information in the README as well. These versions were already documented as trove classifiers. https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* | Style improvements to README.rstJon Dufresne2018-12-311-23/+24
|/ | | | | | | | | | - Trim extraneous trailing whitespace - Use double backquotes for inline fixed-space literals (Syntax described here: http://docutils.sourceforge.net/docs/user/rst/quickstart.html#text-styles) - Always end functions with `()` to make clear to the reader the symbol is a function. - Always capitalize the project's name.
* Some more README improvements.Tomaz Solc2018-11-181-3/+4
|
* Add a FAQ section to the README.Tomaz Solc2018-11-181-1/+41
|
* Fix line break in README.unidecode-1.0.22Tomaz Solc2018-01-051-1/+3
|
* Update copyright year.Tomaz Solc2018-01-051-1/+1
|
* Update copyright year.release-0.04.20Tomaz Solc2017-01-091-1/+1
|
* Add link to GitHub mirror to README.rstTomaz Solc2017-01-091-3/+9
|
* Update copyright daterelease-0.04.19Tomaz Solc2016-01-211-1/+1
|
* Add pip install commandline to READMETomaz Solc2015-12-141-2/+6
|
* Spelling correctionTomaz Solc2015-11-171-1/+1
|
* Add "Performance notes" section to READMETomaz Solc2015-11-171-11/+22
|
* Rename unidecode_fast to unidecode_expect_asciiTomaz Solc2015-11-171-3/+3
| | | | | Also, add unidecode_expect_nonascii. "unidecode" is now an alias for "unidecode_expect_ascii"
* Add unidecode_fast function to speedup mostly-ASCII transliterations.dukebody2015-11-141-3/+14
|
* Better description of command line util in READMErelease-0.04.18Tomaz Solc2015-06-131-2/+10
|
* README formatting.Tomaz Solc2015-05-141-8/+8
|
* Update copyright yearTomaz Solc2015-05-141-1/+1
|
* Mention utility in the READMETomaz Solc2015-05-141-0/+9
|
* Move README to README.rstTomaz Solc2015-05-131-0/+134