PATH: //usr/lib/python3.9/site-packages
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 CHANGELOG.rst
↓
X
📄 CONTRIBUTING.md
↓
X
📁 ConfigArgParse-1.7.1.dist-info/
X
📁 Deprecated-1.2.15.dist-info/
X
📁 OpenSSL/
X
📁 PySocks-1.7.1-py3.9.egg-info/
X
📁 __pycache__/
X
📁 _distutils_hack/
X
📄 _version.py
↓
X
📁 acme/
X
📁 acme-3.1.0.dist-info/
X
📁 async_timeout/
X
📁 async_timeout-4.0.2.dist-info/
X
📁 certbot/
X
📁 certbot-3.1.0.dist-info/
X
📁 chardet/
X
📁 chardet-4.0.0.dist-info/
X
📄 configargparse.py
↓
X
📄 configobj-5.0.6-py3.9.egg-info
↓
X
📄 configobj.py
↓
X
📁 dateutil/
X
📁 deprecated/
X
📁 distro-1.5.0-py3.9.egg-info/
X
📄 distro.py
↓
X
📄 distutils-precedence.pth
↓
X
📁 dnf/
X
📁 dnf-plugins/
X
📁 dnfpluginscore/
X
📁 dns/
X
📁 dnspython-2.6.1-py3.9.egg-info/
X
📁 gi/
X
📁 html2text/
X
📁 html2text-2020.1.16-py3.9.egg-info/
X
📄 hwdata.py
↓
X
📁 idna/
X
📁 idna-2.10-py3.9.egg-info/
X
📁 importlib_metadata/
X
📁 importlib_metadata-4.12.0.dist-info/
X
📁 isc/
X
📄 isc-2.0-py3.9.egg-info
↓
X
📁 josepy/
X
📁 josepy-1.14.0.dist-info/
X
📁 packaging/
X
📁 packaging-20.9.dist-info/
X
📁 parsedatetime/
X
📁 parsedatetime-2.6-py3.9.egg-info/
X
📄 pciutils-2.3.7-py3.9.egg-info
↓
X
📁 pip/
X
📁 pip-21.3.1.dist-info/
X
📁 pkg_resources/
X
📁 ply/
X
📁 ply-3.11-py3.9.egg-info/
X
📁 procfs/
X
📁 pyOpenSSL-21.0.0-py3.9.egg-info/
X
📁 pyRFC3339-1.1.dist-info/
X
📁 pycparser/
X
📁 pycparser-2.20-py3.9.egg-info/
X
📁 pygtkcompat/
X
📁 pyinotify-0.9.6-py3.9.egg-info/
X
📄 pyinotify.py
↓
X
📁 pyparsing-2.4.7.dist-info/
X
📄 pyparsing.py
↓
X
📁 pyrfc3339/
X
📁 python_dateutil-2.9.0.post0.dist-info/
X
📁 python_linux_procfs-0.7.3-py3.9.egg-info/
X
📁 pytz/
X
📁 pytz-2021.1-py3.9.egg-info/
X
📁 pyudev/
X
📁 pyudev-0.22.0-py3.9.egg-info/
X
📁 redis/
X
📁 redis-4.3.3.dist-info/
X
📁 requests/
X
📁 requests-2.25.1.dist-info/
X
📁 rhn/
X
📄 rhnlib-2.8.6-py3.9.egg-info
↓
X
📄 seobject.py
↓
X
📁 sepolgen/
X
📁 sepolicy/
X
📁 sepolicy-3.6-py3.9.egg-info/
X
📁 setuptools/
X
📁 setuptools-53.0.0.dist-info/
X
📁 six-1.15.0.dist-info/
X
📄 six.py
↓
X
📄 socks.py
↓
X
📄 sockshandler.py
↓
X
📁 tuned/
X
📁 up2date_client/
X
📁 urllib3/
X
📁 urllib3-1.26.5-py3.9.egg-info/
X
📄 validate.py
↓
X
📁 zipp/
X
📁 zipp-3.20.1.dist-info/
X
SAVING...
BERHASIL DIUBAH!
EDITING: configobj-5.0.6-py3.9.egg-info
Metadata-Version: 1.1 Name: configobj Version: 5.0.6 Summary: Config file reading, writing and validation. Home-page: https://github.com/DiffSK/configobj Author: Rob Dennis, Eli Courtwright (Michael Foord & Nicola Larosa original maintainers) Author-email: rdennis+configobj@gmail.com, eli@courtwright.org, fuzzyman@voidspace.co.uk, nico@tekNico.net License: UNKNOWN Description: **ConfigObj** is a simple but powerful config file reader and writer: an *ini file round tripper*. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * Full Unicode support * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - and allowing default values - repeated sections * All comments in the file are preserved * The order of keys/sections is preserved * Powerful ``unrepr`` mode for storing/retrieving Python data-types | Release 5.0.6 improves error messages in certain edge cases | Release 5.0.5 corrects a unicode-bug that still existed in writing files | Release 5.0.4 corrects a unicode-bug that still existed in reading files after | fixing lists of string in 5.0.3 | Release 5.0.3 corrects errors related to the incorrectly handling unicode | encoding and writing out files | Release 5.0.2 adds a specific error message when trying to install on | Python versions older than 2.5 | Release 5.0.1 fixes a regression with unicode conversion not happening | in certain cases PY2 | Release 5.0.0 updates the supported Python versions to 2.6, 2.7, 3.2, 3.3 | and is otherwise unchanged | Release 4.7.2 fixes several bugs in 4.7.1 | Release 4.7.1 fixes a bug with the deprecated options keyword in | 4.7.0. | Release 4.7.0 improves performance adds features for validation and | fixes some bugs. Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation Platform: UNKNOWN Classifier: Development Status :: 6 - Mature Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Operating System :: OS Independent Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Software Development :: Libraries :: Python Modules
SIMPAN PERUBAHAN