summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add cmdLine optionv6.1.2ciVal Neekman (AvidCoder)2022-04-274-3/+8
|
* remove type hinting (#113)v6.1.1Reza Moradi2022-02-263-4/+6
|
* allow unicode (#111)v6.1.0Reza Moradi2022-02-226-7/+328
| | | | | | | | | * initial commit to allow unicode * update version and changelog * add the flag to the CLI * update README.md
* Merge branch 'master' into ciVal Neekman (AvidCoder)2022-02-160-0/+0
|\
| * regex: allow=>disallowv6.0.1Val Neekman (AvidCoder)2022-02-166-12/+15
| |
| * add github action, cleanupVal Neekman (AvidCoder)2022-02-1618-138/+230
| |
| * whitespace around =Fahrzin Hemmati2021-05-121-1/+1
| |
| * Add better typing for slugify.slugifyFahrzin Hemmati2021-05-121-1/+2
| | | | | | Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`
* | regex_patter to disallowVal Neekman (AvidCoder)2022-02-162-1/+6
| |
* | Fix misleading pattern name and documentation (#109)Reza Moradi2022-02-163-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add better typing for slugify.slugify Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]` * whitespace around = * fix misleading pattern name and documentation * fix README.md and cli doc as well Co-authored-by: Fahrzin Hemmati <fahhem@users.noreply.github.com> Co-authored-by: Val Neekman (AvidCoder) <un33kvu@gmail.com>
* | add staging to ciVal Neekman (AvidCoder)2022-02-161-0/+1
| |
* | Merge branch 'sandbox' into civ6.0.0Val Neekman (AvidCoder)2022-02-160-0/+0
|\ \
| * | change logVal Neekman (AvidCoder)2022-02-161-0/+1
| | |
| * | clean readmeVal Neekman (AvidCoder)2022-02-161-4/+0
| | |
| * | remove toxVal Neekman (AvidCoder)2022-02-163-24/+1
| | |
| * | coverage runVal Neekman (AvidCoder)2022-02-161-1/+1
| | |
| * | coverall omitVal Neekman (AvidCoder)2022-02-162-6/+1
| | |
| * | coverall coverageVal Neekman (AvidCoder)2022-02-161-0/+5
| | |
* | | update changelogVal Neekman (AvidCoder)2022-02-161-0/+1
| | |
* | | clean upVal Neekman (AvidCoder)2022-02-164-28/+1
|/ /
* | setupVal Neekman (AvidCoder)2022-02-161-1/+1
| |
* | github actionVal Neekman (AvidCoder)2022-02-162-20/+22
| |
* | manifestVal Neekman (AvidCoder)2022-02-161-2/+1
| |
* | versionVal Neekman (AvidCoder)2022-02-162-55/+73
| |
* | actionsVal Neekman (AvidCoder)2022-02-162-2/+6
| |
* | fix coverageVal Neekman (AvidCoder)2022-02-162-23/+1
| |
* | actionsVal Neekman (AvidCoder)2022-02-161-1/+1
| |
* | version file, github actionVal Neekman (AvidCoder)2022-02-1610-33/+22
| |
* | git actionsVal Neekman (AvidCoder)2022-02-161-5/+5
| |
* | simplify actionVal Neekman (AvidCoder)2022-02-161-2/+3
| |
* | github actionsVal Neekman (AvidCoder)2022-02-164-0/+128
|/
* switch to twine for pushing to pypi5.0.2Val Neekman2021-05-053-2/+6
|
* Merge branch 'staging'5.0.1Val Neekman2021-05-054-4/+8
|\
| * add twine to dev.req.txtVal Neekman2021-05-051-1/+2
| |
| * clean up, post 2.7,3.5 dropVal Neekman2021-05-053-3/+6
| |
* | Simplify python_requiresDmytro Litvinov2021-05-051-1/+1
| |
* | Update tox.iniDmytro Litvinov2021-05-051-2/+2
|/ | | | Drop completly from tox.ini file Python3.5 for testing according to [CHANGELOG](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md#500). More information about it at [commit which should drop Python 3.5](https://github.com/un33k/python-slugify/commit/319559cb43f239ac0d3bc7b975a78059bf4a1086)
* Add support for 3.9, drop support for 2.7,3.55.0.0support3.9Val Neekman2021-04-309-126/+109
|
* Add a tox file to automatically run the tests and add Python 3.9Jon Betts2021-04-305-1/+35
|
* up version4.0.1Val Neekman2020-06-292-1/+4
|
* enable python 3.8Val Neekman2020-06-291-1/+1
|
* update readmeVal Neekman2020-06-291-1/+1
|
* update readmeVal Neekman2020-06-291-1/+1
|
* Merge branch 'master' into sandboxVal Neekman2020-06-295-12/+240
|\
| * Add details about the command line tool to READMEJacobo de Vera2020-04-091-0/+26
| |
| * Add test for multivalued option with text in commandJacobo de Vera2020-04-091-0/+7
| |
| * Use main as entrypointJacobo de Vera2020-04-091-1/+1
| |
| * Create command line tool that can set all parametersJacobo de Vera2020-04-094-10/+205
| |
| * Use SVG badge for consistencyHugo van Kemenade2019-11-091-2/+2
| |
* | Merge branch 'master' into stagingVal Neekman2019-10-201-0/+6
|\ \ | |/