pythonnet 3.0.4__py3-none-any.whl → 3.0.5__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.
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETStandard,Version=v2.0": {},
9
9
  ".NETStandard,Version=v2.0/": {
10
- "Python.Runtime/3.0.4": {
10
+ "Python.Runtime/3.0.5": {
11
11
  "dependencies": {
12
12
  "Lost.Compat.NullabilityAttributes": "0.0.4",
13
13
  "Microsoft.CSharp": "4.7.0",
@@ -123,7 +123,7 @@
123
123
  }
124
124
  },
125
125
  "libraries": {
126
- "Python.Runtime/3.0.4": {
126
+ "Python.Runtime/3.0.5": {
127
127
  "type": "project",
128
128
  "serviceable": false,
129
129
  "sha512": ""
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pythonnet
3
- Version: 3.0.4
3
+ Version: 3.0.5
4
4
  Summary: .NET and Mono integration for Python
5
5
  Author-email: "The Contributors of the Python.NET Project" <pythonnet@python.org>
6
6
  License: MIT
@@ -17,14 +17,13 @@ Classifier: Programming Language :: Python :: 3.9
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
20
21
  Classifier: Operating System :: Microsoft :: Windows
21
22
  Classifier: Operating System :: POSIX :: Linux
22
23
  Classifier: Operating System :: MacOS :: MacOS X
23
- Requires-Python: <3.13,>=3.7
24
+ Requires-Python: <3.14,>=3.7
24
25
  Description-Content-Type: text/x-rst
25
- License-File: LICENSE
26
- License-File: AUTHORS.md
27
- Requires-Dist: clr-loader<0.3.0,>=0.2.6
26
+ Requires-Dist: clr_loader<0.3.0,>=0.2.7
28
27
 
29
28
  pythonnet - Python.NET
30
29
  ===========================
@@ -0,0 +1,10 @@
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,90 +0,0 @@
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
- - Sam Winstanley ([@swinstanley](https://github.com/swinstanley))
63
- - Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
64
- - Serge Weinstock ([@sweinst](https://github.com/sweinst))
65
- - Simon Mourier ([@smourier](https://github.com/smourier))
66
- - Tom Minka ([@tminka](https://github.com/tminka))
67
- - Viktoria Kovescses ([@vkovec](https://github.com/vkovec))
68
- - Ville M. Vainio ([@vivainio](https://github.com/vivainio))
69
- - Virgil Dupras ([@hsoft](https://github.com/hsoft))
70
- - Wenguang Yang ([@yagweb](https://github.com/yagweb))
71
- - William Sardar ([@williamsardar](https://github.com/williamsardar))
72
- - Xavier Dupré ([@sdpython](https://github.com/sdpython))
73
- - Zane Purvis ([@zanedp](https://github.com/zanedp))
74
- - ([@amos402](https://github.com/amos402))
75
- - ([@bltribble](https://github.com/bltribble))
76
- - ([@civilx64](https://github.com/civilx64))
77
- - ([@GSPP](https://github.com/GSPP))
78
- - ([@omnicognate](https://github.com/omnicognate))
79
- - ([@OneBlue](https://github.com/OneBlue))
80
- - ([@rico-chet](https://github.com/rico-chet))
81
- - ([@rmadsen-ks](https://github.com/rmadsen-ks))
82
- - ([@SnGmng](https://github.com/SnGmng))
83
- - ([@stonebig](https://github.com/stonebig))
84
- - ([@testrunner123](https://github.com/testrunner123))
85
- - ([@DanBarzilian](https://github.com/DanBarzilian))
86
- - ([@alxnull](https://github.com/alxnull))
87
- - ([@gpetrou](https://github.com/gpetrou))
88
- - Ehsan Iran-Nejad ([@eirannejad](https://github.com/eirannejad))
89
- - ([@legomanww](https://github.com/legomanww))
90
- - ([@gertdreyer](https://github.com/gertdreyer))
@@ -1,21 +0,0 @@
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.
@@ -1,12 +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=-EO1U3VQeMYCQrfl5sJ4yISMd2IoKpe764RGauJyjxI,9851
4
- pythonnet/runtime/Python.Runtime.dll,sha256=FCUb9Yx6vdVjv30hJPO3HlKLNfv9Pi14onDkZduGNUA,438784
5
- pythonnet/runtime/Python.Runtime.pdb,sha256=Q9jpQe3vqnCzI5gaWwsr8NcsFba0f7iUG2nK5MzwS3E,197956
6
- pythonnet/runtime/Python.Runtime.xml,sha256=QPOTSrqbvOsZNYextthLbFjnsexwvqdjsCJ43Qb_vhk,186909
7
- pythonnet-3.0.4.dist-info/AUTHORS.md,sha256=IjhmEJExLdDqQAdGZmXKvnqJy95lDrwqaupG3JmZAAg,4966
8
- pythonnet-3.0.4.dist-info/LICENSE,sha256=4dw6b_AXpoANwnpyIFAPUSuV-82ZbTjru_-FxpMkU2k,1104
9
- pythonnet-3.0.4.dist-info/METADATA,sha256=Ox-2g15j8xknoDJjdLXKQXY0v8DFwdieGccew5jG41E,6572
10
- pythonnet-3.0.4.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
11
- pythonnet-3.0.4.dist-info/top_level.txt,sha256=t_cWGAdMpwl7YO793-aNxNpIEUQhODegjRUXXd1alfA,14
12
- pythonnet-3.0.4.dist-info/RECORD,,