Metadata-Version: 2.0
Name: matchbox
Version: 0.1.0
Summary: Abstraction layer for creating hash maps to speed up extracting subsets out of objects in collection
Home-page: https://github.com/ClearcodeHQ/matchbox
Author: Grzegorz Sliwinski
Author-email: g.sliwinski@clearcode.cc
License: MIT License
Keywords: python index match
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pylama; extra == 'tests'

matchbox
========

.. image:: https://pypip.in/v/matchbox/badge.png
    :target: https://pypi.python.org/pypi/matchbox/
    :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/matchbox/badge/?version=v0.1.0
    :target: https://readthedocs.org/projects/matchbox/?badge=v0.1.0
    :alt: Documentation Status

.. image:: https://pypip.in/d/matchbox/badge.png
    :target: https://pypi.python.org/pypi/matchbox/
    :alt: Number of PyPI downloads

.. image:: https://pypip.in/wheel/matchbox/badge.png
    :target: https://pypi.python.org/pypi/matchbox/
    :alt: Wheel Status

.. image:: https://pypip.in/egg/matchbox/badge.png
    :target: https://pypi.python.org/pypi/matchbox/
    :alt: Egg Status

.. image:: https://pypip.in/license/matchbox/badge.png
    :target: https://pypi.python.org/pypi/matchbox/
    :alt: License

Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/matchbox.svg?branch=v0.1.0
    :target: https://travis-ci.org/ClearcodeHQ/matchbox
    :alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/matchbox/badge.png?branch=v0.1.0
    :target: https://coveralls.io/r/ClearcodeHQ/matchbox?branch=v0.1.0
    :alt: Coverage Status

.. image:: https://requires.io/github/ClearcodeHQ/matchbox/requirements.svg?tag=v0.1.0
     :target: https://requires.io/github/ClearcodeHQ/matchbox/requirements/?tag=v0.1.0
     :alt: Requirements Status

python package template - to make easier for me to duplicate general package structure.

Package resources
-----------------

* Bug tracker: https://github.com/ClearcodeHQ/matchbox/issues
* Documentation: http://matchbox.readthedocs.org/




Travis-ci
---------

After creating package on github, move to tracis-ci.org, and turn on ci builds for given package.


CHANGELOG
=========

0.1.0
----------

- MatchBox - single value based Matching Box
- MultiMatchBox - multivalue based Matching Box
- package structure
- documentation


