Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mloskot/cadcorp-pysis-startup
My startup script for Python in Cadcorp SIS Desktop (PySIS) 8.0 or later
https://github.com/mloskot/cadcorp-pysis-startup
cadcorp gis python script sis startup
Last synced: about 2 months ago
JSON representation
My startup script for Python in Cadcorp SIS Desktop (PySIS) 8.0 or later
- Host: GitHub
- URL: https://github.com/mloskot/cadcorp-pysis-startup
- Owner: mloskot
- License: unlicense
- Created: 2017-02-16T16:57:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T13:42:14.000Z (about 3 years ago)
- Last Synced: 2023-04-16T07:27:55.755Z (almost 2 years ago)
- Topics: cadcorp, gis, python, script, sis, startup
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cadcorp-pysis-startup
Startup script for Python in
[Cadcorp SIS Desktop](https://www.cadcorp.com/products/desktop/) 8.0 or later.It is used as a regular
[PYTHONSTARTUP](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONSTARTUP)
script for the embedded Python command line in Cadcorp SIS Desktop.It can contain definitions of convenient utilities, classes and functions,
as well as commands executed at startup to carry out repetitive operations.## Installation
1. Launch Cadcorp SIS Desktop 8.0 or later
2. Go to File > Options > Python
3. Set `PYTHONSTARTUP` path to location of the `startup.py`.
4. Re-launch Cadcorp SIS Desktop.For more details, check the Cadcorp SIS Desktop documentation about
[Options command](https://help.cadcorp.com/en/8.0/sis/help/#Commands_AComPreferences.html?Highlight=PYTHONSTARTUP).## Quickstart
```
dir() # List names, including startup.py ones
sis_help(sis_help) # Learn about sis_help() function
```## License
This is free and unencumbered software released into the public domain.
For more information, please refer to