Metadata-Version: 2.0
Name: sage-package
Version: 0.0.2
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+
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

sage-package: Utilities for authoring packages for SageMath
===========================================================

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 .


