Razorvine.Serpent
1.40.0
dotnet add package Razorvine.Serpent --version 1.40.0
NuGet\Install-Package Razorvine.Serpent -Version 1.40.0
<PackageReference Include="Razorvine.Serpent" Version="1.40.0" />
paket add Razorvine.Serpent --version 1.40.0
#r "nuget: Razorvine.Serpent, 1.40.0"
// Install Razorvine.Serpent as a Cake Addin #addin nuget:?package=Razorvine.Serpent&version=1.40.0 // Install Razorvine.Serpent as a Cake Tool #tool nuget:?package=Razorvine.Serpent&version=1.40.0
Serpent provides Python ast.literal_eval() compatible object tree serialization.
It serializes an object tree into bytes that can be transferred to Python and
decoded there (using ast.literal_eval()). It can ofcourse also deserialize
such a Python expression itself, back into the equivalent .NET datatypes.
More info for the Python version is on Pypi: https://pypi.python.org/pypi/serpent
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Razorvine.Serpent:
Package | Downloads |
---|---|
Razorvine.Pyrolite
Thin client-side communication library to connect to Python applications, using the Pyro5 protocol. More info about Pyro: https://pyro5.readthedocs.io/ |
|
Microsoft.SparkCLR
C# language binding and extensions to Apache Spark |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Razorvine.Serpent:
Repository | Stars |
---|---|
microsoft/Mobius
C# and F# language binding and extensions to Apache Spark
|
Version | Downloads | Last updated |
---|---|---|
1.40.0 | 1,877 | 5/14/2021 |
1.30.0 | 1,740 | 1/26/2020 |
1.29.0 | 1,106,197 | 4/25/2019 |
1.25.0 | 235,895 | 7/8/2018 |
1.20.0 | 2,127 | 1/25/2018 |
1.18.0 | 18,260 | 2/19/2017 |
1.17.0 | 1,442 | 2/17/2017 |
1.16.0 | 15,236 | 12/27/2016 |
1.15.1 | 5,183 | 10/10/2016 |
1.15.0 | 1,153 | 10/10/2016 |
1.13.0 | 1,099 | 9/8/2016 |
1.12.0 | 22,844 | 8/8/2015 |
1.11.2.29131 | 1,168 | 6/7/2015 |
1.11.0.38336 | 1,449 | 5/20/2015 |
assembly is now strong-name signed (so other strong-named assemblies can reference it, most notably, Razorvine.Pyrolite)