summaryrefslogtreecommitdiff
path: root/slugify/slugify.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unicode chars from fileVal Neekman2019-07-271-3/+3
|
* update readme, add pydocVal Neekman2019-07-271-4/+4
|
* add text-unidecode option as extraVal Neekman2019-02-221-2/+2
|
* clean up, up versionVal Neekman2019-01-031-0/+5
|
* add support user-specific replacements (#66)Andriy Orehov2019-01-031-1/+8
| | | thx
* Rename word_boundaries: more consistent naming (#64)theotheo2018-12-291-3/+3
|
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py ↵2.0.0Val Neekman2018-12-251-5/+5
| | | | | | | | | | | | | | | | | | | | 2.6, 3.3. (#63) * enable raw re pattern * conditional text_unidecode install * update readme, changelog, manifest * update ci * readme * drop test for py 2.6 and 3.3 * clean up readme * readme
* Support for case sensitivity (#54)sme2018-04-251-6/+15
| | | | | | | | | | * added support for case sensitivity * remove empty line * ignore W605 warning from pycodestyle * doc string for lowercase keyword argument
* support of text-unidecodeVal Neekman2018-03-251-4/+6
|\
| * Use unidecode as an API and allow alternatives (#53)bolkedebruin2018-03-241-2/+4
|/ | | | | | | | This PR allows specifying WITH_TEXTUNIDECODE when installing python-slugify. This allows using text-unidecode instead of unidecode. It will default to using unidecode. Closes: #51
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-011-11/+16
|\
| * Added possibility to include custom regex as allowed characters (#36)vrbaskiz2017-03-311-2/+6
| | | | | | | | Added possibility to allow custom regex as allowed characters.
| * add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-261-3/+3
| |
* | add more testsVal Neekman2016-08-261-3/+3
|/
* replace quotes with dashesVal Neekman2016-01-151-6/+11
|
* Fixed apos quote not replaced by separator - Issue #17Fabio Caccamo2016-01-151-2/+7
|
* fixed stopword replacement bug (different separators)Lucas Woltmann2015-11-121-2/+2
|
* Only call .lower() onceKen Harris2015-10-061-2/+2
|
* add numeric comma cleanup1.1.4Val Neekman2015-09-211-18/+14
|
* unichr is not defined in python 3Arthur Darcet2015-07-031-0/+1
|
* Added support to strip stopwordsEuan Goddard2015-05-061-1/+8
| | | | Closes #14
* remove six dependancyVal Neekman2015-04-111-2/+15
|
* remove 2to3 depenancy, add save word orderVal Neekman2015-04-111-18/+14
|
* Add parameter 'save_order'.dioexul2015-02-221-6/+30
|
* Fix bug (len of output string).dioexul2015-02-211-31/+7
|
* Fix kwargs order.dioexul2015-02-181-4/+4
|
* Add save_order parameter.y.selyutina2015-02-181-7/+31
| | | | | Fix count next length. Add breaks.
* Added console, pypy and some reorg0.0.8Val Neekman2014-08-161-0/+113