Metadata-Version: 2.1
Name: asort
Version: 0.1.0
Summary: A Python utility / library to sort __all__ lists.
Home-page: https://github.com/cpendery/asort
Author: cpendery
Project-URL: Bug Tracker, https://github.com/cpendery/asort/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# asort

[![PyPI version](https://badge.fury.io/py/asort.svg)](https://badge.fury.io/py/asort)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/cpendery/asort/blob/main/LICENSE)
[![ASort CI](https://github.com/cpendery/asort/workflows/ASort%20CI/badge.svg)](https://github.com/cpendery/asort/actions/workflows/asort-ci.yaml)
[![codecov](https://codecov.io/gh/cpendery/asort/branch/main/graph/badge.svg)](https://codecov.io/gh/cpendery/asort)
[![Downloads](https://img.shields.io/pypi/dm/asort)](https://pypistats.org/packages/asort)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)]("https://github.com/psf/black")
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6119/badge)](https://bestpractices.coreinfrastructure.org/projects/6119)

asort for `__all__` your `__all__` lists
