Metadata-Version: 2.1
Name: extension-helpers
Version: 0.1
Summary: Utilities for building and installing packages in the Astropy ecosystem
Home-page: https://github.com/astropy/astropy-helpers
Author: The Astropy Developers
Author-email: astropy.team@gmail.com
License: BSD 3-Clause License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Framework :: Setuptools Plugin
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Provides: extension_helpers
Requires-Python: >=3.6
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE.rst

extension-helpers
=================

.. image:: https://dev.azure.com/astropy-project/extension-helpers/_apis/build/status/astropy.extension-helpers?branchName=master
  :target: https://dev.azure.com/astropy-project/extension-helpers/_build/latest?definitionId=4&branchName=master

.. image:: https://codecov.io/gh/astropy/extension-helpers/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/astropy/extension-helpers

The **extension-helpers** package includes convenience helpers to assist with
building Python packages with compiled C/Cython extensions. It is developed by
the Astropy project but is intended to be general and usable by any Python
package.

For more information, see the documentation at http://extension-helpers.readthedocs.io
