File: destinations.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 (16 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```{caution}
This API is not finalised, and may change in a patch version.
```

# `installer.destinations`

```{eval-rst}
.. automodule:: installer.destinations

.. autoclass:: installer.destinations.WheelDestination
    :members:

.. autoclass:: installer.destinations.SchemeDictionaryDestination()
    :members:
    :special-members: __init__
```