Contents

typesystem 0.4.1

0

A type system library for Python

A type system library for Python

Stars: 535, Watchers: 535, Forks: 45, Open Issues: 30

The encode/typesystem repo was created 6 years ago and the last code push was 1 years ago.
The project is popular with 535 github stars!

How to Install typesystem

You can install typesystem using pip

pip install typesystem

or add it to a project with poetry

poetry add typesystem

Package Details

Author
Tom Christie
License
BSD
Homepage
https://github.com/encode/typesystem
PyPi:
https://pypi.org/project/typesystem/
GitHub Repo:
https://github.com/encode/typesystem

Classifiers

No  typesystem  pypi packages just yet.

Errors

A list of common typesystem errors.

Code Examples

Here are some typesystem code examples and snippets.

Related Packages & Articles

colander 2.0

A simple schema-based serialization and deserialization library

WTForms 3.1.2

Form validation and rendering for Python web development.

marshmallow 3.21.1

A lightweight library for converting complex datatypes to and from native Python datatypes.

orjson 3.10.0

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

json-tricks 3.17.3

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.

FormEncode 2.1.0

FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable.

Flask-WTF 1.2.1

Form rendering, validation, and CSRF protection for Flask with WTForms.

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON