diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-05 14:48:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:44 +0700 |
commit | d61f7d887a5612a078af9a7e7f6b842308413162 (patch) | |
tree | 632662bed6438cefc52d420c3dc400f23db5f66c /python/iniconfig/slack-desc | |
parent | a1c041020c51dffe83c5b7fefd4f838cddcd7b04 (diff) |
python/iniconfig: Added (INI file parsing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/iniconfig/slack-desc')
-rw-r--r-- | python/iniconfig/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/iniconfig/slack-desc b/python/iniconfig/slack-desc new file mode 100644 index 0000000000000..8a9b6aa08b3d8 --- /dev/null +++ b/python/iniconfig/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +iniconfig: iniconfig (ini file parsing) +iniconfig: +iniconfig: iniconfig is a small and simple INI-file parser module. +iniconfig: +iniconfig: +iniconfig: +iniconfig: +iniconfig: +iniconfig: +iniconfig: +iniconfig: |