extractini is a command-line application to extract a single option from an INI file
Project description
extractini is a command-line application to extract a single option from an INI file with a structure as described in the python documentation.
Install
Install with pip.
pip install extractini
Usage
Run extractini with positional arguments for the path to the ini-file, the name of the ini file section, and the name of the ini file option.
extractini [OPTIONS] CONFIGFILE SECTION OPTION
For example, extracting type from chiliconfig.ini prints capsicum:
$ cat chiliconfig.ini [habanero] type=capsicum heat=very hot scovilles=100,000 - 350,000 $ extractini chiliconfig.ini habanero type capsicum
Testing
extractini comes with a few unit tests which can be run with pytest.
Contributing
If you find something wrong feel free to submit a PR or raise an Issue on Github.
License
Copyright 2018 Matt Magin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file extractini-1.0.1.tar.gz
.
File metadata
- Download URL: extractini-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.4 CPython/3.6.6 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e8621c7774bd7b809f94405a42f15cfd145be0bc27f3db2bf042c25dd391803 |
|
MD5 | 9e74723d1d41237adb080ce89718f471 |
|
BLAKE2b-256 | 13cafd5c061cb34920b553a94e68d4e62a91d036397c599f3caf6a2a855aa108 |
File details
Details for the file extractini-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: extractini-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.4 CPython/3.6.6 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37cfa685639a54919a9dc3740ba4932a16e8d905f22a35674bbe08572ac1fd40 |
|
MD5 | d8ac935e10c2af222e98821c18645c1f |
|
BLAKE2b-256 | 7632ae4ac35dd495f3b5e367ea22ca13720454c08ee181d1dc5d1d22279038a4 |