mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-02-16 00:00:07 +01:00
Revert "minor refactoring for dist"
This reverts commit 0c26aad39aa6ec6ec8681e76ad838ed2578cf0a1.
This commit is contained in:
parent
0c26aad39a
commit
16560cb884
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,5 +2,6 @@ build
|
||||
dist
|
||||
*.pyc
|
||||
.*
|
||||
openrefine_client.egg-info
|
||||
todo
|
||||
refine_client.egg-info
|
||||
refine.spec
|
||||
README.html
|
||||
|
@ -1,5 +1,4 @@
|
||||
include README.md
|
||||
include LICENSE
|
||||
prune docker
|
||||
prune tests
|
||||
prune todo
|
||||
include COPYING.txt
|
||||
recursive-include tests/data *.csv
|
||||
recursive-include tests *.py
|
||||
|
@ -1,12 +1,13 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer="felixlohmeier@opencultureconsulting.com"
|
||||
# The OpenRefine client provides an interface to communicating with an OpenRefine server and supports batch processing. It is focused on the command line interface (CLI) but may also be used as a Python library.
|
||||
# The OpenRefine Python Client Library from PaulMakepeace provides an interface to communicating with an OpenRefine server. This fork extends the command line interface (CLI) and supports communication between docker containers.
|
||||
# Source: https://github.com/opencultureconsulting/openrefine-client
|
||||
|
||||
# Install python, pip, unzip, curl and grep
|
||||
RUN apk add --no-cache \
|
||||
python \
|
||||
py-pip \
|
||||
unzip \
|
||||
curl \
|
||||
grep
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user