Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc