opends-cli


Nameopends-cli JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA command line client for running opendata.studio datakits
upload_time2024-10-20 23:54:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # opendata.studio CLI

A command line client for running opendata.studio datakits.

View usage documentation at [docs/README.md](https://github.com/opendatastudio/cli/blob/main/docs/README.md).


## Development

To install and test locally, navigate to the datakit directory you want to
test.
```
cd /path/to/datakit
```

Create a virtualenv and install the CLI via pip in local mode:
```
python -m venv .venv
source .venv/bin/activate
pip install -e [/path/to/cli]
```

You can now run the CLI script with:
```
opends
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opends-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Varvara Efremova <varvara@echus.co>, James Wilmot <jameswilmot2000@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/db/66/8df7cb7edad4fa79bf0bd2ffabae017299c47b2699811c23dde739269bca/opends_cli-0.1.2.tar.gz",
    "platform": null,
    "description": "# opendata.studio CLI\n\nA command line client for running opendata.studio datakits.\n\nView usage documentation at [docs/README.md](https://github.com/opendatastudio/cli/blob/main/docs/README.md).\n\n\n## Development\n\nTo install and test locally, navigate to the datakit directory you want to\ntest.\n```\ncd /path/to/datakit\n```\n\nCreate a virtualenv and install the CLI via pip in local mode:\n```\npython -m venv .venv\nsource .venv/bin/activate\npip install -e [/path/to/cli]\n```\n\nYou can now run the CLI script with:\n```\nopends\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A command line client for running opendata.studio datakits",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/opendatastudio/cli/issues",
        "Homepage": "https://github.com/opendatastudio/cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de8f067c7165f7049daac0500d49c849a67558f7b80901c2fe3addaf62b3521c",
                "md5": "9913f47ec6e646e7cc23f0f055014ebf",
                "sha256": "1eb6a2a04321eb17d0a493cd9384e6776825cefcf6cec812e8648e0462440144"
            },
            "downloads": -1,
            "filename": "opends_cli-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9913f47ec6e646e7cc23f0f055014ebf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8635,
            "upload_time": "2024-10-20T23:54:39",
            "upload_time_iso_8601": "2024-10-20T23:54:39.692559Z",
            "url": "https://files.pythonhosted.org/packages/de/8f/067c7165f7049daac0500d49c849a67558f7b80901c2fe3addaf62b3521c/opends_cli-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db668df7cb7edad4fa79bf0bd2ffabae017299c47b2699811c23dde739269bca",
                "md5": "dec43b54130a6c7acc13e8bd78a785ba",
                "sha256": "6892efd566d0176510ec7f4ca7cb76627779c98c0f8de25ba6473f39891b2438"
            },
            "downloads": -1,
            "filename": "opends_cli-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "dec43b54130a6c7acc13e8bd78a785ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 8987,
            "upload_time": "2024-10-20T23:54:41",
            "upload_time_iso_8601": "2024-10-20T23:54:41.720415Z",
            "url": "https://files.pythonhosted.org/packages/db/66/8df7cb7edad4fa79bf0bd2ffabae017299c47b2699811c23dde739269bca/opends_cli-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 23:54:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opendatastudio",
    "github_project": "cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "opends-cli"
}
        
Elapsed time: 0.69851s