AUTHORS.md
Directory.Build.props
LICENSE
MANIFEST.in
README.rst
clr.py
pyproject.toml
pythonnet.sln
setup.py
version.txt
pythonnet/__init__.py
pythonnet.egg-info/PKG-INFO
pythonnet.egg-info/SOURCES.txt
pythonnet.egg-info/dependency_links.txt
pythonnet.egg-info/not-zip-safe
pythonnet.egg-info/requires.txt
pythonnet.egg-info/top_level.txt
src/pythonnet.snk
src/console/Console.csproj
src/console/python-clear.ico
src/console/python-clear.png
src/console/pythonconsole.cs
src/embed_tests/CallableObject.cs
src/embed_tests/ClassManagerTests.cs
src/embed_tests/CodecGroups.cs
src/embed_tests/Codecs.cs
src/embed_tests/ExtensionTypes.cs
src/embed_tests/GlobalTestsSetup.cs
src/embed_tests/Inheritance.cs
src/embed_tests/Inspect.cs
src/embed_tests/Modules.cs
src/embed_tests/NumPyTests.cs
src/embed_tests/Python.EmbeddingTest.csproj
src/embed_tests/References.cs
src/embed_tests/TestCallbacks.cs
src/embed_tests/TestConverter.cs
src/embed_tests/TestCustomMarshal.cs
src/embed_tests/TestDomainReload.cs
src/embed_tests/TestFinalizer.cs
src/embed_tests/TestGILState.cs
src/embed_tests/TestInstanceWrapping.cs
src/embed_tests/TestInterrupt.cs
src/embed_tests/TestNamedArguments.cs
src/embed_tests/TestNativeTypeOffset.cs
src/embed_tests/TestOperator.cs
src/embed_tests/TestPyBuffer.cs
src/embed_tests/TestPyFloat.cs
src/embed_tests/TestPyInt.cs
src/embed_tests/TestPyIter.cs
src/embed_tests/TestPyList.cs
src/embed_tests/TestPyNumber.cs
src/embed_tests/TestPyObject.cs
src/embed_tests/TestPySequence.cs
src/embed_tests/TestPyString.cs
src/embed_tests/TestPyTuple.cs
src/embed_tests/TestPyType.cs
src/embed_tests/TestPyWith.cs
src/embed_tests/TestPythonEngineProperties.cs
src/embed_tests/TestPythonException.cs
src/embed_tests/TestRuntime.cs
src/embed_tests/dynamic.cs
src/embed_tests/packages.config
src/embed_tests/pyimport.cs
src/embed_tests/pyinitialize.cs
src/embed_tests/pyrunstring.cs
src/embed_tests/StateSerialization/MethodSerialization.cs
src/embed_tests/fixtures/PyImportTest/__init__.py
src/embed_tests/fixtures/PyImportTest/cast_global_var.py
src/embed_tests/fixtures/PyImportTest/sysargv.py
src/embed_tests/fixtures/PyImportTest/test/__init__.py
src/embed_tests/fixtures/PyImportTest/test/one.py
src/perf_tests/BaselineComparisonBenchmarkBase.cs
src/perf_tests/BaselineComparisonConfig.cs
src/perf_tests/BenchmarkTests.cs
src/perf_tests/Python.PerformanceTests.csproj
src/perf_tests/PythonCallingNetBenchmark.cs
src/perf_tests/baseline/.gitkeep
src/python_tests_runner/Python.PythonTestsRunner.csproj
src/python_tests_runner/PythonTestRunner.cs
src/runtime/AssemblyManager.cs
src/runtime/ClassManager.cs
src/runtime/Converter.cs
src/runtime/DefaultBaseTypeProvider.cs
src/runtime/DelegateManager.cs
src/runtime/Exceptions.cs
src/runtime/Finalizer.cs
src/runtime/IPythonBaseTypeProvider.cs
src/runtime/ImportHook.cs
src/runtime/Interfaces.cs
src/runtime/InternString.cs
src/runtime/Interop.cs
src/runtime/InteropConfiguration.cs
src/runtime/Loader.cs
src/runtime/MethodBinder.cs
src/runtime/Py.cs
src/runtime/PyExportAttribute.cs
src/runtime/Python.Runtime.csproj
src/runtime/PythonBaseTypeProviderGroup.cs
src/runtime/PythonEngine.cs
src/runtime/PythonException.cs
src/runtime/README.md
src/runtime/Runtime.Delegates.cs
src/runtime/Runtime.cs
src/runtime/RuntimeState.cs
src/runtime/TypeManager.cs
src/runtime/Codecs/DecoderGroup.cs
src/runtime/Codecs/EncoderGroup.cs
src/runtime/Codecs/EnumPyIntCodec.cs
src/runtime/Codecs/IPyObjectDecoder.cs
src/runtime/Codecs/IPyObjectEncoder.cs
src/runtime/Codecs/IterableDecoder.cs
src/runtime/Codecs/ListDecoder.cs
src/runtime/Codecs/PyObjectConversions.cs
src/runtime/Codecs/RawProxyEncoder.cs
src/runtime/Codecs/SequenceDecoder.cs
src/runtime/Codecs/TupleCodecs.cs
src/runtime/CollectionWrappers/IterableWrapper.cs
src/runtime/CollectionWrappers/ListWrapper.cs
src/runtime/CollectionWrappers/SequenceWrapper.cs
src/runtime/Mixins/CollectionMixinsProvider.cs
src/runtime/Mixins/collections.py
src/runtime/Native/ABI.cs
src/runtime/Native/BorrowedReference.cs
src/runtime/Native/CustomMarshaler.cs
src/runtime/Native/GeneratedTypeOffsets.cs
src/runtime/Native/ITypeOffsets.cs
src/runtime/Native/LibDL.cs
src/runtime/Native/LibraryLoader.cs
src/runtime/Native/NativeCall.cs
src/runtime/Native/NativeFunc.cs
src/runtime/Native/NativeTypeSpec.cs
src/runtime/Native/NewReference.cs
src/runtime/Native/PyBufferInterface.cs
src/runtime/Native/PyCompilerFlags.cs
src/runtime/Native/PyGILState.cs
src/runtime/Native/PyIdentifier_.cs
src/runtime/Native/PyIdentifier_.tt
src/runtime/Native/PyInterpreterState.cs
src/runtime/Native/PyMemberFlags.cs
src/runtime/Native/PyMemberType.cs
src/runtime/Native/PyMethodFlags.cs
src/runtime/Native/PyThreadState.cs
src/runtime/Native/ReferenceExtensions.cs
src/runtime/Native/StolenReference.cs
src/runtime/Native/StrPtr.cs
src/runtime/Native/TypeOffset.cs
src/runtime/Native/TypeOffset310.cs
src/runtime/Native/TypeOffset37.cs
src/runtime/Native/TypeOffset38.cs
src/runtime/Native/TypeOffset39.cs
src/runtime/Properties/AssemblyInfo.cs
src/runtime/PythonTypes/PyBuffer.cs
src/runtime/PythonTypes/PyDict.cs
src/runtime/PythonTypes/PyFloat.cs
src/runtime/PythonTypes/PyInt.cs
src/runtime/PythonTypes/PyIter.cs
src/runtime/PythonTypes/PyIterable.cs
src/runtime/PythonTypes/PyList.cs
src/runtime/PythonTypes/PyModule.cs
src/runtime/PythonTypes/PyNumber.cs
src/runtime/PythonTypes/PyObject.IConvertible.cs
src/runtime/PythonTypes/PyObject.cs
src/runtime/PythonTypes/PySequence.cs
src/runtime/PythonTypes/PyString.cs
src/runtime/PythonTypes/PyTuple.cs
src/runtime/PythonTypes/PyType.cs
src/runtime/PythonTypes/TypeSpec.cs
src/runtime/Resources/clr.py
src/runtime/Resources/interop.py
src/runtime/StateSerialization/CLRMappedItem.cs
src/runtime/StateSerialization/CLRWrapperCollection.cs
src/runtime/StateSerialization/ClassManagerState.cs
src/runtime/StateSerialization/ICLRObjectStorer.cs
src/runtime/StateSerialization/ImportHookState.cs
src/runtime/StateSerialization/MaybeMemberInfo.cs
src/runtime/StateSerialization/MaybeMethodBase.cs
src/runtime/StateSerialization/MaybeType.cs
src/runtime/StateSerialization/MetatypeState.cs
src/runtime/StateSerialization/PythonNetState.cs
src/runtime/StateSerialization/RuntimeData.cs
src/runtime/StateSerialization/SharedObjectsState.cs
src/runtime/StateSerialization/TypeManagerState.cs
src/runtime/StateSerialization/UnloadedClass.cs
src/runtime/Types/ArrayObject.cs
src/runtime/Types/ClassBase.cs
src/runtime/Types/ClassDerived.cs
src/runtime/Types/ClassObject.cs
src/runtime/Types/ClrObject.cs
src/runtime/Types/DelegateObject.cs
src/runtime/Types/EventBinding.cs
src/runtime/Types/EventObject.cs
src/runtime/Types/ExceptionClassObject.cs
src/runtime/Types/ExtensionType.cs
src/runtime/Types/FieldObject.cs
src/runtime/Types/GenericType.cs
src/runtime/Types/Indexer.cs
src/runtime/Types/InterfaceObject.cs
src/runtime/Types/Iterator.cs
src/runtime/Types/ManagedType.cs
src/runtime/Types/ManagedTypes.cd
src/runtime/Types/MetaType.cs
src/runtime/Types/MethodBinding.cs
src/runtime/Types/MethodObject.cs
src/runtime/Types/ModuleFunctionObject.cs
src/runtime/Types/ModuleObject.cs
src/runtime/Types/ModulePropertyObject.cs
src/runtime/Types/MpLengthSlot.cs
src/runtime/Types/OperatorMethod.cs
src/runtime/Types/OverloadMapper.cs
src/runtime/Types/PropertyObject.cs
src/runtime/Types/ReflectedClrType.cs
src/runtime/Types/UnsafeReferenceWithRun.cs
src/runtime/Util/CodeGenerator.cs
src/runtime/Util/DebugUtil.cs
src/runtime/Util/EventHandlerCollection.cs
src/runtime/Util/GenericUtil.cs
src/runtime/Util/InitOnly.cs
src/runtime/Util/NonCopyableAttribute.cs
src/runtime/Util/NullOnly.cs
src/runtime/Util/OpsHelper.cs
src/runtime/Util/ParameterHelper.cs
src/runtime/Util/PythonReferenceComparer.cs
src/runtime/Util/ReflectionPolyfills.cs
src/runtime/Util/ReflectionUtil.cs
src/runtime/Util/Util.cs
src/runtime/obj/Debug/.NETStandard,Version=v2.0.AssemblyAttributes.cs
src/runtime/obj/Debug/Python.Runtime.AssemblyInfo.cs
src/runtime/obj/Debug/Python.Runtime.AssemblyInfoInputs.cache
src/runtime/obj/Debug/Python.Runtime.GeneratedMSBuildEditorConfig.editorconfig
src/runtime/obj/Debug/Python.Runtime.assets.cache
src/runtime/obj/Debug/Python.Runtime.csproj.AssemblyReference.cache
src/runtime/obj/Debug/Python.Runtime.csproj.CoreCompileInputs.cache
src/runtime/obj/Debug/Python.Runtime.csproj.FileListAbsolute.txt
src/runtime/obj/Debug/Python.Runtime.dll
src/runtime/obj/Debug/Python.Runtime.pdb
src/runtime/obj/Debug/Python.Runtime.sourcelink.json
src/runtime/obj/release/.NETStandard,Version=v2.0.AssemblyAttributes.cs
src/runtime/obj/release/Python.Runtime.AssemblyInfo.cs
src/runtime/obj/release/Python.Runtime.AssemblyInfoInputs.cache
src/runtime/obj/release/Python.Runtime.GeneratedMSBuildEditorConfig.editorconfig
src/runtime/obj/release/Python.Runtime.assets.cache
src/runtime/obj/release/Python.Runtime.csproj.AssemblyReference.cache
src/runtime/obj/release/Python.Runtime.csproj.CoreCompileInputs.cache
src/runtime/obj/release/Python.Runtime.csproj.FileListAbsolute.txt
src/runtime/obj/release/Python.Runtime.dll
src/runtime/obj/release/Python.Runtime.pdb
src/runtime/obj/release/Python.Runtime.sourcelink.json
src/testing/CodecTest.cs
src/testing/InheritanceTest.cs
src/testing/Python.Test.csproj
src/testing/ReprTest.cs
src/testing/arraytest.cs
src/testing/callbacktest.cs
src/testing/classtest.cs
src/testing/constructortests.cs
src/testing/conversiontest.cs
src/testing/delegatetest.cs
src/testing/doctest.cs
src/testing/enumtest.cs
src/testing/eventtest.cs
src/testing/exceptiontest.cs
src/testing/fieldtest.cs
src/testing/generictest.cs
src/testing/globaltest.cs
src/testing/indexertest.cs
src/testing/interfacetest.cs
src/testing/methodtest.cs
src/testing/moduletest.cs
src/testing/mp_lengthtest.cs
src/testing/nonexportable.cs
src/testing/propertytest.cs
src/testing/subclasstest.cs
src/testing/threadtest.cs
src/testing/bin/Debug/net6.0/Python.Runtime.dll
src/testing/bin/Debug/net6.0/Python.Runtime.pdb
src/testing/bin/Debug/net6.0/Python.Test.deps.json
src/testing/bin/Debug/net6.0/Python.Test.dll
src/testing/bin/Debug/net6.0/Python.Test.pdb
src/testing/bin/Debug/net6.0/Python.Test.runtimeconfig.json
src/testing/bin/Debug/net6.0/ref/Python.Test.dll
src/testing/bin/Debug/netstandard2.0/Python.Runtime.dll
src/testing/bin/Debug/netstandard2.0/Python.Runtime.pdb
src/testing/bin/Debug/netstandard2.0/Python.Test.deps.json
src/testing/bin/Debug/netstandard2.0/Python.Test.dll
src/testing/bin/Debug/netstandard2.0/Python.Test.pdb
src/testing/bin/Debug/netstandard2.0/Python.Test.runtimeconfig.dev.json
src/testing/bin/Debug/netstandard2.0/Python.Test.runtimeconfig.json
src/testing/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
src/testing/obj/Debug/net6.0/PublishOutputs.4a84585274.txt
src/testing/obj/Debug/net6.0/PublishOutputs.6125f952b0.txt
src/testing/obj/Debug/net6.0/PublishOutputs.6cf73ccefb.txt
src/testing/obj/Debug/net6.0/PublishOutputs.72ba2f5dc7.txt
src/testing/obj/Debug/net6.0/PublishOutputs.c3877722e3.txt
src/testing/obj/Debug/net6.0/PublishOutputs.d1c6da1135.txt
src/testing/obj/Debug/net6.0/Python.Test.AssemblyInfo.cs
src/testing/obj/Debug/net6.0/Python.Test.AssemblyInfoInputs.cache
src/testing/obj/Debug/net6.0/Python.Test.GeneratedMSBuildEditorConfig.editorconfig
src/testing/obj/Debug/net6.0/Python.Test.assets.cache
src/testing/obj/Debug/net6.0/Python.Test.csproj.AssemblyReference.cache
src/testing/obj/Debug/net6.0/Python.Test.csproj.CopyComplete
src/testing/obj/Debug/net6.0/Python.Test.csproj.CoreCompileInputs.cache
src/testing/obj/Debug/net6.0/Python.Test.csproj.FileListAbsolute.txt
src/testing/obj/Debug/net6.0/Python.Test.deps.json
src/testing/obj/Debug/net6.0/Python.Test.dll
src/testing/obj/Debug/net6.0/Python.Test.genruntimeconfig.cache
src/testing/obj/Debug/net6.0/Python.Test.pdb
src/testing/obj/Debug/net6.0/ref/Python.Test.dll
src/testing/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
src/testing/obj/Debug/netstandard2.0/PublishOutputs.07f3c689e9.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.0a699a17d2.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.1611392837.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.197a4e1c8e.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.1cbbb7feaf.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.1d8e572224.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.21ea015046.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.220a8ffa1e.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.2c8b1dbbe1.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.2e077311de.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.377d0cf85c.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.396b89d653.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.3b2a88f357.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.3b732f53ee.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.3d38793f4e.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.3f11ad9736.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.47b16dd0af.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.4bc3fa2072.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.4dbb0edbd6.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.4e749e5ee9.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.531c726076.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.56f3b0bbf2.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.69b783ed57.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.6cb23184cc.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.83600f2ad8.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.8c8ae3e3aa.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.8f1a7013e0.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.9101daab7d.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.9865f702d8.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.9f453c4421.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.a99fc6e959.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.b422d7e016.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.b84d980f07.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.b9bd15556f.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.b9d6804f79.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.b9f6ed9375.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.baa8be2a28.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.beb4a9f4c8.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.c89c64a876.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.d3b75c44c8.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.d6b5c4e0f8.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.d790cf7a32.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.db6deb84d8.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.dd4a3cb518.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.ea2ca3902a.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.f08e8efb10.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.f09d288c98.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.f0da3fc5d5.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.f3be0ed009.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.f5f81f36d2.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.fd2b8c904e.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.fe50b6375c.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.ff0dad304d.txt
src/testing/obj/Debug/netstandard2.0/PublishOutputs.ff3bb9eae0.txt
src/testing/obj/Debug/netstandard2.0/Python.Test.AssemblyInfo.cs
src/testing/obj/Debug/netstandard2.0/Python.Test.AssemblyInfoInputs.cache
src/testing/obj/Debug/netstandard2.0/Python.Test.GeneratedMSBuildEditorConfig.editorconfig
src/testing/obj/Debug/netstandard2.0/Python.Test.assets.cache
src/testing/obj/Debug/netstandard2.0/Python.Test.csproj.AssemblyReference.cache
src/testing/obj/Debug/netstandard2.0/Python.Test.csproj.CopyComplete
src/testing/obj/Debug/netstandard2.0/Python.Test.csproj.CoreCompileInputs.cache
src/testing/obj/Debug/netstandard2.0/Python.Test.csproj.FileListAbsolute.txt
src/testing/obj/Debug/netstandard2.0/Python.Test.deps.json
src/testing/obj/Debug/netstandard2.0/Python.Test.dll
src/testing/obj/Debug/netstandard2.0/Python.Test.genruntimeconfig.cache
src/testing/obj/Debug/netstandard2.0/Python.Test.pdb