Contents

typesystem 0.4.1

0

A type system library for Python

A type system library for Python

Stars: 529, Watchers: 529, Forks: 42, Open Issues: 30

The encode/typesystem repo was created 5 years ago and was last updated 3 weeks ago.
The project is popular with 529 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.0.1

Form validation and rendering for Python web development.

marshmallow 3.19.0

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

orjson 3.8.3

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

mashumaro 3.3

Fast serialization framework on top of dataclasses

json-tricks 3.16.1

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

FormEncode 2.0.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. HTML form validation, generation, and conversion package

Flask-WTF 1.0.1

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

jsonpickle 3.0.1

Python library for serializing any arbitrary object graph into JSON