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
- Host: GitHub
- URL: https://github.com/brianschubert/sage-scripts
- Owner: brianschubert
- License: mit
- Created: 2018-12-02T01:42:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T23:05:06.000Z (over 7 years ago)
- Last Synced: 2023-07-18T18:26:55.930Z (about 3 years ago)
- Language: Python
- Size: 1.33 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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