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

https://github.com/lincolnpuzey/fourth

A datetime library supplying simple datetime types
https://github.com/lincolnpuzey/fourth

datetime python

Last synced: 5 months ago
JSON representation

A datetime library supplying simple datetime types

Awesome Lists containing this project

README

          

# Fourth

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fourth)](https://www.python.org/)
[![PyPI](https://img.shields.io/pypi/v/fourth.svg)](https://pypi.org/project/fourth/)
[![PyPI - Status](https://img.shields.io/pypi/status/fourth)](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`