Metadata-Version: 1.1
Name: structs
Version: 0.0.1
Summary: Python Data Structures for humans.
Home-page: https://github.com/moogar0880/structs
Author: Jon Nappi
Author-email: moogar0880@gmail.com
License: Apache 2.0
Description: structs
        ----------
        
        .. image:: https://pypip.in/d/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Downloads
        
        .. image:: https://pypip.in/v/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Latest Version
        
        .. image:: https://pypip.in/py_versions/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Supported Python versions
        
        .. image:: https://pypip.in/implementation/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Supported Python implementations
        
        .. image:: https://pypip.in/status/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Development Status
        
        .. image:: https://pypip.in/wheel/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Wheel Status
        
        .. image:: https://pypip.in/egg/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Egg Status
        
        .. image:: https://pypip.in/format/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: Download format
        
        .. image:: https://pypip.in/license/structs/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/structs/
            :alt: License
        
        Python Data Structures for Humans
        
        Generic, pure Python implementations of some more common types of data structures.
        
        
        The list of data structures and algorithms can be found on this `this
        <https://en.wikipedia.org/wiki/List_of_data_structures>`_. Wikipedia page
        
        
        Release History
        ---------------
        0.0.1 (2015-01-19)
        ++++++++++++++++++
        
        * Initial conception/creation
        
        
        Copyright 2015 Jonathan Nappi
        
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
               http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
Keywords: structs,data structures
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
