Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbv/vzg.jconv
https://github.com/gbv/vzg.jconv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbv/vzg.jconv
- Owner: gbv
- License: agpl-3.0
- Created: 2020-02-07T10:19:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T11:32:56.000Z (12 months ago)
- Last Synced: 2024-04-14T12:58:49.032Z (10 months ago)
- Language: Python
- Size: 163 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VZG Schema Converter Library
This library converts specific metadata files to [JSON VZG Schema](https://github.com/gbv/articleformat).
## Metadata sources
- [JATS](https://jats.nlm.nih.gov/archiving/)
## Installation
```console
foo@bar:~$ python3 -m venv vzg.jconv
foo@bar:~$ cd vzg.jconv
foo@bar:~$ source bin/activate
(vzg.jconv) foo@bar:~$ pip install --upgrade pip
(vzg.jconv) foo@bar:~$ pip install vzg.jconv
(vzg.jconv) foo@bar:~$ simple-conv -h
```