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
- Host: GitHub
- URL: https://github.com/lincolnpuzey/fourth
- Owner: LincolnPuzey
- License: mit
- Created: 2019-11-28T00:08:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T15:48:09.000Z (almost 2 years ago)
- Last Synced: 2025-07-31T20:23:05.297Z (6 months ago)
- Topics: datetime, python
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fourth
[](https://www.python.org/)
[](https://pypi.org/project/fourth/)
[](https://pypi.org/project/fourth/)
[](https://travis-ci.com/LincolnPuzey/Fourth)
[](https://codecov.io/gh/LincolnPuzey/Fourth)
[](http://mypy-lang.org/)
[](https://github.com/psf/black)
[](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`