swenv


Nameswenv JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummarySwitch system and application settings based on the detected network environment.
upload_time2025-07-28 02:52:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.2
licenseNone
keywords environment env linux workstation station switch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            swenv
======

Switch system and application settings based on the detected network environment.


## Quick start

Prerequisites: Python (version >= 3.9.2)
- [Download for Windows](https://www.python.org/downloads/)
- Install on Linux Debian / Ubuntu: `sudo apt install python3-venv`

To install using the [published PyPI package](https://pypi.org/project/swenv/), run:

    pip install swenv
    swenv configure

To install from the [source repositority](https://gitlab.com/ipamo/swenv.git), run:

    git clone https://gitlab.com/ipamo/swenv.git
    cd swenv
    python -m swenv configure

The application can then be executed directly. Example:

    swenv

To view available options, run:

    swenv --help


## Contributing

Pull requests are welcome.

See [contributing guidelines](https://gitlab.com/ipamo/swenv/-/blob/main/CONTRIBUTING.md).


## Legal

This project is licensed under the terms of the [MIT license](https://gitlab.com/ipamo/swenv/-/blob/main/LICENSE.txt).

Logo designed by [Freepik - Flaticon](https://www.flaticon.com/free-icon/global-network_4207232) (free with required attribution).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "swenv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.2",
    "maintainer_email": null,
    "keywords": "environment, env, linux, workstation, station, switch",
    "author": null,
    "author_email": "S\u00e9bastien Hocquet <seb@ipamo.net>",
    "download_url": null,
    "platform": null,
    "description": "swenv\n======\n\nSwitch system and application settings based on the detected network environment.\n\n\n## Quick start\n\nPrerequisites: Python (version >= 3.9.2)\n- [Download for Windows](https://www.python.org/downloads/)\n- Install on Linux Debian / Ubuntu: `sudo apt install python3-venv`\n\nTo install using the [published PyPI package](https://pypi.org/project/swenv/), run:\n\n    pip install swenv\n    swenv configure\n\nTo install from the [source repositority](https://gitlab.com/ipamo/swenv.git), run:\n\n    git clone https://gitlab.com/ipamo/swenv.git\n    cd swenv\n    python -m swenv configure\n\nThe application can then be executed directly. Example:\n\n    swenv\n\nTo view available options, run:\n\n    swenv --help\n\n\n## Contributing\n\nPull requests are welcome.\n\nSee [contributing guidelines](https://gitlab.com/ipamo/swenv/-/blob/main/CONTRIBUTING.md).\n\n\n## Legal\n\nThis project is licensed under the terms of the [MIT license](https://gitlab.com/ipamo/swenv/-/blob/main/LICENSE.txt).\n\nLogo designed by [Freepik - Flaticon](https://www.flaticon.com/free-icon/global-network_4207232) (free with required attribution).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Switch system and application settings based on the detected network environment.",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/ipamo/swenv",
        "Homepage": "https://gitlab.com/ipamo/swenv"
    },
    "split_keywords": [
        "environment",
        " env",
        " linux",
        " workstation",
        " station",
        " switch"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d84afbfcc0183ce2154558df4f88144bee5cbe4f32e264640c06f123345a6c3e",
                "md5": "f20dbc6463ab3ef1c354f447529260f9",
                "sha256": "2284dfaf15bc9bef2e750718d66c94eae226a796a345405cec27a1cf9589f873"
            },
            "downloads": -1,
            "filename": "swenv-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f20dbc6463ab3ef1c354f447529260f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.2",
            "size": 34588,
            "upload_time": "2025-07-28T02:52:27",
            "upload_time_iso_8601": "2025-07-28T02:52:27.440179Z",
            "url": "https://files.pythonhosted.org/packages/d8/4a/fbfcc0183ce2154558df4f88144bee5cbe4f32e264640c06f123345a6c3e/swenv-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 02:52:27",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "ipamo",
    "gitlab_project": "swenv",
    "lcname": "swenv"
}
        
Elapsed time: 1.40775s