aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-30 17:53:34 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-10-30 17:53:34 +0100
commitafa5a1c1ed6b10ffa9aae60c4a50c0adaed0c67f (patch)
tree0601d29eb7f1dc3f2a4414dc221708b11db67ad7 /README.md
parent2b216f17fccf6ff90b41ca972bf1730078cc6180 (diff)
downloadfuzzycat-afa5a1c1ed6b10ffa9aae60c4a50c0adaed0c67f.tar.gz
fuzzycat-afa5a1c1ed6b10ffa9aae60c4a50c0adaed0c67f.zip
wip: notes on packaging
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41ef9d4..cf50bbe 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Fuzzy matching publications for [fatcat](https://fatcat.wiki).
* [fuzzycat](https://pypi.org/project/fuzzycat/)
+Note: This is currently work-in-progress.
+
## Motivation
Most of the results on sites like [Google
@@ -21,6 +23,18 @@ other document) to the existing records.
This repository contains both generic code for matching as well as fatcat
specific code using the fatcat openapi client.
+## Running and Deployment
+
+* The library code can be used via
+ [fuzzycat](https://pypi.org/project/fuzzycat/) project.
+* The command line tool depends on [Pipenv](https://pypi.org/project/pipenv/),
+ the workflow is to use a git checkout, then run `pipenv run python -m
+fuzzycat.main ...` or other executable modules.
+
+For the future, an independent [pex](https://github.com/pantsbuild/pex) or
+[shiv](https://github.com/linkedin/shiv) executable would be a convenient
+option.
+
## Approach
* Local code, with command line entry points for matching as well as adapter