Metadata-Version: 2.4
Name: pyconfigurator
Version: 0.4.19
Summary: A library for easy configuration
Home-page: https://github.com/charsmith/configurator
Author: Charles Smith, Jeff Magnusson
Author-email: charles.s.smith@gmail.com, magnussj@gmail.com
License: Apache Software License
Keywords: configuration,ini
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: future
Provides-Extra: develop
Requires-Dist: nose; extra == "develop"
Requires-Dist: tox; extra == "develop"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

[<img src="https://img.shields.io/pypi/v/pyconfigurator.svg">](https://pypi.python.org/pypi/pyconfigurator)
[<img src="https://travis-ci.org/charsmith/configurator.svg?branch=master">](https://travis-ci.org/charsmith/configurator)

configurator
============

A package for easy configuration from command line arguments and ini files in python.
