https://github.com/viur-framework/viur-scriptor-api
Universal Python API for scripting and interacting with ViUR
https://github.com/viur-framework/viur-scriptor-api
Last synced: 5 months ago
JSON representation
Universal Python API for scripting and interacting with ViUR
- Host: GitHub
- URL: https://github.com/viur-framework/viur-scriptor-api
- Owner: viur-framework
- License: mit
- Created: 2023-08-23T13:11:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-27T09:09:16.000Z (12 months ago)
- Last Synced: 2025-08-27T16:39:50.805Z (12 months ago)
- Language: Python
- Homepage: https://viur-scriptor-api.readthedocs.io
- Size: 148 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This is the official Scriptor API, which is used by the viur-scriptor in both the web version and the terminal version.
## Usage
Implements the `viur.scriptor`-namespace.
You can use it either in the Pyodide-based scriptor as well as in native Python using `from viur.scriptor import ...`.
## Documentation
- [viur-scriptor-api.readthedocs.io](https://viur-scriptor-api.readthedocs.io/en/latest/)
## License
Copyright © 2025 by Mausbrand Informationssysteme GmbH.
Mausbrand and ViUR are registered trademarks of Mausbrand Informationssysteme GmbH.
viur-scriptor-api is free software under the MIT license.
Please see the LICENSE file for details.