Metadata-Version: 1.1
Name: sage-package
Version: 0.0.4
Summary: Utilities for authoring SageMath packages
Home-page: https://github.com/sagemath/sage-package
Author: Nicolas M. Thiéry et al.
Author-email: nthiery@users.sf.net
License: GPLv2+
Description: sage-package: Utilities for authoring packages for SageMath
        ===========================================================
        
        .. image:: https://readthedocs.org/projects/sage-package/badge/?version=latest
            :target: http://sage-package.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        This experimental package provides utilities for authoring SageMath
        packages:
        
        - sage_package.setuptools: utilities for the setup.py. At this stage,
          just a command for running tests.
        
        - sage_package.sphinx: Sphinx theme and configuration to write and
          render documentation as in Sage.
        
        For an example of use, see http://github.com/sagemath/sage_sample .
        
Keywords: SageMath,Sphinx,packaging
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2.7
