Language

Package: python2-serpent @ 1.28

Synopsis

Serializer for literal Python expressions

Description

Serpent provides ast.literal_eval()-compatible object tree serialization. It serializes an object tree into bytes (an utf-8 encoded string) that can be decoded and then passed as-is to ast.literal_eval() to rebuild the original object tree.

Because only safe literals are encoded, it is safe to send serpent data to other machines, such as over the network.

Home page
https://github.com/irmen/Serpent
Location
gnu/packages/python-xyz.scm (line: 1692, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'python-attrs' does not match package name 'python2-attrs'
input-labels

Identify input labels that do not match package names

label 'python-pytz' does not match package name 'python2-pytz'
input-labels

Identify input labels that do not match package names

label 'python-enum34' does not match package name 'python2-enum34'