Contents

typesystem 0.4.1

0

A type system library for Python

A type system library for Python

Stars: 540, Watchers: 540, Forks: 41, Open Issues: 30

The encode/typesystem repo was created 8 years ago and the last code push was 3 years ago.
The project is popular with 540 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.2.1

Form validation and rendering for Python web development.

marshmallow 4.2.2

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

orjson 3.11.7

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.1

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.2

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