Metadata-Version: 1.1
Name: dthreads
Version: 0.0.1
Summary: Object-like dictionaries.
Home-page: http://bnlucas.github.io/python-dthreads
Author: Nathan Lucas
Author-email: bnlucas@outlook.com
License: 
Copyright 2016 Nathan Lucas
   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.
    
Download-URL: https://github.com/bnlucas/python-dthreads/archive/master.zip
Description: 
        dthreads is a small module for creating object-like dictionaries based on Bunch
        (https://github.com/dsc/bunch). Threads extends Bunch with the ability to both
        load and dump in JSON or YAML format.
        
Keywords: dict,object,mapping,collection
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
