# python-neotime **Repository Path**: lliuzy/python-neotime ## Basic Information - **Project Name**: python-neotime - **Description**: Nanosecond resolution temporal types - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-07-08 - **Last Updated**: 2021-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Project description** 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: $ 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.