Metadata-Version: 1.1
Name: pybufferbins
Version: 0.1.2
Summary: Fast routine to seemlessly classify and store incoming data into an infinite number Protocol Buffer files ("bins").
Home-page: https://github.com/dsoprea/PyBufferBins
Author: Dustin Oprea
Author-email: myselfasunder@gmail.com
License: LGPL
Description: Fast routine to seemlessly classify and store incoming data into an infinite number Protocol Buffer files ("bins"). Bins are grouped into directories by a specific field. Data can then be retrieved by the grouped-field's value. Virtually any data can be stored for fast retrieval by using a Bins instance as an index for each required configuration of data.
        
Keywords: protocol buffers
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
