Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try out xar | Martin Czygan | 2021-02-02 | 1 | -0/+1 |
| | |||||
* | add zstandard dep | Martin Czygan | 2021-02-02 | 1 | -0/+1 |
| | |||||
* | add missing dependency | Martin Czygan | 2021-01-12 | 1 | -0/+1 |
| | |||||
* | add dynaconf dep | Martin Czygan | 2020-12-23 | 1 | -0/+1 |
| | |||||
* | update deps | Martin Czygan | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | cleanup deps | Martin Czygan | 2020-12-16 | 1 | -9/+10 |
| | |||||
* | update pipfile | Martin Czygan | 2020-12-16 | 1 | -2/+0 |
| | |||||
* | include matching (stub) | Martin Czygan | 2020-12-15 | 1 | -0/+2 |
| | |||||
* | try out glom | Martin Czygan | 2020-11-26 | 1 | -0/+1 |
| | |||||
* | add pytest-cov | Martin Czygan | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | update Pipfile | Martin Czygan | 2020-11-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat ↵ | Martin Czygan | 2020-11-12 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | into bnewbold-bnewbold-sandcrawler * 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat: sandcrawler slugify: yet more unicode corner-cases add sandcrawler-style title key method cluster: count empty keys (and don't return them) pipenv: explicit regex dependency gitignore: add .swp (vim) make: run pytest over fuzzycat/ to catch inline tests add support for key denylist | ||||
| * | pipenv: explicit regex dependency | Bryan Newbold | 2020-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | regex, unlike stdlib 're' module, has unicode support. I couldn't get pipenv to lock after adding this dependency, even though Pipfile.lock already includes regex as a sub-dependency of something else. | ||||
* | | update deps | Martin Czygan | 2020-11-12 | 1 | -3/+0 |
|/ | |||||
* | update deps | Martin Czygan | 2020-11-07 | 1 | -0/+3 |
| | |||||
* | update pipfile | Martin Czygan | 2020-11-06 | 1 | -0/+1 |
| | |||||
* | update Pipfile | Martin Czygan | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | add pydantic dependency | Martin Czygan | 2020-11-05 | 1 | -0/+2 |
| | |||||
* | update deps | Martin Czygan | 2020-11-05 | 1 | -0/+2 |
| | |||||
* | add tests | Martin Czygan | 2020-11-05 | 1 | -0/+1 |
| | |||||
* | update Pipfile | Martin Czygan | 2020-11-03 | 1 | -0/+1 |
| | |||||
* | include fuzzycat in Pipfile | Martin Czygan | 2020-11-02 | 1 | -0/+1 |
| | | | | > https://stackoverflow.com/q/50205311/89391 | ||||
* | v0.1.4 | Martin Czygan | 2020-11-02 | 1 | -0/+1 |
| | |||||
* | update deps | Martin Czygan | 2020-11-02 | 1 | -0/+1 |
| | |||||
* | update pipfile | Martin Czygan | 2020-11-02 | 1 | -0/+3 |
| | |||||
* | minimal runnable file, based on python 3.5 | Martin Czygan | 2020-10-31 | 1 | -5/+2 |
| | |||||
* | let make deps pipenv install use pre releases | Martin Czygan | 2020-08-12 | 1 | -1/+4 |
| | | | | | The problem appeared as black seems to be a pre-release, cf. https://github.com/microsoft/vscode-python/issues/5171. | ||||
* | basic scaffolding | Martin Czygan | 2020-08-12 | 1 | -0/+12 |