Metadata-Version: 2.1
Name: arg-comb
Version: 0.1
Summary: Validate the argument combination passed to a function
Home-page: https://github.com/jacobunna/argcomb
Author: Jacob Unna
Author-email: jacob.unna@gmail.com
License: MIT
Description: ArgComb
        =======
        
        Validate argument combinations
        
        .. image:: https://readthedocs.org/projects/argcomb/badge/?version=latest
            :target: https://argcomb.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Installation
        ------------
        
        Install with pip:
        
        .. code-block:: text
        
            pip install arg-comb
        
        Links
        -----
        
        * Documentation: https://argcomb.readthedocs.io/
        * Releases: https://pypi.org/project/argcomb
        * Code: https://github.com/jacobunna/argcomb
        * Issue tracker: https://github.com/jacobunna/argcomb/issues
        
Keywords: argument parameter validation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English 
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: dev
