An open API service indexing awesome lists of open source software.

https://github.com/jaymon/datatypes

My personal standard library
https://github.com/jaymon/datatypes

Last synced: 12 months ago
JSON representation

My personal standard library

Awesome Lists containing this project

README

          

# Datatypes

Datatypes is my personal standard library and is a core dependency of many of my other python projects like [endpoints](https://github.com/Jaymon/endpoints), [prom](https://github.com/Jaymon/prom), [testdata](https://github.com/Jaymon/testdata), and [captain](https://github.com/Jaymon/captain).

I had been creating the same types of classes over and over and I finally decided to collect all those similar classes into a central location that I can pull into multiple projects, and Datatypes was born.

## Installation

Install latest stable with the following command.

$ pip install datatypes

Or install the latest and greatest from source:

$ pip install -U "git+https://github.com/jaymon/datatypes#egg=datatypes"