Metadata-Version: 2.1
Name: imply
Version: 1.0a3
Summary: Command line interface for analyzing Python imports.
Home-page: UNKNOWN
Author: David Seddon
Author-email: david@seddonym.me
License: BSD 2-Clause License
Project-URL: Source code, https://github.com/seddonym/imply/
Description: =====
        Imply
        =====
        
        .. image:: https://img.shields.io/pypi/v/imply.svg
            :target: https://pypi.org/project/imply
        
        .. image:: https://img.shields.io/pypi/pyversions/imply.svg
            :alt: Python versions
            :target: https://pypi.org/project/imply/
        
        .. image:: https://api.travis-ci.org/seddonym/imply.svg?branch=master
            :target: https://travis-ci.org/seddonym/imply
        
        
        Imply is a command line tool for exploring the imports in a Python package.
        
        * Free software: BSD license
        
        **Warning:** This software is currently being developed; it is not ready to use.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
