File: scripts.md

package info (click to toggle)
python-installer 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 416 kB
  • sloc: python: 2,576; makefile: 11; sh: 8
file content (19 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```{caution}
This API is not finalised, and may change in a patch version.
```

# `installer.scripts`

Provides the ability to generate executable launcher scripts, that are based on
[`simple_launcher`]. A description of how these scripts work is available in
simple_launcher's README.

[`simple_launcher`]: https://bitbucket.org/vinay.sajip/simple_launcher/

```{eval-rst}
.. autoclass:: installer.scripts.InvalidScript()

.. autoclass:: installer.scripts.Script()
    :special-members: __init__
    :members:
```