summaryrefslogtreecommitdiff
path: root/slugify
Commit message (Collapse)AuthorAgeFilesLines
* add test to manifest3.0.1Val Neekman2019-03-251-1/+1
|
* Promote text-unidecode to primary decoding api (#73)3.0.0Val Neekman2019-03-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * add support user-specific replacements (#66) thx * clean up, up version * add text-unidecode option as extra * Upgrade Unidecode, add text-unidecode as extra option (#71) * Add replacements option (#67) * add text-unidecode option as extra * remove req.txt files * Optional Extra Requirements (#72) * Add replacements option (#67) * Upgrade Unidecode, add text-unidecode as extra option (#71) * Add replacements option (#67) * add text-unidecode option as extra * remove req.txt files * use text-unidecode as primary decoding package * add dev reqs
* Add replacements option (#67)2.0.1Val Neekman2019-01-032-2/+14
|
* 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-252-6/+6
| | | | | | | | | | | | | | | | | | | | 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
* up versionVal Neekman2018-09-021-1/+1
|
* 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-252-5/+7
|\
| * 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
| * build/publish enhancements1.2.4Val Neekman2017-04-111-1/+1
| |
* | up versionVal Neekman2017-04-111-1/+1
|/
* Rebuid - Possible corrupt 1.2.2 build1.2.3Val Neekman2017-04-101-1/+1
|
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-012-12/+17
|\
| * 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-262-4/+4
| |
* | add more testsVal Neekman2016-08-261-3/+3
| |
* | add manifest.in, py 3.5 support and relax licensing by moving to MITVal Neekman2016-08-261-1/+1
|/
* replace quotes with dashesVal Neekman2016-01-152-7/+12
|
* 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
|
* drop official support for py3.2Val Neekman2015-09-211-1/+1
|
* up version1.1.3Val Neekman2015-07-081-1/+1
|
* unichr is not defined in python 3Arthur Darcet2015-07-031-0/+1
|
* add stopwatch, upversionVal Neekman2015-05-291-1/+1
|
* Added support to strip stopwordsEuan Goddard2015-05-061-1/+8
| | | | Closes #14
* upversion pypi1.0.2Val Neekman2015-04-151-1/+1
|
* promoting to stable1.0.1Val Neekman2015-04-121-1/+1
|
* remove six dependancyVal Neekman2015-04-111-2/+15
|
* remove 2to3 depenancy, add save word orderVal Neekman2015-04-112-21/+18
|
* 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.
* add PY3.4 support + more tests0.1.0Val Neekman2014-10-161-1/+1
|
* enable console entry point0.0.9Val Neekman2014-08-161-1/+1
|
* Added console, pypy and some reorg0.0.8Val Neekman2014-08-162-111/+115
|
* Console entry pointKamil Essekkat2014-06-091-0/+8
|
* upversion0.0.7Val Neekman2014-01-091-1/+1
|
* cleanups and upversionVal Neekman2014-01-091-4/+0
|
* upversion to 0.0.60.0.6Val Neekman2013-06-241-1/+1
|
* update smart_truncateVal Neekman2013-06-241-10/+23
|
* support for python 3Val Neekman2013-05-211-1/+1
|
* Support python3Arthur Darcet2013-05-101-4/+8
|
* added non-dash separator option0.0.4Val Neekman2013-04-241-2/+5
|
* added truncation0.0.3Val Neekman2013-02-131-2/+25
|
* added more test cases0.0.2Val Neekman2012-10-141-1/+1
|
* Initial versionVal Neekman2012-10-141-0/+67