Metadata-Version: 2.1
Name: import-linter
Version: 1.0a1
Summary: Enforces rules for the internal and external imports within your Python project.
Home-page: UNKNOWN
Author: David Seddon
Author-email: david@seddonym.me
License: BSD 2-Clause License
Project-URL: Source code, https://github.com/seddonym/import-linter/
Description: =============
        Import Linter
        =============
        
        .. image:: https://img.shields.io/pypi/v/import-linter.svg
            :target: https://pypi.org/project/import-linter
        
        .. image:: https://img.shields.io/pypi/pyversions/import-linter.svg
            :alt: Python versions
            :target: https://pypi.org/project/import-linter/
        
        .. image:: https://api.travis-ci.org/seddonym/import-linter.svg?branch=master
            :target: https://travis-ci.org/seddonym/import-linter
        
        
        Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.
        
        * Free software: BSD license
        
        **Warning:** This software is currently being developed; it is not ready to use.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
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
