Easy to use, web-based version of the DSpace CSV Metadata Quality checker application. https://fierce-ocean-30836.herokuapp.com
Go to file
Alan Orth 56e319b5d0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is failing Details
Regenerate static assets
npm run build
2023-02-23 15:39:46 +03:00
.github/workflows .github/workflows/python-app.yml: use Python 3.10 2022-01-30 13:46:17 +03:00
csv_metadata_quality_web Regenerate static assets 2023-02-23 15:39:46 +03:00
source/scss Bump Bootstrap version 2023-02-23 15:39:20 +03:00
static/css Fix path to style.min.css 2021-05-25 21:11:33 +03:00
.drone.yml .drone.yml: build on Python 3.10 too 2022-07-02 11:44:48 +03:00
.gitignore .gitignore: Ignore sqlite requests response cache 2021-03-14 11:36:46 +02:00
LICENSE.txt LICENSE.txt: Use GPLv3 instead of AGPLv3 2021-03-14 13:05:32 +02:00
README.md Remove old Google and Heroku stuff 2023-02-23 14:51:00 +03:00
package-lock.json Bump Bootstrap version 2023-02-23 15:39:20 +03:00
package.json Bump Bootstrap version 2023-02-23 15:39:20 +03:00
poetry.lock poetry.lock: run poetry update 2023-02-23 14:42:40 +03:00
pyproject.toml pyproject.toml: bump version to v0.0.4 2023-02-23 14:48:54 +03:00
requirements-dev.txt Update requirements 2023-02-23 14:43:25 +03:00
requirements.txt Update requirements 2023-02-23 14:43:25 +03:00
screenshot.png Update screenshot.png 2022-01-30 13:35:51 +03:00
setup.cfg Add configuration for isort 2021-03-12 22:59:57 +02:00

README.md

Online DSpace CSV Metadata Quality Checker

Build Status Code style: black

Screenshot of csv-metadata-quality-web on Heroku

Usage

Create a Python 3.9+ virtual environment and install the dependencies:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Running Locally

$ gunicorn csv_metadata_quality_web.main

And then visit http://localhost:8000/ in your browser.

License

This work is licensed under the GPLv3.

The license allows you to use and modify the work for personal and commercial purposes, but if you distribute the work you must provide users with a means to access the source code for the version you are distributing. Read more about the GPLv3 at TL;DR Legal.