# neotime
**Repository Path**: mirrors_technige/neotime
## Basic Information
- **Project Name**: neotime
- **Description**: Nanosecond-precision temporal types for Python
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: 1.7
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2025-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
=======
Neotime
=======
The ``neotime`` module defines classes for working with temporal data to nanosecond precision.
These classes comprise a similar set to that provided by the standard library ``datetime`` module.
Inspiration has also been drawn from `ISO-8601 `_.
Overview
========
The classes are listed below:
* `Duration `_
* `Date `_
* `Time `_
* `DateTime `_
* TODO
Installation
============
To install the latest stable version of neotime, simply use pip:
.. code-block::
$ pip install --pre neotime
Or to install the latest bleeding edge code directly from GitHub, use:
.. code-block::
$ pip install git+https://github.com/technige/neotime.git#egg=neotime
Note that code installed directly from GitHub is likely to be unstable.
Your mileage may vary.
More Information
================
For more information, read the `docs `_.