Metadata-Version: 2.1
Name: fourth
Version: 0.0.10
Summary: A datetime library
Home-page: https://github.com/LincolnPuzey/Fourth
Author: Lincoln Puzey
Author-email: lincoln@puzey.dev
License: UNKNOWN
Keywords: fourth four 4 datetime time date timezone
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Fourth

[![PyPI](https://img.shields.io/pypi/v/fourth.svg)](https://pypi.org/project/fourth/)
[![Build Status](https://travis-ci.com/LincolnPuzey/Fourth.svg?branch=master)](https://travis-ci.com/LincolnPuzey/Fourth)
[![codecov](https://codecov.io/gh/LincolnPuzey/Fourth/branch/master/graph/badge.svg)](https://codecov.io/gh/LincolnPuzey/Fourth)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/imports-isort-ef8336.svg)](https://timothycrosley.github.io/isort/)

A datetime library supplying simple datetime types.

### Tests

Tests can be run with `python -m unittest`

### Coverage

Test can be run with coverage with `coverage run -m unittest`

To see the coverage report run `coverage report`


