Razorvine.Serpent 1.13.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Razorvine.Serpent --version 1.13.0
NuGet\Install-Package Razorvine.Serpent -Version 1.13.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Razorvine.Serpent" Version="1.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Razorvine.Serpent --version 1.13.0
#r "nuget: Razorvine.Serpent, 1.13.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Razorvine.Serpent as a Cake Addin
#addin nuget:?package=Razorvine.Serpent&version=1.13.0

// Install Razorvine.Serpent as a Cake Tool
#tool nuget:?package=Razorvine.Serpent&version=1.13.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,633 5/14/2021
1.30.0 1,688 1/26/2020
1.29.0 1,039,526 4/25/2019
1.25.0 235,707 7/8/2018
1.20.0 2,083 1/25/2018
1.18.0 18,200 2/19/2017
1.17.0 1,391 2/17/2017
1.16.0 14,492 12/27/2016
1.15.1 5,140 10/10/2016
1.15.0 1,118 10/10/2016
1.13.0 1,056 9/8/2016
1.12.0 22,491 8/8/2015
1.11.2.29131 1,136 6/7/2015
1.11.0.38336 1,400 5/20/2015

custom converters now work for inheritance tree rather than just one specific class