Metadata-Version: 2.0
Name: argskwargs
Version: 1.0.3
Summary: flexible container for positional and keyword arguments
Home-page: https://github.com/wbolster/argskwargs
Author: Wouter Bolsterlee
Author-email: wouter@bolsterl.ee
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules

==========
argskwargs
==========

.. image:: https://travis-ci.org/wbolster/argskwargs.svg?branch=master
    :target: https://travis-ci.org/wbolster/argskwargs

``argskwargs`` is a small Python library that provides a flexible container for
positional and keyword arguments.

* Documentation: https://argskwargs.readthedocs.io/

* Python Package Index (PyPI): https://pypi.python.org/pypi/argskwargs/

* Source code and issue tracker: https://github.com/wbolster/argskwargs


