Razorvine.Serpent
1.17.0
See the version list below for details.
dotnet add package Razorvine.Serpent --version 1.17.0
NuGet\Install-Package Razorvine.Serpent -Version 1.17.0
<PackageReference Include="Razorvine.Serpent" Version="1.17.0" />
paket add Razorvine.Serpent --version 1.17.0
#r "nuget: Razorvine.Serpent, 1.17.0"
// Install Razorvine.Serpent as a Cake Addin #addin nuget:?package=Razorvine.Serpent&version=1.17.0 // Install Razorvine.Serpent as a Cake Tool #tool nuget:?package=Razorvine.Serpent&version=1.17.0
Serpent Python literal expression serialization.
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 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. |
This package has 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 |
CRITICAL FIX: rewrote serialization and parsing of strings containing chars above 255, this didn't work. Now mimics python's repr(str) form as closely as possible.
Added Serializer.MaximumLevel to avoid too deep recursion resulting in stack overflow errors.