backto1


Namebackto1 JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryA small command line tool for converting openLCA 2 JSON packages back to version 1.
upload_time2022-12-12 13:14:04
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords openlca life cycle assessment lca
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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]
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "backto1",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "openLCA,life cycle assessment,LCA",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a9/44/913e9f1bbeecbc72bf4edabf84cd81b29ec077db199502959898451275fa/backto1-0.0.3.tar.gz",
    "platform": null,
    "description": "# backto1\r\n\r\n`backto1` is a small command line tool for converting JSON export packages\r\nfrom openLCA 2 back to the version 1 format.\r\n\r\n## Usage\r\nYou need to have Python >= 3.11 installed in order to run this tool. It can\r\nbe installed then via `pip`:\r\n\r\n```bash\r\n$ pip install backto1\r\n```\r\n\r\nTo see if it is correctly installed, run\r\n\r\n```bash\r\n$ backto1 help\r\n\r\n# or\r\n\r\n$ python -m backto1 help\r\n```\r\n\r\nThe usage is quite simple, you pass an openLCA 2 package as input into the\r\ntool and optionally, after the `-o` flag the path of the output file that should\r\nbe created (by default the output is stored under `[input file]_backto1.zip`):\r\n\r\n```bash\r\nbackto1 -o [output file] [input file]\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small command line tool for converting openLCA 2 JSON packages back to version 1.",
    "version": "0.0.3",
    "split_keywords": [
        "openlca",
        "life cycle assessment",
        "lca"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a562393c84731a6b7f51cebdf8b2608d",
                "sha256": "636f5815691f345ef58cdccfd7963b9f7409837ac1238a36b8983c0bbac38d98"
            },
            "downloads": -1,
            "filename": "backto1-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a562393c84731a6b7f51cebdf8b2608d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 11655,
            "upload_time": "2022-12-12T13:14:02",
            "upload_time_iso_8601": "2022-12-12T13:14:02.560069Z",
            "url": "https://files.pythonhosted.org/packages/ef/92/038481b5970e2b2186bcc53826316430d19bac943e6f4a9547d46ef98df9/backto1-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1ee8b26504b9d954bd3a2ea70960311d",
                "sha256": "45cc5062393eeab7fca424515a9b78aaf3bf8945c158f2c425572d117e748182"
            },
            "downloads": -1,
            "filename": "backto1-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1ee8b26504b9d954bd3a2ea70960311d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 11290,
            "upload_time": "2022-12-12T13:14:04",
            "upload_time_iso_8601": "2022-12-12T13:14:04.115845Z",
            "url": "https://files.pythonhosted.org/packages/a9/44/913e9f1bbeecbc72bf4edabf84cd81b29ec077db199502959898451275fa/backto1-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 13:14:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "backto1"
}
        
Elapsed time: 0.02377s