Metadata-Version: 1.1
Name: simp
Version: 0.9.3
Summary: Sort imports simply
Home-page: https://github.com/rec/simp
Author: Tom Ritchford
Author-email: tom@swirly.com
License: MIT
Description: simp: sort Python imports simply
        ======================================
        
        Runs through all the Python files, finds the first block of imports, sorts
        them alphabetically, and leaves the rest of the file unchanged.
        
Keywords: documentation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
