| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add cmdLine optionv6.1.2ci | Val Neekman (AvidCoder) | 2022-04-27 | 1 | -1/+2 |
| | | |||||
| * | setup | Val Neekman (AvidCoder) | 2022-02-16 | 1 | -1/+1 |
| | | |||||
| * | version | Val Neekman (AvidCoder) | 2022-02-16 | 1 | -54/+67 |
| | | |||||
| * | version file, github action | Val Neekman (AvidCoder) | 2022-02-16 | 1 | -1/+1 |
| | | |||||
| * | github actions | Val Neekman (AvidCoder) | 2022-02-16 | 1 | -0/+1 |
| | | |||||
| * | switch to twine for pushing to pypi5.0.2 | Val Neekman | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Simplify python_requires | Dmytro Litvinov | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Add support for 3.9, drop support for 2.7,3.55.0.0support3.9 | Val Neekman | 2021-04-30 | 1 | -4/+1 |
| | | |||||
| * | Add a tox file to automatically run the tests and add Python 3.9 | Jon Betts | 2021-04-30 | 1 | -0/+2 |
| | | |||||
| * | Use main as entrypoint | Jacobo de Vera | 2020-04-09 | 1 | -1/+1 |
| | | |||||
| * | Create command line tool that can set all parameters | Jacobo de Vera | 2020-04-09 | 1 | -1/+1 |
| | | |||||
| * | Drop support for old python - cleanup - up version (#88)4.0.0 | Val Neekman | 2019-10-20 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | * Drop support for EOL Python 2.6 and 3.2-2.4 (#87) * Drop support for EOL Python 2.6 and 3.2-3.4 * Remove duplicate class * Upgrade Python syntax with pyupgrade * Upgrade PyPy and PyPy3 and test 3.8 beta * up version | ||||
| * | upgrade to consume the latest version of dependencies3.0.4 | Val Neekman | 2019-09-20 | 1 | -2/+2 |
| | | |||||
| * | BF(dependencies)| Bump `text_unidecode` version (#83) | kf | 2019-09-19 | 1 | -1/+1 |
| | | | | 1.2 -> 1.3 | ||||
| * | Test against Python 3.7 (#75) | Steven Loria | 2019-03-31 | 1 | -0/+1 |
| | | | | | | | Also, remove `sudo: false` because TravisCI has migrated to their VM-based infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | ||||
| * | Promote text-unidecode to primary decoding api (#73)3.0.0 | Val Neekman | 2019-03-03 | 1 | -6/+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 | ||||
| * | Proper fallback to text-unidecode, favoring Unidecode, drop support for py ↵2.0.0 | Val Neekman | 2018-12-25 | 1 | -4/+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 | ||||
| * | cleanup | Val Neekman | 2018-03-25 | 1 | -1/+1 |
| | | |||||
| * | grammer | Val Neekman | 2018-03-25 | 1 | -1/+1 |
| | | |||||
| * | support of text-unidecode | Val Neekman | 2018-03-25 | 1 | -1/+4 |
| |\ | |||||
| | * | Use unidecode as an API and allow alternatives (#53) | bolkedebruin | 2018-03-24 | 1 | -1/+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.4 | Val Neekman | 2017-04-11 | 1 | -29/+9 |
| | | | |||||
| * | | use twine to publish | Val Neekman | 2017-04-11 | 1 | -1/+4 |
| | | | |||||
| * | | Add setup.cfg, enhance setup.py | Val Neekman | 2017-04-11 | 1 | -3/+6 |
| | | | |||||
| * | | #38: use find_packages() rather than home-grown get_packages and ↵ | Reece Hart | 2017-04-10 | 1 | -28/+2 |
| |/ | | | | get_package_data (#39) | ||||
| * | add regex_pattern and support for py 3.61.2.2 | Val Neekman | 2017-04-01 | 1 | -0/+1 |
| |\ | |||||
| | * | add py3.5 support, add manifest.in file, add more tests1.2.1 | Val Neekman | 2016-08-26 | 1 | -2/+3 |
| | | | |||||
| * | | add manifest.in, py 3.5 support and relax licensing by moving to MIT | Val Neekman | 2016-08-26 | 1 | -2/+3 |
| |/ | |||||
| * | enhace setupf file1.2.0 | Val Neekman | 2016-01-15 | 1 | -2/+1 |
| | | |||||
| * | add stopwatch, upversion | Val Neekman | 2015-05-29 | 1 | -1/+0 |
| | | |||||
| * | Add Python versions to setup.py classifiers. | Ken Harris | 2015-05-01 | 1 | -0/+6 |
| | | | | | This should let caniusepython3 detect that it’s Python-3-ready. | ||||
| * | promoting to stable1.0.1 | Val Neekman | 2015-04-12 | 1 | -1/+1 |
| | | |||||
| * | enable console entry point0.0.9 | Val Neekman | 2014-08-16 | 1 | -1/+1 |
| | | |||||
| * | Added console, pypy and some reorg0.0.8 | Val Neekman | 2014-08-16 | 1 | -2/+2 |
| | | |||||
| * | Console entry point | Kamil Essekkat | 2014-06-09 | 1 | -0/+1 |
| | | |||||
| * | cleanups and upversion | Val Neekman | 2014-01-09 | 1 | -2/+0 |
| | | |||||
| * | fix file reading in python 3 | Friedrich Lindenberg | 2014-01-05 | 1 | -1/+2 |
| | | |||||
| * | support for python 3 | Val Neekman | 2013-05-21 | 1 | -1/+1 |
| | | |||||
| * | Support python3 | Arthur Darcet | 2013-05-10 | 1 | -4/+5 |
| | | |||||
| * | added non-dash separator option0.0.4 | Val Neekman | 2013-04-24 | 1 | -1/+1 |
| | | |||||
| * | Initial version | Val Neekman | 2012-10-14 | 1 | -0/+83 |
