Metadata-Version: 1.1
Name: mec2
Version: 0.0.2
Summary: Query information about the current ec2 instance
Home-page: https://github.com/jtconnor/mec2
Author: James Connor
Author-email: jtconnor@gmail.com
License: GPL 2
Description: mec2
        =======================
        
        Python package to query information about the current ec2 instance.  Useful for
        ec2 instances to configure themselves.
        
        
        Push new version to pypi::
        
        $ vim setup.py  # Edit version tag
        $ rm -rf dist
        $ python setup.py sdist
        $ twine upload dist/*
        
        
Keywords: aws ec2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2.7
