Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

decimaldate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decimaldate

A decimal date utility to handle integer dates on the form `yyyymmdd`.

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
1

.. _readthedocs: https://decimaldate.readthedocs.io/en/latest/ .. _PyPI: https://pypi.org/

A Python class to handle decimal dates on the form yyyymmdd.

.. start-badges

.. list-table:: :stub-columns: 1

* - general
  - |license|
* - docs
  - |docs|
* - code
  - |code-style| |commits-since|
* - package
  - |wheel| |supported-versions| |supported-implementations| 
* - downloads
  - |downloads-total| |downloads-monthly| |downloads-weekly|

.. |docs| image:: https://readthedocs.org/projects/decimaldate/badge/?version=latest :alt: Documentation status :target: https://decimaldate.readthedocs.io/en/latest/?badge=latest

.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg :alt: Using black formatter :target: https://github.com/psf/black

.. |commits-since| image:: https://img.shields.io/github/commits-since/TorbenJakobsen/decimaldate/v0.3.1.svg :alt: Commits since latest release :target: https://github.com/TorbenJakobsen/decimaldate/compare/v0.3.1...main

.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg :alt: BSD 3-Clause :target: https://opensource.org/licenses/BSD-3-Clause

.. |wheel| image:: https://img.shields.io/pypi/wheel/decimaldate.svg :alt: PyPI Wheel :target: https://pypi.org/project/decimaldate

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/decimaldate.svg :alt: Supported versions :target: https://pypi.org/project/decimaldate

.. |downloads-total| image:: https://static.pepy.tech/badge/decimaldate :alt: Total downloads counter :target: https://pepy.tech/project/decimaldate

.. |downloads-monthly| image:: https://static.pepy.tech/badge/decimaldate/month :alt: Monthly downloads counter :target: https://pepy.tech/project/decimaldate

.. |downloads-weekly| image:: https://static.pepy.tech/badge/decimaldate/week :alt: Weekly downloads counter :target: https://pepy.tech/project/decimaldate

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/decimaldate.svg :alt: Supported implementations :target: https://pypi.org/project/decimaldate

.. end-badges

========= About

Python decimal date utility to handle integer dates on the form yyyymmdd.

================= Main Features

Simplifies handling of decimal dates - integers on the form :code:yyyymmdd.

See documentation hosted on readthedocs_.

=================== Where to get it

The source code is hosted at GitHub <https://github.com/TorbenJakobsen/decimaldate>_.

An installer for the latest released version is available at PyPI_.

.. code:: bash

python3 -m pip install decimaldate

================ Dependencies

Python >=3.11

There are no other dependencies for deployment.

================= Documentation

Documentation is hosted on readthedocs_.

Keywords

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