Metadata-Version: 2.1
Name: datetime-helpers
Version: 0.0.8
Summary: Util for working with date and datetime objects
Home-page: https://github.com/DeveloperRSquared/datetime-helpers/
Author: rikhilrai
Author-email: developerrsquared@gmail.com
License: MIT LICENSE
Project-URL: Documentation, https://github.com/DeveloperRSquared/datetime-helpers#datetime-helpers
Project-URL: Funding, https://www.paypal.com/paypalme/rikhilrai
Project-URL: Repository, https://github.com/DeveloperRSquared/datetime-helpers/
Project-URL: Source, https://github.com/DeveloperRSquared/datetime-helpers/
Project-URL: Tracker, https://github.com/DeveloperRSquared/datetime-helpers/issues
Keywords: date,datetime,rest,python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: http-exceptions (<1.0.0,>=0.2.3)

# datetime-helpers

[![Build](https://github.com/DeveloperRSquared/datetime-helpers/actions/workflows/build.yml/badge.svg)](https://github.com/DeveloperRSquared/datetime-helpers/actions/workflows/build.yml)
[![Deploy](https://github.com/DeveloperRSquared/datetime-helpers/actions/workflows/deploy.yml/badge.svg)](https://github.com/DeveloperRSquared/datetime-helpers/actions/workflows/deploy.yml)

[![Python 3.7+](https://img.shields.io/badge/python-3.7+-brightgreen.svg)](#datetime-helpers)
[![PyPI - License](https://img.shields.io/pypi/l/datetime-helpers.svg)](https://pypi.org/project/datetime-helpers/)

[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

A handy collection of datetime utils.

## License

This project is licensed under the terms of the [MIT license](./LICENSE).


