Metadata-Version: 2.1
Name: imxdparser
Version: 1.0.6
Summary: Intermixed argparser, aka imxdparser, and based only on argparse, is an argument parser that allows the unordered, and intermixed, optional and positional arguments.
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/emoji-ops/imxdparser
Project-URL: Documentation, https://imxdparser.docs.emoji-ops.ovh
Project-URL: Source code, https://gitlab.com/emoji-ops/imxdparser
Project-URL: Bug tracker, https://gitlab.com/emoji-ops/imxdparser/-/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomli
Provides-Extra: dev

[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/emoji-ops/imxdparser/badges/master/pipeline.svg)](https://gitlab.com/emoji-ops/imxdparser/pipelines)
[![coverage](https://gitlab.com/emoji-ops/imxdparser/badges/master/coverage.svg)](https://imxdparser.docs.emoji-ops.ovh/coverage/index.html)

# Intermixed Argument Parser

Intermixed argparser, aka imxdparser, and based only on argparse, is an argument parser that allows the unordered, and intermixed, optional and positional arguments.


## Installation

You can install the latest version from PyPI package repository.

~~~bash
python3 -mpip install -U imxdparser
~~~


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


## Locations

  * Documentation: [https://imxdparser.docs.emoji-ops.ovh](https://imxdparser.docs.emoji-ops.ovh)
  * Website: [https://gitlab.com/emoji-ops/imxdparser](https://gitlab.com/emoji-ops/imxdparser)
