{ "info": { "author": "Dwight Hubbard", "author_email": "d@d-h.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: POSIX :: BSD :: FreeBSD", "Operating System :: POSIX :: Linux", "Operating System :: POSIX :: SunOS/Solaris", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "confset\n*******\n\n.. image:: https://travis-ci.org/dwighthubbard/confset.svg?branch=master\n :target: https://travis-ci.org/dwighthubbard/confset\n\nSet and view values for package default settings from the command line.\n\nInstalling confset\n==================\n\nConfset is a normal python package and can be installed using pip.\n\n.. code-block::\n\n pip install confset\n\nUsing confset from the command line\n===================================\n\nHere are some simple examples of using the confset command from the\ncommand line.\n\nShowing all settings\n~~~~~~~~~~~~~~~~~~~~\n\nRunning confset without arguments will show all configuration\nsettings on the system.\n\n.. code-block::\n\n $ confset\n console-setup.VERBOSE_OUTPUT=\"no\"\n console-setup.ACTIVE_CONSOLES=\"/dev/tty[1-6]\"\n console-setup.CHARMAP=\"UTF-8\"\n console-setup.CODESET=\"Uni2\"\n console-setup.FONTFACE=\"Fixed\"\n console-setup.FONTSIZE=\"16\"\n devpts.TTYGRP=5\n devpts.TTYMODE=620\n halt.HALT=poweroff\n keyboard.XKBMODEL=\"pc105\"\n keyboard.XKBLAYOUT=\"us\"\n keyboard.XKBVARIANT=\"\"\n keyboard.XKBOPTIONS=\"\"\n nss.ADJUNCT_AS_SHADOW=TRUE\n ntpdate.NTPDATE_USE_NTP_CONF=yes\n ntpdate.NTPSERVERS=\"ntp.ubuntu.com\"\n ntpdate.NTPOPTIONS=\"\"\n rcS.UTC=yes\n rsyslog.RSYSLOGD_OPTIONS=\"\"\n useradd.SHELL=/bin/sh\n $\n\n\nShowing settings and any help comments associated with them\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe --info flag tells confset to show the settings along with\nany comment or help text associated with the setting in the\nconfiguration file.\n\n.. code-block::\n\n $ confset --info\n console-setup.VERBOSE_OUTPUT=\"no\" - Change to \"yes\" and setupcon will explain what is being doing\n console-setup.ACTIVE_CONSOLES=\"/dev/tty[1-6]\" - Setup these consoles. Most people do not need to change this.\n console-setup.CHARMAP=\"UTF-8\" - Put here your encoding. Valid charmaps are: UTF-8 ARMSCII-8 CP1251\n CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342\n ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6\n ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13\n ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII\n console-setup.CODESET=\"Uni2\" - The codeset determines which symbols are supported by the font.\n Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian\n Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3\n Vietnamese. Read README.fonts for explanation.\n console-setup.FONTFACE=\"Fixed\" - Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes\n 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes\n 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14\n and 16) and Fixed (sizes 13, 14, 15, 16 and 18). Only when\n CODESET=Ethiopian: Goha (sizes 12, 14 and 16) and\n GohaClassic (sizes 12, 14 and 16).\n Set FONTFACE and FONTSIZE to empty strings if you want setupcon to\n set up the keyboard but to leave the console font unchanged.\n console-setup.FONTSIZE=\"16\"\n devpts.TTYGRP=5 - GID of the `tty' group\n devpts.TTYMODE=620 - Set to 600 to have `mesg n' be the default\n halt.HALT=poweroff - Default behaviour of shutdown -h / halt. Set to \"halt\" or \"poweroff\".\n keyboard.XKBMODEL=\"pc105\"\n keyboard.XKBLAYOUT=\"us\"\n keyboard.XKBVARIANT=\"\"\n keyboard.XKBOPTIONS=\"\"\n nss.ADJUNCT_AS_SHADOW=TRUE - /etc/default/nss\n This file can theoretically contain a bunch of customization variables\n for Name Service Switch in the GNU C library. For now there are only\n four variables:\n NETID_AUTHORITATIVE\n If set to TRUE, the initgroups() function will accept the information\n from the netid.byname NIS map as authoritative. This can speed up the\n function significantly if the group.byname map is large. The content\n of the netid.byname map is used AS IS. The system administrator has\n to make sure it is correctly generated.\n NETID_AUTHORITATIVE=TRUE\n SERVICES_AUTHORITATIVE\n If set to TRUE, the getservbyname{,_r}() function will assume\n services.byservicename NIS map exists and is authoritative, particularly\n that it contains both keys with /proto and without /proto for both\n primary service names and service aliases. The system administrator\n has to make sure it is correctly generated.\n SERVICES_AUTHORITATIVE=TRUE\n SETENT_BATCH_READ\n If set to TRUE, various setXXent() functions will read the entire\n database at once and then hand out the requests one by one from\n memory with every getXXent() call. Otherwise each getXXent() call\n might result into a network communication with the server to get\n the next entry.\n SETENT_BATCH_READ=TRUE\n ADJUNCT_AS_SHADOW\n If set to TRUE, the passwd routines in the NIS NSS module will not\n use the passwd.adjunct.byname tables to fill in the password data\n in the passwd structure. This is a security problem if the NIS\n server cannot be trusted to send the passwd.adjuct table only to\n privileged clients. Instead the passwd.adjunct.byname table is\n used to synthesize the shadow.byname table if it does not exist.\n ntpdate.NTPDATE_USE_NTP_CONF=yes - Set to \"yes\" to take the server list from /etc/ntp.conf, from package ntp,\n so you only have to keep it in one place.\n ntpdate.NTPSERVERS=\"ntp.ubuntu.com\" - List of NTP servers to use (Separate multiple servers with spaces.)\n Not used if NTPDATE_USE_NTP_CONF is yes.\n ntpdate.NTPOPTIONS=\"\" - Additional options to pass to ntpdate\n rcS.UTC=yes - assume that the BIOS clock is set to UTC time (recommended)\n rsyslog.RSYSLOGD_OPTIONS=\"\" - Options for rsyslogd\n -x disables DNS lookups for remote messages\n See rsyslogd(8) for more details\n useradd.SHELL=/bin/sh - Default values for useradd(8)\n The SHELL variable specifies the default login shell on your\n system.\n Similar to DHSELL in adduser. However, we use \"sh\" here because\n useradd is a low level utility and should be as general\n as possible\n $\n\nSee the settings and current values for the rsyslog daemon\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nHere's an example of modifying the rsyslog daemon configuration file. On\nUbuntu this configuration is stored in the file /etc/default/rsyslog. The\ndefault configuration file looks like this:\n\n.. code-block::\n\n # Options for rsyslogd\n # -x disables DNS lookups for remote messages\n # See rsyslogd(8) for more details\n RSYSLOGD_OPTIONS=\"\"\n\n\nWe can see by looking at the file above it only has a single configuration\nsetting (RSYSLOGD_OPTIONS). We can display the settings from this file\nusing confset like this:\n\n\n.. code-block::\n\n $ confset --info rsyslog\n rsyslog.RSYSLOGD_OPTIONS=\"\" - Options for rsyslogd\n -x disables DNS lookups for remote messages\n See rsyslogd(8) for more details\n $\n\n\nTo disable DNS lookups, using confset we would run the following command:\n\n\n.. code-block::\n\n $ confset rsyslog.RSYSLOGD_OPTIONS='\"-x\"'\n $\n\n\nNow if we look at the configuration file the setting is at the new value.\n\n\n.. code-block::\n\n $ confset --info rsyslog\n rsyslog.RSYSLOGD_OPTIONS=\"-x\" - Options for rsyslogd\n -x disables DNS lookups for remote messages\n See rsyslogd(8) for more details\n $ cat /etc/default/rsyslog\n # Options for rsyslogd\n # -x disables DNS lookups for remote messages\n # See rsyslogd(8) for more details\n RSYSLOGD_OPTIONS=\"-x\"\n $\n\n\nUsing confset from python\n=========================\n\nHere are some simple examples of using the confset python module.\n\n\nGetting all system settings as a dictionary\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe confset settings function can be used to access all system settings\nas a dictionary.\n\n.. code-block:: python\n\n >>> import confset\n >>> confset.settings()\n {'nss.ADJUNCT_AS_SHADOW': {'help': ['/etc/default/nss', 'This file can theoretically contain a bunch of customization variables', 'for Name Service Switch in the GNU C library. For now there are only', 'four variables:', 'NETID_AUTHORITATIVE', 'If set to TRUE, the initgroups() function will accept the information', 'from the netid.byname NIS map as authoritative. This can speed up the', 'function significantly if the group.byname map is large. The content', 'of the netid.byname map is used AS IS. The system administrator has', 'to make sure it is correctly generated.', 'NETID_AUTHORITATIVE=TRUE', 'SERVICES_AUTHORITATIVE', 'If set to TRUE, the getservbyname{,_r}() function will assume', 'services.byservicename NIS map exists and is authoritative, particularly', 'that it contains both keys with /proto and without /proto for both', 'primary service names and service aliases. The system administrator', 'has to make sure it is correctly generated.', 'SERVICES_AUTHORITATIVE=TRUE', 'SETENT_BATCH_READ', 'If set to TRUE, various setXXent() functions will read the entire', 'database at once and then hand out the requests one by one from', 'memory with every getXXent() call. Otherwise each getXXent() call', 'might result into a network communication with the server to get', 'the next entry.', 'SETENT_BATCH_READ=TRUE', 'ADJUNCT_AS_SHADOW', 'If set to TRUE, the passwd routines in the NIS NSS module will not', 'use the passwd.adjunct.byname tables to fill in the password data', 'in the passwd structure. This is a security problem if the NIS', 'server cannot be trusted to send the passwd.adjuct table only to', 'privileged clients. Instead the passwd.adjunct.byname table is', 'used to synthesize the shadow.byname table if it does not exist.'], 'value': 'TRUE'}, 'keyboard.XKBOPTIONS': {'help': [], 'value': '\"\"'}, 'devpts.TTYGRP': {'help': [\"GID of the `tty' group\"], 'value': '5'}, 'keyboard.XKBVARIANT': {'help': [], 'value': '\"\"'}, 'console-setup.ACTIVE_CONSOLES': {'help': ['Setup these consoles. Most people do not need to change this.'], 'value': '\"/dev/tty[1-6]\"'}, 'keyboard.XKBMODEL': {'help': [], 'value': '\"pc105\"'}, 'ntpdate.NTPOPTIONS': {'help': ['Additional options to pass to ntpdate'], 'value': '\"\"'}, 'console-setup.FONTSIZE': {'help': [], 'value': '\"16\"'}, 'console-setup.CODESET': {'help': ['The codeset determines which symbols are supported by the font.', 'Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian', 'Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3', 'Vietnamese. Read README.fonts for explanation.'], 'value': '\"Uni2\"'}, 'useradd.SHELL': {'help': ['Default values for useradd(8)', 'The SHELL variable specifies the default login shell on your', 'system.', 'Similar to DHSELL in adduser. However, we use \"sh\" here because', 'useradd is a low level utility and should be as general', 'as possible'], 'value': '/bin/sh'}, 'ntpdate.NTPSERVERS': {'help': ['List of NTP servers to use (Separate multiple servers with spaces.)', 'Not used if NTPDATE_USE_NTP_CONF is yes.'], 'value': '\"ntp.ubuntu.com\"'}, 'console-setup.CHARMAP': {'help': ['Put here your encoding. Valid charmaps are: UTF-8 ARMSCII-8 CP1251', 'CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342', 'ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6', 'ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13', 'ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII'], 'value': '\"UTF-8\"'}, 'rsyslog.RSYSLOGD_OPTIONS': {'help': ['Options for rsyslogd', '-x disables DNS lookups for remote messages', 'See rsyslogd(8) for more details'], 'value': '\"-x\"'}, 'console-setup.VERBOSE_OUTPUT': {'help': ['Change to \"yes\" and setupcon will explain what is being doing'], 'value': '\"no\"'}, 'keyboard.XKBLAYOUT': {'help': [], 'value': '\"us\"'}, 'rcS.UTC': {'help': ['assume that the BIOS clock is set to UTC time (recommended)'], 'value': 'yes'}, 'devpts.TTYMODE': {'help': [\"Set to 600 to have `mesg n' be the default\"], 'value': '620'}, 'console-setup.FONTFACE': {'help': ['Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes', '12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes', '14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14', 'and 16) and Fixed (sizes 13, 14, 15, 16 and 18). Only when', 'CODESET=Ethiopian: Goha (sizes 12, 14 and 16) and', 'GohaClassic (sizes 12, 14 and 16).', 'Set FONTFACE and FONTSIZE to empty strings if you want setupcon to', 'set up the keyboard but to leave the console font unchanged.'], 'value': '\"Fixed\"'}, 'ntpdate.NTPDATE_USE_NTP_CONF': {'help': ['Set to \"yes\" to take the server list from /etc/ntp.conf, from package ntp,', 'so you only have to keep it in one place.'], 'value': 'yes'}, 'halt.HALT': {'help': ['Default behaviour of shutdown -h / halt. Set to \"halt\" or \"poweroff\".'], 'value': 'poweroff'}}\n >>>\n\nChanging the ryslog RSYSLOGD_OPTIONS\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nHere's a simple example of changing a configuration setting using python.\n\n.. code-block:: python\n\n >>> rsyslog_settings = confset.ConfigSettings('rsyslog')\n >>> rsyslog_settings.set('RSYSLOGD_OPTIONS', '\"-x\"')\n >>> rsyslog_settings.print_settings()\n rsyslog.RSYSLOGD_OPTIONS=\"-x\"\n >>>\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dwighthubbard/confset", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "confset", "package_url": "https://pypi.org/project/confset/", "platform": "", "project_url": "https://pypi.org/project/confset/", "project_urls": { "Homepage": "http://github.com/dwighthubbard/confset" }, "release_url": "https://pypi.org/project/confset/0.0.66/", "requires_dist": null, "requires_python": "", "summary": "A simple script to change or update package configurations", "version": "0.0.66" }, "last_serial": 3808298, "releases": { "0.0.32": [ { "comment_text": "", "digests": { "md5": "59edb2a13681d4a5cf381e7145029acd", "sha256": "4255b70a024e590e987db670ec5bf446c9d3837a4c0744d9d0c7f4d1d325eb86" }, "downloads": -1, "filename": "confset-0.0.32.tar.gz", "has_sig": false, "md5_digest": "59edb2a13681d4a5cf381e7145029acd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3986, "upload_time": "2014-12-08T20:54:46", "url": "https://files.pythonhosted.org/packages/2f/05/59e545faf85ccf587aa4308a8a091efd9a15636b647126f882de09d8ffd0/confset-0.0.32.tar.gz" } ], "0.0.33": [ { "comment_text": "", "digests": { "md5": "8d160204751699eb8481225f5813f425", "sha256": "9c349e206ea71f83243e0fe5bf276ebe5d822ea56bb3455f978aa4a4479a9f79" }, "downloads": -1, "filename": "confset-0.0.33.tar.gz", "has_sig": false, "md5_digest": "8d160204751699eb8481225f5813f425", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4066, "upload_time": "2014-12-08T21:30:22", "url": "https://files.pythonhosted.org/packages/92/7b/ea96ec95fb439d9201f12bd3d24d0f1d648eb1d9b7f421da6132396a30d9/confset-0.0.33.tar.gz" } ], "0.0.34": [ { "comment_text": "", "digests": { "md5": "2d97787984ab42e7b77c46082f298821", "sha256": "53d4d752c9ac3d424518daee4d947a85ef6ee5c51927d44acfc56244604508b1" }, "downloads": -1, "filename": "confset-0.0.34.tar.gz", "has_sig": false, "md5_digest": "2d97787984ab42e7b77c46082f298821", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4039, "upload_time": "2015-02-11T18:25:22", "url": "https://files.pythonhosted.org/packages/ca/61/5092da4ec2e2f3618e7ed8c31bce40eaba176cca26e385a61f97d4491ca1/confset-0.0.34.tar.gz" } ], "0.0.39": [ { "comment_text": "", "digests": { "md5": "35c56ea2f0a0767b8f2144b8ed2c0302", "sha256": "2f1a03cc2c510f08b0f0fadf9b8af305e29137b9bd3f75af98fbc4d4bf591c3f" }, "downloads": -1, "filename": "confset-0.0.39.tar.gz", "has_sig": false, "md5_digest": "35c56ea2f0a0767b8f2144b8ed2c0302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6068, "upload_time": "2015-05-22T20:09:55", "url": "https://files.pythonhosted.org/packages/a1/28/91ee35794b532823c8e253036b7f60ea90e5f814bf0ca0fd281d256d52d1/confset-0.0.39.tar.gz" } ], "0.0.42": [ { "comment_text": "", "digests": { "md5": "1cbe9aab020ff43ac01f849a0b479ab4", "sha256": "4045221c5c6554f7fb10f4160d4f1d24f34151272a4fae7346cebf3f651cdfb7" }, "downloads": -1, "filename": "confset-0.0.42.tar.gz", "has_sig": false, "md5_digest": "1cbe9aab020ff43ac01f849a0b479ab4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9715, "upload_time": "2015-05-22T21:01:31", "url": "https://files.pythonhosted.org/packages/16/67/32a289f89719eb12eb27adfb655fb661f05f8c58e15e5269142327e03a8b/confset-0.0.42.tar.gz" } ], "0.0.51": [ { "comment_text": "", "digests": { "md5": "d0ad091753f7674e7782feffd9e6fafb", "sha256": "72fa961e5989d1038256c6a0a91fcac8b84703c49ac721cc1ab0b95255433786" }, "downloads": -1, "filename": "confset-0.0.51.tar.gz", "has_sig": false, "md5_digest": "d0ad091753f7674e7782feffd9e6fafb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10556, "upload_time": "2015-05-22T21:27:45", "url": "https://files.pythonhosted.org/packages/fa/41/7449f5ac64ecfe180acb344aee4777a4022b6c1d42ecdda4cab2132f2fb8/confset-0.0.51.tar.gz" } ], "0.0.52": [ { "comment_text": "", "digests": { "md5": "b13f7c8e9cb84c850098452bb1267355", "sha256": "88ce30a672d17ecccdb0c4148b63bb89c4b3edc20131c9e7c03c0c89af2ab126" }, "downloads": -1, "filename": "confset-0.0.52.tar.gz", "has_sig": false, "md5_digest": "b13f7c8e9cb84c850098452bb1267355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10529, "upload_time": "2015-05-22T21:30:29", "url": "https://files.pythonhosted.org/packages/b8/9b/894c5e0bed27c838029ec237774480b6fcf324e02f007e909af833cf3ea2/confset-0.0.52.tar.gz" } ], "0.0.53": [ { "comment_text": "", "digests": { "md5": "dcc204471f1efdd02b1e05e99d532e94", "sha256": "c1d922f6898e747d11266c936776c21539018e578eac924e04bd690fcfec8180" }, "downloads": -1, "filename": "confset-0.0.53.tar.gz", "has_sig": false, "md5_digest": "dcc204471f1efdd02b1e05e99d532e94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10536, "upload_time": "2015-05-22T21:31:36", "url": "https://files.pythonhosted.org/packages/22/a1/54569b047516beeff479cab3ab8333d93127d138fdeb8c28341445797cf8/confset-0.0.53.tar.gz" } ], "0.0.54": [ { "comment_text": "", "digests": { "md5": "019c8fd709b8798f3caee094962c11ba", "sha256": "8d88d19ad9b13f392e4afabfe9cbc2fd7aff875caa75ec1e49dbaae324b219ba" }, "downloads": -1, "filename": "confset-0.0.54.tar.gz", "has_sig": false, "md5_digest": "019c8fd709b8798f3caee094962c11ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10598, "upload_time": "2015-05-22T21:36:47", "url": "https://files.pythonhosted.org/packages/51/f7/09847684e033434d9e6c6393a9c0d759c5c5ae34eb1610f6ddb2fc948ec1/confset-0.0.54.tar.gz" } ], "0.0.55": [ { "comment_text": "", "digests": { "md5": "bdf9de601c27e88c0154469c626d31bb", "sha256": "a9d49161a109664d103504dbb75a42be7748f305a16c92030574b67bf81f263c" }, "downloads": -1, "filename": "confset-0.0.55.tar.gz", "has_sig": false, "md5_digest": "bdf9de601c27e88c0154469c626d31bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10973, "upload_time": "2015-05-22T21:44:43", "url": "https://files.pythonhosted.org/packages/7e/c8/2df1b81ecd01df90d77aa1b5cfd5d3f52d99c63d9fbdb790c380839a09c9/confset-0.0.55.tar.gz" } ], "0.0.58": [ { "comment_text": "", "digests": { "md5": "5ff5e1bd1f3527842d9750ff5c6fb1a1", "sha256": "d7e2db852f8b8de21e636b72e3559b54ae07881de4285789d681c3bae2dcbeed" }, "downloads": -1, "filename": "confset-0.0.58.tar.gz", "has_sig": false, "md5_digest": "5ff5e1bd1f3527842d9750ff5c6fb1a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13686, "upload_time": "2016-06-24T19:39:25", "url": "https://files.pythonhosted.org/packages/09/a5/6e01f1b4ea9ee7a153f0d940d44092204cd82c4187504b8d970b65b92694/confset-0.0.58.tar.gz" } ], "0.0.66": [ { "comment_text": "", "digests": { "md5": "63d2e91a11668625602b94b116ef8aae", "sha256": "47d5698e0e267256df89622e057a7099dc4b6e8aa26fccb958b6539470613d4d" }, "downloads": -1, "filename": "confset-0.0.66.tar.gz", "has_sig": false, "md5_digest": "63d2e91a11668625602b94b116ef8aae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11839, "upload_time": "2018-04-25T21:58:26", "url": "https://files.pythonhosted.org/packages/a7/4c/24cf4f7cd7cf16a0a228e061b9666e69f7849bd98e888a9c0a85a43d12d5/confset-0.0.66.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "62283a7a388bbb799382b9d9f858c047", "sha256": "48d8d9e4f7900b59b09c8f47cf1077e55af7dbc031af96e346f5ae403745d3a7" }, "downloads": -1, "filename": "confset-0.0.8.tar.gz", "has_sig": false, "md5_digest": "62283a7a388bbb799382b9d9f858c047", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3596, "upload_time": "2014-12-08T19:23:11", "url": "https://files.pythonhosted.org/packages/d8/4b/3c0b34dafe94f957b5460d7397eda746573c29517b1e5b1a57f629c8956c/confset-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "5286b20df31c60fa4cc5db22132ec0df", "sha256": "7cb311c270e0ebe7c3ce3d2782c6c3babfa648f990a84afabfdea5d55e622f38" }, "downloads": -1, "filename": "confset-0.0.9.tar.gz", "has_sig": false, "md5_digest": "5286b20df31c60fa4cc5db22132ec0df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3678, "upload_time": "2014-12-08T19:25:16", "url": "https://files.pythonhosted.org/packages/e8/c6/5acc5a0e13b90ba7f9660244701b0bb233432b2ad308717aca3c795d5e46/confset-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63d2e91a11668625602b94b116ef8aae", "sha256": "47d5698e0e267256df89622e057a7099dc4b6e8aa26fccb958b6539470613d4d" }, "downloads": -1, "filename": "confset-0.0.66.tar.gz", "has_sig": false, "md5_digest": "63d2e91a11668625602b94b116ef8aae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11839, "upload_time": "2018-04-25T21:58:26", "url": "https://files.pythonhosted.org/packages/a7/4c/24cf4f7cd7cf16a0a228e061b9666e69f7849bd98e888a9c0a85a43d12d5/confset-0.0.66.tar.gz" } ] }