Name | decimaldate JSON |
Version |
0.3.1
JSON |
| download |
home_page | None |
Summary | A decimal date utility to handle integer dates on the form `yyyymmdd`. |
upload_time | 2024-10-21 09:54:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | BSD 3-Clause License Copyright (c) 2024, Torben Jakobsen Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
date
decimal
decimaldate
utility
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. _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_.
Raw data
{
"_id": null,
"home_page": null,
"name": "decimaldate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "date, decimal, decimaldate, utility",
"author": null,
"author_email": "Torben Jakobsen <torben.jakobsen@icloud.com>",
"download_url": "https://files.pythonhosted.org/packages/40/7d/8ef0d15cf7acb7803d67dd175c69631b2a684fd7e4089a82127197976623/decimaldate-0.3.1.tar.gz",
"platform": null,
"description": ".. _readthedocs: https://decimaldate.readthedocs.io/en/latest/ \n.. _PyPI: https://pypi.org/\n\nA Python class to handle decimal dates on the form ``yyyymmdd``.\n\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n\n * - general\n - |license|\n * - docs\n - |docs|\n * - code\n - |code-style| |commits-since|\n * - package\n - |wheel| |supported-versions| |supported-implementations| \n * - downloads\n - |downloads-total| |downloads-monthly| |downloads-weekly|\n\n.. |docs| image:: https://readthedocs.org/projects/decimaldate/badge/?version=latest\n :alt: Documentation status\n :target: https://decimaldate.readthedocs.io/en/latest/?badge=latest\n\n.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :alt: Using black formatter\n :target: https://github.com/psf/black\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/TorbenJakobsen/decimaldate/v0.3.1.svg\n :alt: Commits since latest release\n :target: https://github.com/TorbenJakobsen/decimaldate/compare/v0.3.1...main\n\n.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n :alt: BSD 3-Clause\n :target: https://opensource.org/licenses/BSD-3-Clause\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/decimaldate.svg\n :alt: PyPI Wheel\n :target: https://pypi.org/project/decimaldate\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/decimaldate.svg\n :alt: Supported versions\n :target: https://pypi.org/project/decimaldate\n\n.. |downloads-total| image:: https://static.pepy.tech/badge/decimaldate\n :alt: Total downloads counter\n :target: https://pepy.tech/project/decimaldate\n\n.. |downloads-monthly| image:: https://static.pepy.tech/badge/decimaldate/month\n :alt: Monthly downloads counter\n :target: https://pepy.tech/project/decimaldate\n\n.. |downloads-weekly| image:: https://static.pepy.tech/badge/decimaldate/week\n :alt: Weekly downloads counter\n :target: https://pepy.tech/project/decimaldate\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/decimaldate.svg\n :alt: Supported implementations\n :target: https://pypi.org/project/decimaldate\n\n.. end-badges\n\n=========\n About\n=========\n\nPython decimal date utility to handle integer dates on the form ``yyyymmdd``.\n\n=================\n Main Features\n=================\n\nSimplifies handling of decimal dates - integers on the form :code:`yyyymmdd`.\n\nSee documentation hosted on readthedocs_.\n\n===================\n Where to get it\n===================\n\nThe source code is hosted at `GitHub <https://github.com/TorbenJakobsen/decimaldate>`_.\n\nAn installer for the latest released version is available at PyPI_.\n\n.. code:: bash\n\n python3 -m pip install decimaldate\n\n================\n Dependencies\n================\n\nPython >=3.11\n\nThere are no other dependencies for deployment.\n\n=================\n Documentation\n=================\n\nDocumentation is hosted on readthedocs_.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2024, Torben Jakobsen Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "A decimal date utility to handle integer dates on the form `yyyymmdd`.",
"version": "0.3.1",
"project_urls": {
"Changelog": "https://decimaldate.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://decimaldate.readthedocs.io/en/latest/",
"GitHub": "https://github.com/TorbenJakobsen/decimaldate",
"PyPI": "https://pypi.org/project/decimaldate"
},
"split_keywords": [
"date",
" decimal",
" decimaldate",
" utility"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "900afd83501515483f6bcc1c2143d000d0c66ca969750a13707d1402a120004a",
"md5": "451556fc446966456edadc51ddfe62ad",
"sha256": "44d251692fbccef7786d231f927de3f0de0a1ea15290ab99bb4ca20dde1a5a49"
},
"downloads": -1,
"filename": "decimaldate-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "451556fc446966456edadc51ddfe62ad",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 12795,
"upload_time": "2024-10-21T09:54:37",
"upload_time_iso_8601": "2024-10-21T09:54:37.632996Z",
"url": "https://files.pythonhosted.org/packages/90/0a/fd83501515483f6bcc1c2143d000d0c66ca969750a13707d1402a120004a/decimaldate-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "407d8ef0d15cf7acb7803d67dd175c69631b2a684fd7e4089a82127197976623",
"md5": "73610c9ebd44537bd69cfdb174b73b1b",
"sha256": "56c0c1f4f435c36d76a9cc74e67e24198e050f2b856dfe394c2a33f200877c8c"
},
"downloads": -1,
"filename": "decimaldate-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "73610c9ebd44537bd69cfdb174b73b1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 838184,
"upload_time": "2024-10-21T09:54:39",
"upload_time_iso_8601": "2024-10-21T09:54:39.613306Z",
"url": "https://files.pythonhosted.org/packages/40/7d/8ef0d15cf7acb7803d67dd175c69631b2a684fd7e4089a82127197976623/decimaldate-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-21 09:54:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TorbenJakobsen",
"github_project": "decimaldate",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "decimaldate"
}