citation-date

This is a dependency: a regex date formula and decoder for dates referenced in related libraries: citation-report and citation-docket. The latter libraries parse long-form court decisions for Philippine Supreme Court citations.

https://github.com/justmars/citation-date

Science Score: 31.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary

Keywords

legal legal-analytics legal-entity-identifier natural-language-processing regex
Last synced: 6 months ago · JSON representation ·

Repository

This is a dependency: a regex date formula and decoder for dates referenced in related libraries: citation-report and citation-docket. The latter libraries parse long-form court decisions for Philippine Supreme Court citations.

Basic Info
  • Host: GitHub
  • Owner: justmars
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage: https://lawsql.com
  • Size: 996 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
legal legal-analytics legal-entity-identifier natural-language-processing regex
Created about 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

citation-date

Github CI

Regex date formula and decoder, eventually used by the dataset employed in LawSQL.

Documentation

See documentation.

Development

Checkout code, create a new virtual environment:

sh poetry add citation-date # python -m pip install citation-date poetry install # install dependencies poetry shell

Run tests:

sh pytest

Owner

  • Name: Marcelino Veloso
  • Login: justmars
  • Kind: user
  • Location: Philippines

just law & dev work

Citation (citation_date/__init__.py)

from .base import DOCKET_DATE_FORMAT, DOCKET_DATE_REGEX, REPORT_DATE_REGEX
from .decoder import DatedText, decode_date

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 11
  • Total Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
justmars 3****s@u****m 11

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 2 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • justmars (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 80 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 6
  • Total versions: 14
  • Total maintainers: 1
pypi.org: citation-date

Regex date formula and decoder - Philippine Supreme Court Decisions

  • Versions: 14
  • Dependent Packages: 2
  • Dependent Repositories: 6
  • Downloads: 80 Last month
Rankings
Dependent packages count: 3.2%
Dependent repos count: 6.0%
Average: 20.5%
Downloads: 24.7%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (1)
Last synced: 8 months ago

Dependencies

.github/workflows/main.yml actions
  • Gr1N/setup-poetry v8 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • python ^3.11
  • python-dateutil ^2.8
  • types-python-dateutil ^2.8.19