Metadata-Version: 2.4
Name: pyoda-time
Version: 0.9.3
Summary: An alternative datetime library for Python.
Project-URL: Homepage, https://pyodatime.org/
Project-URL: Repository, https://github.com/chrisimcevoy/pyoda-time
Project-URL: Changelog, https://github.com/chrisimcevoy/pyoda-time/blob/main/CHANGELOG.md
Author-email: Chris McEvoy <chris@chrismcevoy.net>
License: Apache-2.0
License-File: LICENSE.txt
License-File: NOTICE.txt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pyicu>=2.14
Description-Content-Type: text/markdown

![PyPI - Status](https://img.shields.io/pypi/status/pyoda-time)
![PyPI - Version](https://img.shields.io/pypi/v/pyoda-time)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyoda-time)
![GitHub License](https://img.shields.io/github/license/chrisimcevoy/pyoda-time)
[![Documentation Status](https://readthedocs.org/projects/pyoda-time/badge/?version=latest)](https://pyoda-time.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/github/chrisimcevoy/pyoda-time/graph/badge.svg?token=I1QQES7AVT)](https://codecov.io/github/chrisimcevoy/pyoda-time)

# Pyoda Time

Pyoda Time is an alternative date and time API for Python. 

It helps you to think about your data more clearly, and express operations on that data more precisely.

This project is a Python port of [Noda Time](https://github.com/nodatime/nodatime), an alternative DateTime library for .NET (which in turn was inspired by [Joda Time](https://github.com/JodaOrg/joda-time)).

## Installation

```commandline
pip install pyoda-time
```

## Quick Start

Coming soon!

In the meantime, [view the docs](https://pyodatime.org/).

## Project Status

Pyoda Time is currently in the pre-alpha stage, with fundamental logic and features being actively developed. 

The project goal is to provide a powerful alternative for time management in Python, drawing inspiration from the strengths of Noda Time and adapting them to a Pythonic API.

## Contributions

Contributions of all kinds are welcome.

If you are interested in contributing to this project, please refer to the [guidelines](CONTRIBUTING.md).

## Acknowledgements

We express our gratitude to the authors and contributors of Noda Time and Joda Time for their pioneering work in the field of date and time management. Pyoda Time aspires to continue this tradition within the Python ecosystem.
