Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ neotime Public archive

Nanosecond-precision temporal types for Python

License

Notifications You must be signed in to change notification settings

neo4j-drivers/neotime

Repository files navigation

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.

Archival Notice

This project was born from the need to support nanoseconds in the Neo4j Python driver. Since driver version 4.0, the temporal type implementations have been rolled into the driver project. Therefore, we decided to abandon this library.

Overview

The classes are listed below:

Installation

To install the latest stable version of neotime, simply use pip:

$ pip install --pre neotime

Or to install the latest bleeding edge code directly from GitHub, use:

$ 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.

About

Nanosecond-precision temporal types for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published