Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/backto1
https://github.com/greendelta/backto1
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/backto1
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2022-11-28T14:55:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T13:09:56.000Z (about 2 years ago)
- Last Synced: 2024-12-12T04:35:24.687Z (about 1 month ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backto1
`backto1` is a small command line tool for converting JSON export packages
from openLCA 2 back to the version 1 format.## Usage
You need to have Python >= 3.11 installed in order to run this tool. It can
be installed then via `pip`:```bash
$ pip install backto1
```To see if it is correctly installed, run
```bash
$ backto1 help# or
$ python -m backto1 help
```The usage is quite simple, you pass an openLCA 2 package as input into the
tool and optionally, after the `-o` flag the path of the output file that should
be created (by default the output is stored under `[input file]_backto1.zip`):```bash
backto1 -o [output file] [input file]
```