1- pythonnet - Python for .NET
1+ pythonnet - Python.NET
22===========================
33
44|Join the chat at https://gitter.im/pythonnet/pythonnet |
@@ -8,7 +8,7 @@ pythonnet - Python for .NET
88|license shield | |pypi package version | |conda-forge version | |python supported shield |
99|stackexchange shield |
1010
11- Python for .NET is a package that gives Python programmers nearly
11+ Python.NET is a package that gives Python programmers nearly
1212seamless integration with the .NET Common Language Runtime (CLR) and
1313provides a powerful application scripting tool for .NET developers. It
1414allows Python code to interact with the CLR, and may also be used to
@@ -17,8 +17,7 @@ embed Python into a .NET application.
1717Calling .NET code from Python
1818-----------------------------
1919
20- Python for .NET allows CLR namespaces to be treated essentially as
21- Python packages.
20+ Python.NET allows CLR namespaces to be treated essentially as Python packages.
2221
2322.. code-block ::
2423
@@ -90,18 +89,24 @@ Output:
9089 int32
9190 [ 6. 10. 12.]
9291
92+
93+
94+ Resources
95+ ---------
96+
9397Information on installation, FAQ, troubleshooting, debugging, and
9498projects using pythonnet can be found in the Wiki:
9599
96100https://github.com/pythonnet/pythonnet/wiki
97101
98- Python 3.8.0 support
99- --------------------
102+ Mailing list
103+ https://mail.python.org/mailman/listinfo/pythondotnet
104+ Chat
105+ https://gitter.im/pythonnet/pythonnet
100106
101- Some features are disabled in Python 3.8.0 because of
102- `this bug in Python <https://bugs.python.org/issue37633 >`_. The error is
103- ``System.EntryPointNotFoundException : Unable to find an entry point named
104- 'Py_CompileString' in DLL 'python38' ``. This will be fixed in Python 3.8.1.
107+ .NET Foundation
108+ ---------------
109+ This project is supported by the `.NET Foundation <https://dotnetfoundation.org >`_.
105110
106111.. |Join the chat at https://gitter.im/pythonnet/pythonnet | image :: https://badges.gitter.im/pythonnet/pythonnet.svg
107112 :target: https://gitter.im/pythonnet/pythonnet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
@@ -121,8 +126,3 @@ Some features are disabled in Python 3.8.0 because of
121126 :target: http://stackoverflow.com/questions/tagged/python.net
122127.. |conda-forge version | image :: https://img.shields.io/conda/vn/conda-forge/pythonnet.svg
123128 :target: https://anaconda.org/conda-forge/pythonnet
124-
125- Resources
126- ---------
127- Mailing list: https://mail.python.org/mailman/listinfo/pythondotnet
128- Chat: https://gitter.im/pythonnet/pythonnet
0 commit comments