An open API service indexing awesome lists of open source software.

https://github.com/brianschubert/sage-scripts

Personal collection of SageMath scipts
https://github.com/brianschubert/sage-scripts

Last synced: about 1 year ago
JSON representation

Personal collection of SageMath scipts

Awesome Lists containing this project

README

          

# Sage Scripts

This repository is a personal store of assorted scripts to generate graphics with [SageMath][sage].

These scripts are made available under MIT License as deemed permissible by [this informal advice][sage-forum-gpl] from the SageMath Q&A forum.

At the time of this writing, all scripts are written for SageMath version 8.1.

## Running A Script
If your sage installation is in your system path, you can run any sage script in this repository with a command in the following form.
```bash
sage -python /path/to/the/script.py
```
Usage varies between scripts.

## Copyright & License
Copyright © 2018 Brian Schubert - available under [MIT License][license].

[sage]: http://www.sagemath.org/
[sage-forum-gpl]: https://ask.sagemath.org/question/32415/does-a-file-written-as-a-sage-script-need-to-be-gpled-since-sage-is-gpled/
[license]: ./LICENSE