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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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,088 | 5/14/2021 |
1.30.0 | 1,170 | 1/26/2020 |
1.29.0 | 812,735 | 4/25/2019 |
1.25.0 | 233,782 | 7/8/2018 |
1.20.0 | 1,875 | 1/25/2018 |
1.18.0 | 17,034 | 2/19/2017 |
1.17.0 | 1,145 | 2/17/2017 |
1.16.0 | 7,767 | 12/27/2016 |
1.15.1 | 4,937 | 10/10/2016 |
1.15.0 | 959 | 10/10/2016 |
1.13.0 | 905 | 9/8/2016 |
1.12.0 | 21,320 | 8/8/2015 |
1.11.2.29131 | 976 | 6/7/2015 |
1.11.0.38336 | 1,249 | 5/20/2015 |
assembly is now strong-name signed (so other strong-named assemblies can reference it, most notably, Razorvine.Pyrolite)