pythonnet 3.0.5__py3-none-any.whl → 3.1.0rc0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pythonnet/runtime/Python.Runtime.deps.json +3 -185
- pythonnet/runtime/Python.Runtime.dll +0 -0
- pythonnet/runtime/Python.Runtime.pdb +0 -0
- pythonnet/runtime/Python.Runtime.xml +3 -0
- {pythonnet-3.0.5.dist-info → pythonnet-3.1.0rc0.dist-info}/METADATA +7 -5
- pythonnet-3.1.0rc0.dist-info/RECORD +12 -0
- {pythonnet-3.0.5.dist-info → pythonnet-3.1.0rc0.dist-info}/WHEEL +1 -1
- pythonnet-3.1.0rc0.dist-info/licenses/AUTHORS.md +91 -0
- pythonnet-3.1.0rc0.dist-info/licenses/LICENSE +21 -0
- pythonnet-3.0.5.dist-info/RECORD +0 -10
- {pythonnet-3.0.5.dist-info → pythonnet-3.1.0rc0.dist-info}/top_level.txt +0 -0
|
@@ -7,22 +7,15 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETStandard,Version=v2.0": {},
|
|
9
9
|
".NETStandard,Version=v2.0/": {
|
|
10
|
-
"Python.Runtime/3.0.
|
|
10
|
+
"Python.Runtime/3.1.0-rc.0": {
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"Lost.Compat.NullabilityAttributes": "0.0.4",
|
|
13
12
|
"Microsoft.CSharp": "4.7.0",
|
|
14
|
-
"Microsoft.Net.Compilers.Toolset": "4.0.1",
|
|
15
|
-
"Microsoft.SourceLink.GitHub": "1.1.1",
|
|
16
|
-
"NETStandard.Library": "2.0.3",
|
|
17
|
-
"NonCopyableAnalyzer": "0.7.0",
|
|
18
13
|
"System.Reflection.Emit": "4.3.0"
|
|
19
14
|
},
|
|
20
15
|
"runtime": {
|
|
21
16
|
"Python.Runtime.dll": {}
|
|
22
17
|
}
|
|
23
18
|
},
|
|
24
|
-
"Lost.Compat.NullabilityAttributes/0.0.4": {},
|
|
25
|
-
"Microsoft.Build.Tasks.Git/1.1.1": {},
|
|
26
19
|
"Microsoft.CSharp/4.7.0": {
|
|
27
20
|
"runtime": {
|
|
28
21
|
"lib/netstandard2.0/Microsoft.CSharp.dll": {
|
|
@@ -31,47 +24,9 @@
|
|
|
31
24
|
}
|
|
32
25
|
}
|
|
33
26
|
},
|
|
34
|
-
"Microsoft.Net.Compilers.Toolset/4.0.1": {},
|
|
35
|
-
"Microsoft.NETCore.Platforms/1.1.0": {},
|
|
36
|
-
"Microsoft.NETCore.Targets/1.1.0": {},
|
|
37
|
-
"Microsoft.SourceLink.Common/1.1.1": {},
|
|
38
|
-
"Microsoft.SourceLink.GitHub/1.1.1": {
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"Microsoft.Build.Tasks.Git": "1.1.1",
|
|
41
|
-
"Microsoft.SourceLink.Common": "1.1.1"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"NETStandard.Library/2.0.3": {
|
|
45
|
-
"dependencies": {
|
|
46
|
-
"Microsoft.NETCore.Platforms": "1.1.0"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"NonCopyableAnalyzer/0.7.0": {},
|
|
50
|
-
"System.IO/4.3.0": {
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
53
|
-
"Microsoft.NETCore.Targets": "1.1.0",
|
|
54
|
-
"System.Runtime": "4.3.0",
|
|
55
|
-
"System.Text.Encoding": "4.3.0",
|
|
56
|
-
"System.Threading.Tasks": "4.3.0"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"System.Reflection/4.3.0": {
|
|
60
|
-
"dependencies": {
|
|
61
|
-
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
62
|
-
"Microsoft.NETCore.Targets": "1.1.0",
|
|
63
|
-
"System.IO": "4.3.0",
|
|
64
|
-
"System.Reflection.Primitives": "4.3.0",
|
|
65
|
-
"System.Runtime": "4.3.0"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
27
|
"System.Reflection.Emit/4.3.0": {
|
|
69
28
|
"dependencies": {
|
|
70
|
-
"System.
|
|
71
|
-
"System.Reflection": "4.3.0",
|
|
72
|
-
"System.Reflection.Emit.ILGeneration": "4.3.0",
|
|
73
|
-
"System.Reflection.Primitives": "4.3.0",
|
|
74
|
-
"System.Runtime": "4.3.0"
|
|
29
|
+
"System.Reflection.Emit.ILGeneration": "4.3.0"
|
|
75
30
|
},
|
|
76
31
|
"runtime": {
|
|
77
32
|
"lib/netstandard1.3/System.Reflection.Emit.dll": {
|
|
@@ -81,67 +36,21 @@
|
|
|
81
36
|
}
|
|
82
37
|
},
|
|
83
38
|
"System.Reflection.Emit.ILGeneration/4.3.0": {
|
|
84
|
-
"dependencies": {
|
|
85
|
-
"System.Reflection": "4.3.0",
|
|
86
|
-
"System.Reflection.Primitives": "4.3.0",
|
|
87
|
-
"System.Runtime": "4.3.0"
|
|
88
|
-
},
|
|
89
39
|
"runtime": {
|
|
90
40
|
"lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {
|
|
91
41
|
"assemblyVersion": "4.0.2.0",
|
|
92
42
|
"fileVersion": "4.6.24705.1"
|
|
93
43
|
}
|
|
94
44
|
}
|
|
95
|
-
},
|
|
96
|
-
"System.Reflection.Primitives/4.3.0": {
|
|
97
|
-
"dependencies": {
|
|
98
|
-
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
99
|
-
"Microsoft.NETCore.Targets": "1.1.0",
|
|
100
|
-
"System.Runtime": "4.3.0"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"System.Runtime/4.3.0": {
|
|
104
|
-
"dependencies": {
|
|
105
|
-
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
106
|
-
"Microsoft.NETCore.Targets": "1.1.0"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"System.Text.Encoding/4.3.0": {
|
|
110
|
-
"dependencies": {
|
|
111
|
-
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
112
|
-
"Microsoft.NETCore.Targets": "1.1.0",
|
|
113
|
-
"System.Runtime": "4.3.0"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"System.Threading.Tasks/4.3.0": {
|
|
117
|
-
"dependencies": {
|
|
118
|
-
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
119
|
-
"Microsoft.NETCore.Targets": "1.1.0",
|
|
120
|
-
"System.Runtime": "4.3.0"
|
|
121
|
-
}
|
|
122
45
|
}
|
|
123
46
|
}
|
|
124
47
|
},
|
|
125
48
|
"libraries": {
|
|
126
|
-
"Python.Runtime/3.0.
|
|
49
|
+
"Python.Runtime/3.1.0-rc.0": {
|
|
127
50
|
"type": "project",
|
|
128
51
|
"serviceable": false,
|
|
129
52
|
"sha512": ""
|
|
130
53
|
},
|
|
131
|
-
"Lost.Compat.NullabilityAttributes/0.0.4": {
|
|
132
|
-
"type": "package",
|
|
133
|
-
"serviceable": true,
|
|
134
|
-
"sha512": "sha512-n0NnW7dbtbq1+2zaJELWLhBm6hCcnhYLstCDOQIpb5AXtQdIKS4l6CQMndA8qrj3ufdC9M0Ntq3k48V9LyKBtg==",
|
|
135
|
-
"path": "lost.compat.nullabilityattributes/0.0.4",
|
|
136
|
-
"hashPath": "lost.compat.nullabilityattributes.0.0.4.nupkg.sha512"
|
|
137
|
-
},
|
|
138
|
-
"Microsoft.Build.Tasks.Git/1.1.1": {
|
|
139
|
-
"type": "package",
|
|
140
|
-
"serviceable": true,
|
|
141
|
-
"sha512": "sha512-AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==",
|
|
142
|
-
"path": "microsoft.build.tasks.git/1.1.1",
|
|
143
|
-
"hashPath": "microsoft.build.tasks.git.1.1.1.nupkg.sha512"
|
|
144
|
-
},
|
|
145
54
|
"Microsoft.CSharp/4.7.0": {
|
|
146
55
|
"type": "package",
|
|
147
56
|
"serviceable": true,
|
|
@@ -149,69 +58,6 @@
|
|
|
149
58
|
"path": "microsoft.csharp/4.7.0",
|
|
150
59
|
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
|
|
151
60
|
},
|
|
152
|
-
"Microsoft.Net.Compilers.Toolset/4.0.1": {
|
|
153
|
-
"type": "package",
|
|
154
|
-
"serviceable": true,
|
|
155
|
-
"sha512": "sha512-DVIW1CUIPq5V4tFvqbjKvf0d9djECceVCNDspGx/kPjKyJRXJ6mjYMcel9fxaECybbjYwn8Q1/tIwjZvhZo0NQ==",
|
|
156
|
-
"path": "microsoft.net.compilers.toolset/4.0.1",
|
|
157
|
-
"hashPath": "microsoft.net.compilers.toolset.4.0.1.nupkg.sha512"
|
|
158
|
-
},
|
|
159
|
-
"Microsoft.NETCore.Platforms/1.1.0": {
|
|
160
|
-
"type": "package",
|
|
161
|
-
"serviceable": true,
|
|
162
|
-
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
|
|
163
|
-
"path": "microsoft.netcore.platforms/1.1.0",
|
|
164
|
-
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
|
|
165
|
-
},
|
|
166
|
-
"Microsoft.NETCore.Targets/1.1.0": {
|
|
167
|
-
"type": "package",
|
|
168
|
-
"serviceable": true,
|
|
169
|
-
"sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
|
|
170
|
-
"path": "microsoft.netcore.targets/1.1.0",
|
|
171
|
-
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
|
|
172
|
-
},
|
|
173
|
-
"Microsoft.SourceLink.Common/1.1.1": {
|
|
174
|
-
"type": "package",
|
|
175
|
-
"serviceable": true,
|
|
176
|
-
"sha512": "sha512-WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==",
|
|
177
|
-
"path": "microsoft.sourcelink.common/1.1.1",
|
|
178
|
-
"hashPath": "microsoft.sourcelink.common.1.1.1.nupkg.sha512"
|
|
179
|
-
},
|
|
180
|
-
"Microsoft.SourceLink.GitHub/1.1.1": {
|
|
181
|
-
"type": "package",
|
|
182
|
-
"serviceable": true,
|
|
183
|
-
"sha512": "sha512-IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==",
|
|
184
|
-
"path": "microsoft.sourcelink.github/1.1.1",
|
|
185
|
-
"hashPath": "microsoft.sourcelink.github.1.1.1.nupkg.sha512"
|
|
186
|
-
},
|
|
187
|
-
"NETStandard.Library/2.0.3": {
|
|
188
|
-
"type": "package",
|
|
189
|
-
"serviceable": true,
|
|
190
|
-
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
|
|
191
|
-
"path": "netstandard.library/2.0.3",
|
|
192
|
-
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
|
|
193
|
-
},
|
|
194
|
-
"NonCopyableAnalyzer/0.7.0": {
|
|
195
|
-
"type": "package",
|
|
196
|
-
"serviceable": true,
|
|
197
|
-
"sha512": "sha512-G2vRegGULhvTQ3/LzI0bC7nSSoEGtuvr1LJSWSoLmdVuJn5YNlMtTBAF/O0Rl1Acf2w8QjLuzoxiGagjvglicQ==",
|
|
198
|
-
"path": "noncopyableanalyzer/0.7.0",
|
|
199
|
-
"hashPath": "noncopyableanalyzer.0.7.0.nupkg.sha512"
|
|
200
|
-
},
|
|
201
|
-
"System.IO/4.3.0": {
|
|
202
|
-
"type": "package",
|
|
203
|
-
"serviceable": true,
|
|
204
|
-
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
|
|
205
|
-
"path": "system.io/4.3.0",
|
|
206
|
-
"hashPath": "system.io.4.3.0.nupkg.sha512"
|
|
207
|
-
},
|
|
208
|
-
"System.Reflection/4.3.0": {
|
|
209
|
-
"type": "package",
|
|
210
|
-
"serviceable": true,
|
|
211
|
-
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
|
|
212
|
-
"path": "system.reflection/4.3.0",
|
|
213
|
-
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
|
|
214
|
-
},
|
|
215
61
|
"System.Reflection.Emit/4.3.0": {
|
|
216
62
|
"type": "package",
|
|
217
63
|
"serviceable": true,
|
|
@@ -225,34 +71,6 @@
|
|
|
225
71
|
"sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
|
|
226
72
|
"path": "system.reflection.emit.ilgeneration/4.3.0",
|
|
227
73
|
"hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
|
|
228
|
-
},
|
|
229
|
-
"System.Reflection.Primitives/4.3.0": {
|
|
230
|
-
"type": "package",
|
|
231
|
-
"serviceable": true,
|
|
232
|
-
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
|
|
233
|
-
"path": "system.reflection.primitives/4.3.0",
|
|
234
|
-
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
|
|
235
|
-
},
|
|
236
|
-
"System.Runtime/4.3.0": {
|
|
237
|
-
"type": "package",
|
|
238
|
-
"serviceable": true,
|
|
239
|
-
"sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
|
|
240
|
-
"path": "system.runtime/4.3.0",
|
|
241
|
-
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
|
|
242
|
-
},
|
|
243
|
-
"System.Text.Encoding/4.3.0": {
|
|
244
|
-
"type": "package",
|
|
245
|
-
"serviceable": true,
|
|
246
|
-
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
|
|
247
|
-
"path": "system.text.encoding/4.3.0",
|
|
248
|
-
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
|
|
249
|
-
},
|
|
250
|
-
"System.Threading.Tasks/4.3.0": {
|
|
251
|
-
"type": "package",
|
|
252
|
-
"serviceable": true,
|
|
253
|
-
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
|
|
254
|
-
"path": "system.threading.tasks/4.3.0",
|
|
255
|
-
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
|
|
256
74
|
}
|
|
257
75
|
}
|
|
258
76
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -3013,6 +3013,9 @@
|
|
|
3013
3013
|
Implements __setitem__ for reflected classes and value types.
|
|
3014
3014
|
</summary>
|
|
3015
3015
|
</member>
|
|
3016
|
+
<member name="M:Python.Runtime.ClassBase.DelImpl(Python.Runtime.BorrowedReference,Python.Runtime.BorrowedReference,Python.Runtime.ClassBase)">
|
|
3017
|
+
Implements __delitem__ (del x[...]) for IList<T> and IDictionary<TKey, TValue>.
|
|
3018
|
+
</member>
|
|
3016
3019
|
<member name="T:Python.Runtime.IPythonDerivedType">
|
|
3017
3020
|
<summary>
|
|
3018
3021
|
Managed class that provides the implementation for reflected types.
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pythonnet
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.1.0rc0
|
|
4
4
|
Summary: .NET and Mono integration for Python
|
|
5
5
|
Author-email: "The Contributors of the Python.NET Project" <pythonnet@python.org>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://pythonnet.github.io/
|
|
8
8
|
Project-URL: Sources, https://github.com/pythonnet/pythonnet
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
12
11
|
Classifier: Programming Language :: C#
|
|
13
12
|
Classifier: Programming Language :: Python :: 3
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -21,9 +20,12 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
21
20
|
Classifier: Operating System :: Microsoft :: Windows
|
|
22
21
|
Classifier: Operating System :: POSIX :: Linux
|
|
23
22
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
24
|
-
Requires-Python: <3.
|
|
23
|
+
Requires-Python: <3.15,>=3.10
|
|
25
24
|
Description-Content-Type: text/x-rst
|
|
25
|
+
License-File: LICENSE
|
|
26
|
+
License-File: AUTHORS.md
|
|
26
27
|
Requires-Dist: clr_loader<0.3.0,>=0.2.7
|
|
28
|
+
Dynamic: license-file
|
|
27
29
|
|
|
28
30
|
pythonnet - Python.NET
|
|
29
31
|
===========================
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
clr.py,sha256=9LJE8vehgQqkCBTDXaB4VUBbdQeDbSs5zmZ283dHLRU,96
|
|
2
|
+
pythonnet/__init__.py,sha256=XtllPI_8M3wOGAIP3oJ_nesfPFY4Ctj8WqyCGB4pJ6c,5195
|
|
3
|
+
pythonnet/runtime/Python.Runtime.deps.json,sha256=tV8QpYgLI_spYWy_Xv7YYymXdPj8BsjmmxDJLvLRHl4,2383
|
|
4
|
+
pythonnet/runtime/Python.Runtime.dll,sha256=3tdoj2nIH8rvsNTf4apwsaoT7b8xxbdGj9ff__hDaII,435200
|
|
5
|
+
pythonnet/runtime/Python.Runtime.pdb,sha256=_eikNmUtr_2VtITESmD6ebEmrNblBQlHRX613G5V1ZY,194400
|
|
6
|
+
pythonnet/runtime/Python.Runtime.xml,sha256=3oxH3DTmj8JaA12I7iGXGmE9oTrPOeZy4qXQl8G7NdM,187182
|
|
7
|
+
pythonnet-3.1.0rc0.dist-info/licenses/AUTHORS.md,sha256=AEcYJE-GKpfhy9HeDicadA9Iw75_y7xuZkXVWykl6cI,5036
|
|
8
|
+
pythonnet-3.1.0rc0.dist-info/licenses/LICENSE,sha256=4dw6b_AXpoANwnpyIFAPUSuV-82ZbTjru_-FxpMkU2k,1104
|
|
9
|
+
pythonnet-3.1.0rc0.dist-info/METADATA,sha256=qAegWgzxeT-CrT-xEs2C_ntI1shN2DuegSC1cyZVsWk,6609
|
|
10
|
+
pythonnet-3.1.0rc0.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
11
|
+
pythonnet-3.1.0rc0.dist-info/top_level.txt,sha256=t_cWGAdMpwl7YO793-aNxNpIEUQhODegjRUXXd1alfA,14
|
|
12
|
+
pythonnet-3.1.0rc0.dist-info/RECORD,,
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# Credits
|
|
2
|
+
|
|
3
|
+
## Development Lead
|
|
4
|
+
|
|
5
|
+
- Benedikt Reinartz ([@filmor](https://github.com/filmor))
|
|
6
|
+
- Victor Milovanov ([@lostmsu](https://github.com/lostmsu))
|
|
7
|
+
|
|
8
|
+
## Former Development Leads
|
|
9
|
+
- Barton Cline ([@BartonCline](https://github.com/BartonCline))
|
|
10
|
+
- Brian Lloyd ([@brianlloyd](https://github.com/brianlloyd))
|
|
11
|
+
- David Anthoff ([@davidanthoff](https://github.com/davidanthoff))
|
|
12
|
+
- Denis Akhiyarov ([@denfromufa](https://github.com/denfromufa))
|
|
13
|
+
- Tony Roberts ([@tonyroberts](https://github.com/tonyroberts))
|
|
14
|
+
- Victor Uriarte ([@vmuriart](https://github.com/vmuriart))
|
|
15
|
+
|
|
16
|
+
## Contributors
|
|
17
|
+
|
|
18
|
+
- Alex Earl ([@slide](https://github.com/slide))
|
|
19
|
+
- Alex Helms ([@alexhelms](https://github.com/alexhelms))
|
|
20
|
+
- Alexandre Catarino([@AlexCatarino](https://github.com/AlexCatarino))
|
|
21
|
+
- Andrey Sant'Anna ([@andreydani](https://github.com/andreydani))
|
|
22
|
+
- Arvid JB ([@ArvidJB](https://github.com/ArvidJB))
|
|
23
|
+
- Avinash Maddikonda ([@SFM61319](https://github.com/SFM61319))
|
|
24
|
+
- Benoît Hudson ([@benoithudson](https://github.com/benoithudson))
|
|
25
|
+
- Bradley Friedman ([@leith-bartrich](https://github.com/leith-bartrich))
|
|
26
|
+
- Callum Noble ([@callumnoble](https://github.com/callumnoble))
|
|
27
|
+
- Christabella Irwanto([@christabella](https://github.com/christabella))
|
|
28
|
+
- Christian Heimes ([@tiran](https://github.com/tiran))
|
|
29
|
+
- Christoph Gohlke ([@cgohlke](https://github.com/cgohlke))
|
|
30
|
+
- Christopher Bremner ([@chrisjbremner](https://github.com/chrisjbremner))
|
|
31
|
+
- Christopher Pow ([@christopherpow](https://github.com/christopherpow))
|
|
32
|
+
- Daniel Abrahamsson ([@danabr](https://github.com/danabr))
|
|
33
|
+
- Daniel Fernandez ([@fdanny](https://github.com/fdanny))
|
|
34
|
+
- Daniel Santana ([@dgsantana](https://github.com/dgsantana))
|
|
35
|
+
- Dave Hirschfeld ([@dhirschfeld](https://github.com/dhirschfeld))
|
|
36
|
+
- David Lassonde ([@lassond](https://github.com/lassond))
|
|
37
|
+
- David Lechner ([@dlech](https://github.com/dlech))
|
|
38
|
+
- Dmitriy Se ([@dmitriyse](https://github.com/dmitriyse))
|
|
39
|
+
- Félix Bourbonnais ([@BadSingleton](https://github.com/BadSingleton))
|
|
40
|
+
- Florian Treurniet ([@ftreurni](https://github.com/ftreurni))
|
|
41
|
+
- Frank Witscher ([@Frawak](https://github.com/Frawak))
|
|
42
|
+
- He-chien Tsai ([@t3476](https://github.com/t3476))
|
|
43
|
+
- Inna Wiesel ([@inna-w](https://github.com/inna-w))
|
|
44
|
+
- Ivan Cronyn ([@cronan](https://github.com/cronan))
|
|
45
|
+
- Jan Krivanek ([@jakrivan](https://github.com/jakrivan))
|
|
46
|
+
- Jeff Reback ([@jreback](https://github.com/jreback))
|
|
47
|
+
- Jeff Robbins ([@jeff17robbins](https://github.com/jeff17robbins))
|
|
48
|
+
- Joe Frayne ([@jfrayne](https://github.com/jfrayne))
|
|
49
|
+
- Joe Lidbetter ([@jmlidbetter](https://github.com/jmlidbetter))
|
|
50
|
+
- Joe Savage ([@s4v4g3](https://github.com/s4v4g3))
|
|
51
|
+
- John Burnett ([@johnburnett](https://github.com/johnburnett))
|
|
52
|
+
- John Wilkes ([@jbw3](https://github.com/jbw3))
|
|
53
|
+
- Luke Stratman ([@lstratman](https://github.com/lstratman))
|
|
54
|
+
- Konstantin Posudevskiy ([@konstantin-posudevskiy](https://github.com/konstantin-posudevskiy))
|
|
55
|
+
- Matthias Dittrich ([@matthid](https://github.com/matthid))
|
|
56
|
+
- Meinrad Recheis ([@henon](https://github.com/henon))
|
|
57
|
+
- Mohamed Koubaa ([@koubaa](https://github.com/koubaa))
|
|
58
|
+
- Patrick Stewart ([@patstew](https://github.com/patstew))
|
|
59
|
+
- Peter Kese ([@pkese](https://github.com/pkese))
|
|
60
|
+
- Raphael Nestler ([@rnestler](https://github.com/rnestler))
|
|
61
|
+
- Rickard Holmberg ([@rickardraysearch](https://github.com/rickardraysearch))
|
|
62
|
+
- Roberto Pastor Muela ([@RobPasMue](https://github.com/RobPasMue))
|
|
63
|
+
- Sam Winstanley ([@swinstanley](https://github.com/swinstanley))
|
|
64
|
+
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
|
|
65
|
+
- Serge Weinstock ([@sweinst](https://github.com/sweinst))
|
|
66
|
+
- Simon Mourier ([@smourier](https://github.com/smourier))
|
|
67
|
+
- Tom Minka ([@tminka](https://github.com/tminka))
|
|
68
|
+
- Viktoria Kovescses ([@vkovec](https://github.com/vkovec))
|
|
69
|
+
- Ville M. Vainio ([@vivainio](https://github.com/vivainio))
|
|
70
|
+
- Virgil Dupras ([@hsoft](https://github.com/hsoft))
|
|
71
|
+
- Wenguang Yang ([@yagweb](https://github.com/yagweb))
|
|
72
|
+
- William Sardar ([@williamsardar](https://github.com/williamsardar))
|
|
73
|
+
- Xavier Dupré ([@sdpython](https://github.com/sdpython))
|
|
74
|
+
- Zane Purvis ([@zanedp](https://github.com/zanedp))
|
|
75
|
+
- ([@amos402](https://github.com/amos402))
|
|
76
|
+
- ([@bltribble](https://github.com/bltribble))
|
|
77
|
+
- ([@civilx64](https://github.com/civilx64))
|
|
78
|
+
- ([@GSPP](https://github.com/GSPP))
|
|
79
|
+
- ([@omnicognate](https://github.com/omnicognate))
|
|
80
|
+
- ([@OneBlue](https://github.com/OneBlue))
|
|
81
|
+
- ([@rico-chet](https://github.com/rico-chet))
|
|
82
|
+
- ([@rmadsen-ks](https://github.com/rmadsen-ks))
|
|
83
|
+
- ([@SnGmng](https://github.com/SnGmng))
|
|
84
|
+
- ([@stonebig](https://github.com/stonebig))
|
|
85
|
+
- ([@testrunner123](https://github.com/testrunner123))
|
|
86
|
+
- ([@DanBarzilian](https://github.com/DanBarzilian))
|
|
87
|
+
- ([@alxnull](https://github.com/alxnull))
|
|
88
|
+
- ([@gpetrou](https://github.com/gpetrou))
|
|
89
|
+
- Ehsan Iran-Nejad ([@eirannejad](https://github.com/eirannejad))
|
|
90
|
+
- ([@legomanww](https://github.com/legomanww))
|
|
91
|
+
- ([@gertdreyer](https://github.com/gertdreyer))
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2006-2021 the contributors of the Python.NET project
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
6
|
+
copy of this software and associated documentation files (the "Software"),
|
|
7
|
+
to deal in the Software without restriction, including without limitation
|
|
8
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
9
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
10
|
+
Software is furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included
|
|
13
|
+
in all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
16
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
18
|
+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
21
|
+
DEALINGS IN THE SOFTWARE.
|
pythonnet-3.0.5.dist-info/RECORD
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
clr.py,sha256=9LJE8vehgQqkCBTDXaB4VUBbdQeDbSs5zmZ283dHLRU,96
|
|
2
|
-
pythonnet/__init__.py,sha256=XtllPI_8M3wOGAIP3oJ_nesfPFY4Ctj8WqyCGB4pJ6c,5195
|
|
3
|
-
pythonnet/runtime/Python.Runtime.deps.json,sha256=UjDs7r4COLpsRBglgJ16ilRapfHbfohTM-hhPXOwE-k,9851
|
|
4
|
-
pythonnet/runtime/Python.Runtime.dll,sha256=0gStdNwYzQcyDI5mW9MuxlSbVVzpfmHk08-IQ3pkmI4,450048
|
|
5
|
-
pythonnet/runtime/Python.Runtime.pdb,sha256=Mmt2KjJJVmHbPR7_hagFOTE5BBp31RzIjlvsTTO0fUs,203828
|
|
6
|
-
pythonnet/runtime/Python.Runtime.xml,sha256=QPOTSrqbvOsZNYextthLbFjnsexwvqdjsCJ43Qb_vhk,186909
|
|
7
|
-
pythonnet-3.0.5.dist-info/METADATA,sha256=N5A59cud6Hkj3lvgItmah6zJFt01zJVZwsSxpdEhNcw,6576
|
|
8
|
-
pythonnet-3.0.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
9
|
-
pythonnet-3.0.5.dist-info/top_level.txt,sha256=t_cWGAdMpwl7YO793-aNxNpIEUQhODegjRUXXd1alfA,14
|
|
10
|
-
pythonnet-3.0.5.dist-info/RECORD,,
|
|
File without changes
|