Razorvine.Pyrolite
4.17.0
See the version list below for details.
dotnet add package Razorvine.Pyrolite --version 4.17.0
NuGet\Install-Package Razorvine.Pyrolite -Version 4.17.0
<PackageReference Include="Razorvine.Pyrolite" Version="4.17.0" />
paket add Razorvine.Pyrolite --version 4.17.0
#r "nuget: Razorvine.Pyrolite, 4.17.0"
// Install Razorvine.Pyrolite as a Cake Addin #addin nuget:?package=Razorvine.Pyrolite&version=4.17.0 // Install Razorvine.Pyrolite as a Cake Tool #tool nuget:?package=Razorvine.Pyrolite&version=4.17.0
Thin client-side communication library to connect to Python applications, using the Pyro protocol.
Also includes Pickle/Unpickle.
More info about Pyro: http://pythonhosted.org/Pyro4/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Razorvine.Serpent (>= 1.16.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Razorvine.Pyrolite:
Package | Downloads |
---|---|
Microsoft.Spark
.NET for Apache Spark |
|
Microsoft.SparkCLR
C# language binding and extensions to Apache Spark |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Razorvine.Pyrolite:
Repository | Stars |
---|---|
dotnet/spark
.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.
|
|
microsoft/Mobius
C# and F# language binding and extensions to Apache Spark
|
Version | Downloads | Last updated |
---|---|---|
5.1.0 | 1,623 | 5/17/2021 |
5.0.0 | 1,248 | 5/14/2020 |
4.31.0 | 315,797 | 7/11/2019 |
4.30.0 | 708 | 6/21/2019 |
4.26.0 | 789,665 | 5/16/2019 |
4.25.0 | 2,582 | 4/26/2019 |
4.24.0 | 836 | 4/19/2019 |
4.21.0 | 235,260 | 7/8/2018 |
4.20.0 | 1,963 | 1/26/2018 |
4.19.0 | 17,969 | 3/19/2017 |
4.18.0 | 1,095 | 2/19/2017 |
4.17.0 | 1,417 | 2/2/2017 |
4.16.0 | 15,127 | 1/12/2017 |
4.15.0 | 1,271 | 12/27/2016 |
4.14.0 | 4,948 | 10/13/2016 |
4.13.0 | 1,110 | 9/8/2016 |
4.12.0 | 1,201 | 5/25/2016 |
4.11.0 | 1,092 | 5/21/2016 |
4.10.0 | 21,963 | 10/8/2015 |
4.9.0 | 1,262 | 7/23/2015 |
4.8.0 | 1,268 | 6/27/2015 |
4.7.0 | 1,151 | 6/7/2015 |
4.5.0.39142 | 1,141 | 5/20/2015 |
PICKLE FIXES:
Fixed decode crash of escaped single quote (\') that sometimes occurs in protocol level 0 pickled strings.
Made even more fields of the Unpickler class protected so they can be accessed in a subclass.
Implemented pickle's persistent ID functionality via the new persistentLoad method on the Unpickler, and the PERSID/BINPERSID opcodes.
Implemented pickle opcodes OBJ and INST (rarely encountered, but still).