convars


Nameconvars JSON
Version 0.2.0 PyPI version JSON
download
home_page
Summary
upload_time2024-02-09 18:53:29
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Conda (and Mamba) come with a feature for setting environment variables. However, the commands are cumbersome and there is no easy way to set/unset many variables at once. This CLI tool simplifies the command syntax and allows loading variables from file (i.e. .env)   

### Install
```bash
pip instal convars
```

### Usage
```
Usage: convars [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  clear   Clear all environment variables from the active environment.
  load    Add environment variables from a file to the active environment.
  set     Set an environment variable in the active environment.
  show    Show environment variables in the active environment.
  unload  Remove environment variables listed in file from the active environment.
  unset   Remove an environment variable from the active environment.
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "convars",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Dan Kelleher <kelleherjdan@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "Conda (and Mamba) come with a feature for setting environment variables. However, the commands are cumbersome and there is no easy way to set/unset many variables at once. This CLI tool simplifies the command syntax and allows loading variables from file (i.e. .env)   \n\n### Install\n```bash\npip instal convars\n```\n\n### Usage\n```\nUsage: convars [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  clear   Clear all environment variables from the active environment.\n  load    Add environment variables from a file to the active environment.\n  set     Set an environment variable in the active environment.\n  show    Show environment variables in the active environment.\n  unload  Remove environment variables listed in file from the active environment.\n  unset   Remove an environment variable from the active environment.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3979854b5d9724f16f08c4f30c8cb3166db6644e3cb181bf338cfae0a4e1cb7b",
                "md5": "d875d9d4d069df1f57e3c61ccba89ea9",
                "sha256": "8ed539d619cdc0e4acd95bddadfb8a6147bc35323457ddeb7d84267a60f2e209"
            },
            "downloads": -1,
            "filename": "convars-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d875d9d4d069df1f57e3c61ccba89ea9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2763,
            "upload_time": "2024-02-09T18:53:29",
            "upload_time_iso_8601": "2024-02-09T18:53:29.851214Z",
            "url": "https://files.pythonhosted.org/packages/39/79/854b5d9724f16f08c4f30c8cb3166db6644e3cb181bf338cfae0a4e1cb7b/convars-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 18:53:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "convars"
}
        
Elapsed time: 0.17951s