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
- Host: GitHub
- URL: https://github.com/jaymon/datatypes
- Owner: Jaymon
- License: mit
- Created: 2020-05-18T20:36:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T20:11:00.000Z (about 1 year ago)
- Last Synced: 2025-06-10T20:39:05.861Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.18 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"