Metadata-Version: 1.1
Name: pyspoolingstack
Version: 0.1.7
Summary: A stack that will only grow to a certain point before transparently offloading data to physical files.
Home-page: https://github.com/dsoprea/PySpoolingStack
Author: Dustin Oprea
Author-email: myselfasunder@gmail.com
License: LGPL
Description: A stack that will only grow to a certain point before transparently offloading data to physical files. Was developed to be used as a temporary spool for massive amounts of incoming heirarchical data that is received in no particular order, prior to pushing it into the DB. Also provides a 'collection'-type class for managing many stacks concurrently.
Keywords: python stack spool file
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
