aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove pipenv related filesMartin Czygan2021-09-131-24/+24
| | | | | | | | | fuzzycat is mostly a library; the command line tool will switch to a bundled executable (e.g. via shiv) soon; removed pipenv in order to lower confusion which setup to use; also pipenv unfortunately at time cat take a bit of time to complete operations
* cleanup makefileMartin Czygan2021-09-131-2/+0
|
* Merge branch 'bnewbold-dev-setup'Martin Czygan2021-04-151-3/+1
|\ | | | | | | | | | | | | | | | | | | * bnewbold-dev-setup: dynaconf: switch to fuzzycat.config import across project upgrade to python3.8 gitlab CI: try 'make deps' and 'make test' makefile: run common commands inside pipenv makefile: change 'deps' to be simple --dev --deploy make fmt
| * makefile: run common commands inside pipenvBryan Newbold2021-04-131-7/+7
| |
| * makefile: change 'deps' to be simple --dev --deployBryan Newbold2021-04-131-3/+1
| | | | | | | | | | | | | | When I ran 'make deps' as-is, my pipenv mutated the Pipfile and started re-locking. This project isn't using 'black' any more, so don't need the --pre flag.
* | cleanup makefile, add pipenv commandsMartin Czygan2021-04-151-29/+7
|/
* update makefileMartin Czygan2021-02-191-17/+17
|
* try out xarMartin Czygan2021-02-021-0/+7
|
* make: converge to fmtMartin Czygan2021-02-021-2/+2
|
* make: console outputMartin Czygan2020-12-161-1/+1
|
* update makefileMartin Czygan2020-12-161-1/+3
|
* add another caseMartin Czygan2020-12-091-1/+1
|
* add more test casesMartin Czygan2020-11-251-1/+1
|
* cleanupMartin Czygan2020-11-241-0/+1
|
* fix testsMartin Czygan2020-11-131-1/+1
|
* make: run pytest over fuzzycat/ to catch inline testsBryan Newbold2020-11-101-3/+3
|
* cleanup mypy cacheMartin Czygan2020-11-101-0/+1
|
* add type annotationsMartin Czygan2020-11-061-0/+4
|
* fix isort invocationMartin Czygan2020-11-051-1/+1
|
* add testsMartin Czygan2020-11-051-0/+4
|
* address pylint issuesMartin Czygan2020-11-041-0/+5
|
* cleanup: coverageMartin Czygan2020-10-301-0/+1
|
* cluster variantsMartin Czygan2020-10-211-2/+2
|
* update MakefileMartin Czygan2020-09-141-0/+1
|
* include original and normalized name in default shelve (1G)Martin Czygan2020-08-151-0/+3
|
* update MakefileMartin Czygan2020-08-121-8/+12
|
* makefile: add container export downloadMartin Czygan2020-08-121-1/+6
|
* makefile: fix typoMartin Czygan2020-08-121-1/+1
|
* add coverage dependencyMartin Czygan2020-08-121-6/+11
|
* switch to yapfMartin Czygan2020-08-121-2/+3
|
* add makefile style targetMartin Czygan2020-08-121-2/+3
|
* cleanup build directory as wellMartin Czygan2020-08-121-0/+1
|
* let make deps pipenv install use pre releasesMartin Czygan2020-08-121-1/+3
| | | | | The problem appeared as black seems to be a pre-release, cf. https://github.com/microsoft/vscode-python/issues/5171.
* allow pypi uploadsMartin Czygan2020-08-121-2/+18
| | | | see: https://pypi.org/project/fuzzycat/
* basic scaffoldingMartin Czygan2020-08-121-0/+29