Metadata-Version: 2.4
Name: datatypes
Version: 0.34.0
Summary: Utility Classes and Functions that are handy across multiple projects
Author-email: Jay Marcyes <jay@marcyes.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Jaymon/datatypes
Project-URL: Repository, https://github.com/Jaymon/datatypes
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: tests
Requires-Dist: testdata; extra == "tests"
Provides-Extra: ssh
Requires-Dist: asyncssh; extra == "ssh"
Dynamic: license-file

# 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"
