https://github.com/sagemath/sage-package
Utilities for authoring packages for SageMath. Source repository for https://pypi.org/project/sage-package/
https://github.com/sagemath/sage-package
pip sagemath setuptools sphinx-extension
Last synced: 3 months ago
JSON representation
Utilities for authoring packages for SageMath. Source repository for https://pypi.org/project/sage-package/
- Host: GitHub
- URL: https://github.com/sagemath/sage-package
- Owner: sagemath
- License: gpl-2.0
- Created: 2017-05-02T18:07:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:10:33.000Z (over 1 year ago)
- Last Synced: 2025-09-30T12:34:47.594Z (9 months ago)
- Topics: pip, sagemath, setuptools, sphinx-extension
- Language: HTML
- Homepage: http://sage-package.readthedocs.io/
- Size: 58.6 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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 .
Recent features
---------------
0.0.7: Live documentation with `Thebe `_