datetime-repeat

A library to create and iterate through complex sequences of repeating dates and times in Python.

https://github.com/budgeapp/datetime-repeat

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

A library to create and iterate through complex sequences of repeating dates and times in Python.

Basic Info
  • Host: GitHub
  • Owner: budgeapp
  • License: other
  • Language: Python
  • Default Branch: trunk
  • Homepage: https://getbudge.app
  • Size: 89.8 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 10
  • Releases: 0
Created about 1 year ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License Citation

README.md

datetime-repeat

PyPI - Version Test with pytest Publish release to PyPI

A library to create and iterate through complex sequences of repeating dates and times in Python.

Installation

bash pip install datetime-repeat

Copyright

Copyright © 2025 Jesse Brooklyn Hannah. Licensed under the terms of the GNU Lesser General Public License, version 3 or later.

Owner

  • Name: budgeapp
  • Login: budgeapp
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: datetime-repeat
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Jesse Brooklyn
    family-names: Hannah
    email: jesse@jbhannah.net
    orcid: "https://orcid.org/0009-0008-3260-8113"
repository-code: "https://github.com/budgeapp/datetime-repeat"
abstract: >-
  A library to create and iterate through complex sequences of repeating dates
  and times in Python.
license: LGPL-3.0-or-later

GitHub Events

Total
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 2
  • Push event: 39
  • Pull request event: 21
  • Create event: 14
Last Year
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 2
  • Push event: 39
  • Pull request event: 21
  • Create event: 14

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.18
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.18
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 11
Top Authors
Issue Authors
Pull Request Authors
  • renovate[bot] (11)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/pypi.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • astral-sh/setup-uv 3548439624127c489c1ca842eb263681394bc7b3 composite
  • pypa/gh-action-pypi-publish 8cafb5c2bf2f478231c9abbba1feb4edb6ccf405 composite
  • sigstore/gh-action-sigstore-python 31b501fcde5535fc0b1e410fa39996aed27f1167 composite
.github/workflows/pytest.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • astral-sh/setup-uv 3548439624127c489c1ca842eb263681394bc7b3 composite
docs/requirements.txt pypi
  • alabaster ==1.0.0
  • babel ==2.16.0
  • certifi ==2024.12.14
  • charset-normalizer ==3.4.1
  • colorama ==0.4.6
  • docutils ==0.21.2
  • idna ==3.10
  • imagesize ==1.4.1
  • jinja2 ==3.1.5
  • markdown-it-py ==3.0.0
  • markupsafe ==3.0.2
  • mdit-py-plugins ==0.4.2
  • mdurl ==0.1.2
  • myst-parser ==4.0.0
  • packaging ==24.2
  • pygments ==2.19.1
  • pyyaml ==6.0.2
  • requests ==2.32.3
  • snowballstemmer ==2.2.0
  • sphinx ==8.1.3
  • sphinx-autodoc-typehints ==3.0.1
  • sphinx-rtd-theme ==3.0.2
  • sphinxcontrib-applehelp ==2.0.0
  • sphinxcontrib-devhelp ==2.0.0
  • sphinxcontrib-htmlhelp ==2.1.0
  • sphinxcontrib-jquery ==4.1
  • sphinxcontrib-jsmath ==1.0.1
  • sphinxcontrib-qthelp ==2.0.0
  • sphinxcontrib-serializinghtml ==2.0.0
  • tomli ==2.2.1
  • urllib3 ==2.3.0
pyproject.toml pypi