File: skbuild.command.rst

package info (click to toggle)
scikit-build 0.18.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,792 kB
  • sloc: python: 5,258; cpp: 284; makefile: 171; f90: 12; sh: 7
file content (114 lines) | stat: -rw-r--r-- 2,306 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
skbuild.command package
=======================

.. automodule:: skbuild.command
   :members:
   :undoc-members:
   :show-inheritance:

Submodules
----------

skbuild.command.bdist module
----------------------------

.. automodule:: skbuild.command.bdist
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.bdist\_wheel module
-----------------------------------

.. automodule:: skbuild.command.bdist_wheel
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.build module
----------------------------

.. automodule:: skbuild.command.build
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.build\_ext module
---------------------------------

.. automodule:: skbuild.command.build_ext
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.build\_py module
--------------------------------

.. automodule:: skbuild.command.build_py
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.clean module
----------------------------

.. automodule:: skbuild.command.clean
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.egg\_info module
--------------------------------

.. automodule:: skbuild.command.egg_info
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.generate\_source\_manifest module
-------------------------------------------------

.. automodule:: skbuild.command.generate_source_manifest
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.install module
------------------------------

.. automodule:: skbuild.command.install
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.install\_lib module
-----------------------------------

.. automodule:: skbuild.command.install_lib
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.install\_scripts module
---------------------------------------

.. automodule:: skbuild.command.install_scripts
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.sdist module
----------------------------

.. automodule:: skbuild.command.sdist
   :members:
   :undoc-members:
   :show-inheritance:

skbuild.command.test module
---------------------------

.. automodule:: skbuild.command.test
   :members:
   :undoc-members:
   :show-inheritance: