loci-cli


Nameloci-cli JSON
Version 0.20241001.33235 PyPI version JSON
download
home_pagehttps://loci-notes.gitlab.io/clients/cli
SummaryThe official Loci Notes CLI tool.
upload_time2024-10-01 03:32:50
maintainerNone
docs_urlNone
authorTheTwitchy
requires_python<4.0,>=3.10
licenseGPL-3.0-or-later
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
`pip install loci-cli`

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

#### Local
`git clone https://gitlab.com/loci-notes/loci-cli && pip install 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://loci-notes.gitlab.io/clients/cli",
    "name": "loci-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "TheTwitchy",
    "author_email": "thetwitchy@thetwitchy.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/72/67971c1ef73b3e444037a93432473b8d3f5547c4fb5d3de8609818a66a60/loci_cli-0.20241001.33235.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`pip install loci-cli`\n\n### Latest\n#### Remote\n`pip install git+https://gitlab.com/loci-notes/loci-cli`\n\n#### Local\n`git clone https://gitlab.com/loci-notes/loci-cli && pip install 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": "GPL-3.0-or-later",
    "summary": "The official Loci Notes CLI tool.",
    "version": "0.20241001.33235",
    "project_urls": {
        "Homepage": "https://loci-notes.gitlab.io/clients/cli",
        "Repository": "https://gitlab.com/loci-notes/loci-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8e6df9c773119156fcb084a57e88fa70c38fa0069c820f19c982d6edb31547d",
                "md5": "b4496484797884f1c3b4779fb2b2a7e6",
                "sha256": "3f01edf4025e1b5d0d589a11dd25792e1c5a4897c52636eae501ef52127b6357"
            },
            "downloads": -1,
            "filename": "loci_cli-0.20241001.33235-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4496484797884f1c3b4779fb2b2a7e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 30415,
            "upload_time": "2024-10-01T03:32:49",
            "upload_time_iso_8601": "2024-10-01T03:32:49.383991Z",
            "url": "https://files.pythonhosted.org/packages/f8/e6/df9c773119156fcb084a57e88fa70c38fa0069c820f19c982d6edb31547d/loci_cli-0.20241001.33235-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e17267971c1ef73b3e444037a93432473b8d3f5547c4fb5d3de8609818a66a60",
                "md5": "da4e197c093efba02cfaa05ec02e7a81",
                "sha256": "054865df6c192793b3215f71047399f01e4c24385e6ae92646002ebabd6d1a21"
            },
            "downloads": -1,
            "filename": "loci_cli-0.20241001.33235.tar.gz",
            "has_sig": false,
            "md5_digest": "da4e197c093efba02cfaa05ec02e7a81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 25202,
            "upload_time": "2024-10-01T03:32:50",
            "upload_time_iso_8601": "2024-10-01T03:32:50.604014Z",
            "url": "https://files.pythonhosted.org/packages/e1/72/67971c1ef73b3e444037a93432473b8d3f5547c4fb5d3de8609818a66a60/loci_cli-0.20241001.33235.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 03:32:50",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "loci-notes",
    "gitlab_project": "loci-cli",
    "lcname": "loci-cli"
}
        
Elapsed time: 0.49005s