{ "info": { "author": "slowpoke", "author_email": "mail+pypi@slowpoke.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: System Administrators", "License :: Public Domain", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Topic :: System :: Networking", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "WPA_CONFIG(8)\n=============\n\nNAME\n----\nwpa_config - a small config manager for wpa_supplicant\n\nDESCRIPTION\n-----------\nwpa_config makes configuration of wpa_supplicant - the only sane way to use \nWLAN networks - a lot simpler. One of the only drawbacks of using bare \nwpa_supplicant when compared to unwieldy bloatware like NetworkManager, is the \nfact that mucking around in a single, large config file for all networks can\nbe quite cumbersome.\n\nWith wpa_config, every network is its own file in a folder, as are the options \nfor the wpa_supplicant. It simply merges all these files into a single file, \nwhich then becomes your wpa_supplicant.conf. It also provides utility functions \nfor quickly generating new entries.\n\nwpa_config does not manage the operation of wpa_supplicant. It's a config \nmanager, not a network manager. It might add a facility to restart \nwpa_supplicant using your init system in the future.\n\nFILES\n-----\nwpa_config uses three primary config files and a directory for network \nconfigurations. All of these are located in the CONFIG_ROOT directory, which by \ndefault is /etc/wpa_config.\n\nwpa_config.conf\n~~~~~~~~~~~~~~~\nThe configuration file for wpa_config itself. There are no settings so far, but \nthere might be some in the future (for example, choice of init system to \nrestart wpa_supplicant).\n\nwpa_supplicant.conf.head\n~~~~~~~~~~~~~~~~~~~~~~~~\nThis file contains settings for wpa_supplicant, for example the ctrl_interface \nor the eapol_version.\n\nwpa_supplicant.conf.tail\n~~~~~~~~~~~~~~~~~~~~~~~~\nThis file is appended to the generated config. It's a great way to migrate your \ncurrently configured networks, no need to reconfigure them.\n\nnetworks.d/\n~~~~~~~~~~~\nThis directory contains the configurations for the single networks. Every file \nin it should be in the form \"$\\{SSID\\}.conf\".\n\nCOMMANDS\n--------\nwpa_config has severeal subcommands which do all the work.\n\nadd\n~~~\nCreate a new file in the network directory. Currently, this only works for WPA \nsecured and open (unencrypted) networks. Specifying more options ( WEP, ad-hoc, \netc) will be added later.\n\ndel\n~~~\nDelete a network in the network directory, if it exists.\n\nshow\n~~~~\nPrint the configuration of a network.\n\nedit\n~~~~\nOpen an editor (specified by the EDITOR environment variable) to change the \nconfig of a network.\n\nlist\n~~~~\nList all networks configured through wpa_config. Note that this does not list \nnetworks configured in wpa_supplicant.conf.tail.\n\nmake\n~~~~\nMerge all config and network files into wpa_supplicant.conf, writing it to \nWPA_SUPPLICANT_CONFIG (usually /etc/wpa_supplicant/wpa_supplicant.conf).\n\nmigrate\n~~~~~~~\nMigrate your old wpa_supplicant.conf to wpa_config. This extracts all \nconfigured (and uncommented) networks from wpa_supplicant.conf, and creates \nsingle config files in the networks.d/ directory for them. This strips all \ncomments, so be careful.\n\nhelp\n~~~~\nShow a help message. Same as specifying -h or --help.\n\nSEE ALSO\n--------\n* wpa_supplicant(8)\n* wpa_supplicant.conf(8)\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/proxypoke/wpa_config/archive/0.2.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/proxypoke/wpa_config", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "wpa_config", "package_url": "https://pypi.org/project/wpa_config/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wpa_config/", "project_urls": { "Download": "https://github.com/proxypoke/wpa_config/archive/0.2.1.tar.gz", "Homepage": "https://github.com/proxypoke/wpa_config" }, "release_url": "https://pypi.org/project/wpa_config/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "a simple config manager for wpa_supplicant", "version": "0.2.1" }, "last_serial": 938578, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "433acc270264fd1eb3903a28b171ddcb", "sha256": "3178a57d86f756b32cdc24663c2c84ac1de2988bcd33ebcfdb647bb818926911" }, "downloads": -1, "filename": "wpa_config-0.1.tar.gz", "has_sig": false, "md5_digest": "433acc270264fd1eb3903a28b171ddcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6308, "upload_time": "2013-12-04T22:49:31", "url": "https://files.pythonhosted.org/packages/fe/36/075b6a6bba8dba4583137ef35ebb8fce7fe4c0a67688ec5ba9787cbcc18b/wpa_config-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "38c199687fd465aca59e10d22b0bbd26", "sha256": "2dd96037219a6a4ccc76b87de046904a9cfbf3441869fee585a123ab8b01767a" }, "downloads": -1, "filename": "wpa_config-0.2.tar.gz", "has_sig": false, "md5_digest": "38c199687fd465aca59e10d22b0bbd26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7580, "upload_time": "2013-12-07T03:26:43", "url": "https://files.pythonhosted.org/packages/12/69/fe41f6873048b6a44c6100378a26ce9b0aea01356ce2a23e3247a22d2e07/wpa_config-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d4014e2a0b449b6f9a7a52f311ba22cb", "sha256": "9f974ae5c9eccbb22740a6f227691bc850c70bfcf7f837652dfa5387c4cde081" }, "downloads": -1, "filename": "wpa_config-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d4014e2a0b449b6f9a7a52f311ba22cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7592, "upload_time": "2013-12-07T22:22:30", "url": "https://files.pythonhosted.org/packages/59/58/80fd2dfa770dc60aad08801ac0337255dfa2fc276ef91e7b7c18c4cc9f84/wpa_config-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4014e2a0b449b6f9a7a52f311ba22cb", "sha256": "9f974ae5c9eccbb22740a6f227691bc850c70bfcf7f837652dfa5387c4cde081" }, "downloads": -1, "filename": "wpa_config-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d4014e2a0b449b6f9a7a52f311ba22cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7592, "upload_time": "2013-12-07T22:22:30", "url": "https://files.pythonhosted.org/packages/59/58/80fd2dfa770dc60aad08801ac0337255dfa2fc276ef91e7b7c18c4cc9f84/wpa_config-0.2.1.tar.gz" } ] }