loci-cli


Nameloci-cli JSON
Version 0.20240319.24647 PyPI version JSON
download
home_pagehttps://gitlab.com/loci-notes/loci-cli
SummaryThe official Loci CLI tool and Python client library.
upload_time2024-03-19 02:47:02
maintainer
docs_urlNone
authorTheTwitchy
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Loci CLI Tool and Client Library
The official Loci CLI tool and Python client library. The CLI tool performs basic Loci Notes tasks from any command line, and the Python library can be used to build other Python clients.

**IMPORTANT: LOCI NOTES AS A WHOLE IS UNDERGOING REFACTORING, USE THE VERSION SPECIFIED BELOW TO MAKE SURE EVERYTTHING WORKS TOGETHER** 

## Docs
https://loci-notes.gitlab.io/clients/cli

## Installation
### Standard
`pip3 install loci-cli==0.10.1`

### Latest
`pip3 install git+https://gitlab.com/loci-notes/loci-cli`

### Development
```bash
pip install poetry
poetry config virtualenvs.in-project true
poetry install --with dev
poetry run loci --help
```

Use VS Code for development and debugging.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/loci-notes/loci-cli",
    "name": "loci-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "TheTwitchy",
    "author_email": "the.twitchy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/89/d3/ab579bfd93b8b2b6d0f04bbdcea9bd7b401bf39fbb752654980d684acf70/loci_cli-0.20240319.24647.tar.gz",
    "platform": null,
    "description": "# Loci CLI Tool and Client Library\nThe official Loci CLI tool and Python client library. The CLI tool performs basic Loci Notes tasks from any command line, and the Python library can be used to build other Python clients.\n\n**IMPORTANT: LOCI NOTES AS A WHOLE IS UNDERGOING REFACTORING, USE THE VERSION SPECIFIED BELOW TO MAKE SURE EVERYTTHING WORKS TOGETHER** \n\n## Docs\nhttps://loci-notes.gitlab.io/clients/cli\n\n## Installation\n### Standard\n`pip3 install loci-cli==0.10.1`\n\n### Latest\n`pip3 install git+https://gitlab.com/loci-notes/loci-cli`\n\n### Development\n```bash\npip install poetry\npoetry config virtualenvs.in-project true\npoetry install --with dev\npoetry run loci --help\n```\n\nUse VS Code for development and debugging.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The official Loci CLI tool and Python client library.",
    "version": "0.20240319.24647",
    "project_urls": {
        "Homepage": "https://gitlab.com/loci-notes/loci-cli",
        "Repository": "https://gitlab.com/loci-notes/loci-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59dec6cb554fb318656da8de7594857e8795716f1ed067f6da1ae6ccd4935841",
                "md5": "2fcbfa08c4ab3889444d15920c737f10",
                "sha256": "f9c6a2ef7831cafadea127c3b8a2d1093b092ffb914d551555fcbfe9129a82d2"
            },
            "downloads": -1,
            "filename": "loci_cli-0.20240319.24647-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fcbfa08c4ab3889444d15920c737f10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 24158,
            "upload_time": "2024-03-19T02:47:00",
            "upload_time_iso_8601": "2024-03-19T02:47:00.370347Z",
            "url": "https://files.pythonhosted.org/packages/59/de/c6cb554fb318656da8de7594857e8795716f1ed067f6da1ae6ccd4935841/loci_cli-0.20240319.24647-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89d3ab579bfd93b8b2b6d0f04bbdcea9bd7b401bf39fbb752654980d684acf70",
                "md5": "2b1137710f4de5e8fe4052b6a34e752b",
                "sha256": "ae82b9ee4a9b800b79ceb9715af4c3757958500bf92e84028ade348ca9be65f0"
            },
            "downloads": -1,
            "filename": "loci_cli-0.20240319.24647.tar.gz",
            "has_sig": false,
            "md5_digest": "2b1137710f4de5e8fe4052b6a34e752b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 22280,
            "upload_time": "2024-03-19T02:47:02",
            "upload_time_iso_8601": "2024-03-19T02:47:02.092878Z",
            "url": "https://files.pythonhosted.org/packages/89/d3/ab579bfd93b8b2b6d0f04bbdcea9bd7b401bf39fbb752654980d684acf70/loci_cli-0.20240319.24647.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 02:47:02",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "loci-notes",
    "gitlab_project": "loci-cli",
    "lcname": "loci-cli"
}
        
Elapsed time: 0.24853s