🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

neotime

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neotime

Nanosecond resolution temporal types

1.7.4
PyPI
Maintainers
1

======= 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 <https://xkcd.com/1179/>_.

Overview

The classes are listed below:

  • Duration <https://neotime.readthedocs.io/en/latest/duration.html>_
  • Date <https://neotime.readthedocs.io/en/latest/date.html>_
  • Time <https://neotime.readthedocs.io/en/latest/time.html>_
  • DateTime <https://neotime.readthedocs.io/en/latest/datetime.html>_
  • 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 <https://neotime.readthedocs.io/>_.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts