File: formatted.md

package info (click to toggle)
scikit-build-core 0.11.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: python: 14,643; ansic: 254; cpp: 134; sh: 27; fortran: 18; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Formattable fields

The following configure keys are formatted as Python f-strings:

- `build-dir`
- `build.requires`

The available variables are documented in the members of
{py:class}`scikit_build_core.format.PyprojectFormatter` copied here for
visibility

```{eval-rst}
.. autoattribute:: scikit_build_core.format.PyprojectFormatter.build_type
   :no-index:

.. autoattribute:: scikit_build_core.format.PyprojectFormatter.cache_tag
   :no-index:

.. autoattribute:: scikit_build_core.format.PyprojectFormatter.root
   :no-index:

.. autoattribute:: scikit_build_core.format.PyprojectFormatter.state
   :no-index:

.. autoattribute:: scikit_build_core.format.PyprojectFormatter.wheel_tag
   :no-index:
```