{"id":17362582,"url":"https://github.com/domdfcoding/rsc-on-this-day","last_synced_at":"2026-02-22T14:46:16.764Z","repository":{"id":39800748,"uuid":"196034185","full_name":"domdfcoding/rsc-on-this-day","owner":"domdfcoding","description":"Displays Royal Society of Chemistry \"On This Day\" facts.","archived":false,"fork":false,"pushed_at":"2026-01-21T23:26:51.000Z","size":367,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-03T23:49:54.427Z","etag":null,"topics":["chemistry","console","python","python3","terminal"],"latest_commit_sha":null,"homepage":"https://rsc-on-this-day.readthedocs.io/en/latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domdfcoding.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-09T15:17:51.000Z","updated_at":"2026-01-21T23:26:53.000Z","dependencies_parsed_at":"2023-02-16T10:35:22.156Z","dependency_job_id":"28dbc893-251c-4469-8aa5-179e0cb24ec8","html_url":"https://github.com/domdfcoding/rsc-on-this-day","commit_stats":{"total_commits":95,"total_committers":4,"mean_commits":23.75,"dds":0.3789473684210526,"last_synced_commit":"8fdb77c74898df98a25d9dec8e58de52d5c76755"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/domdfcoding/rsc-on-this-day","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Frsc-on-this-day","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Frsc-on-this-day/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Frsc-on-this-day/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Frsc-on-this-day/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdfcoding","download_url":"https://codeload.github.com/domdfcoding/rsc-on-this-day/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Frsc-on-this-day/sbom","scorecard":{"id":350427,"data":{"date":"2025-08-11","repo":{"name":"github.com/domdfcoding/rsc-on-this-day","commit":"947e44813553f314de741841e4abc51b79a13ddc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Maintained","score":0,"reason":"1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":0,"reason":"Found 0/13 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/docs_test_action.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/flake8.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/mypy.yml:14","Warn: no topLevel permission defined: .github/workflows/octocheese.yml:1","Warn: topLevel 'actions' permission set to 'write': .github/workflows/python_ci.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/python_ci.yml:17","Warn: topLevel 'actions' permission set to 'write': .github/workflows/python_ci_linux.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/python_ci_linux.yml:18","Warn: topLevel 'actions' permission set to 'write': .github/workflows/python_ci_macos.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/python_ci_macos.yml:17","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs_test_action.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/docs_test_action.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs_test_action.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/docs_test_action.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs_test_action.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/docs_test_action.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flake8.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/flake8.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/flake8.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/flake8.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flake8.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/flake8.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/mypy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/mypy.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/mypy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/mypy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/octocheese.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/octocheese.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:142: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/rsc-on-this-day/python_ci_macos.yml/master?enable=pin","Warn: pipCommand not pinned by hash: build.sh:10","Warn: pipCommand not pinned by hash: build.sh:11","Warn: pipCommand not pinned by hash: build.sh:12","Warn: pipCommand not pinned by hash: .github/workflows/flake8.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/flake8.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/mypy.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/mypy.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:66","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:67","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:97","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:150","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:151","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:170","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_macos.yml:65","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_macos.yml:66","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of  17 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.4.0 not signed: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/44640151","Warn: release artifact v0.3.0 not signed: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/35802206","Warn: release artifact v0.2.3 not signed: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/29112452","Warn: release artifact v0.2.2 not signed: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/29112453","Warn: release artifact v0.1.5 not signed: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/29112454","Warn: release artifact v0.4.0 does not have provenance: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/44640151","Warn: release artifact v0.3.0 does not have provenance: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/35802206","Warn: release artifact v0.2.3 does not have provenance: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/29112452","Warn: release artifact v0.2.2 does not have provenance: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/29112453","Warn: release artifact v0.1.5 does not have provenance: https://api.github.com/repos/domdfcoding/rsc-on-this-day/releases/29112454"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/python_ci_linux.yml:132"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 17 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T08:10:56.575Z","repository_id":39800748,"created_at":"2025-08-18T08:10:56.575Z","updated_at":"2025-08-18T08:10:56.575Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29716358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T13:30:57.152Z","status":"ssl_error","status_checked_at":"2026-02-22T13:30:28.561Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chemistry","console","python","python3","terminal"],"created_at":"2024-10-15T19:39:26.191Z","updated_at":"2026-02-22T14:46:16.756Z","avatar_url":"https://github.com/domdfcoding.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"================================\nRSC On This Day in Chemistry\n================================\n\n.. start short_desc\n\n**Displays Royal Society of Chemistry \"On This Day\" facts.**\n\n.. end short_desc\n\nDisplays Royal Society of Chemistry \"On This Day\" facts in your terminal.\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/rsc-on-this-day/latest?logo=read-the-docs\n\t:target: https://rsc-on-this-day.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/domdfcoding/rsc-on-this-day/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/domdfcoding/rsc-on-this-day/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/rsc-on-this-day/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/rsc-on-this-day/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/rsc-on-this-day/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/rsc-on-this-day/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/rsc-on-this-day/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/rsc-on-this-day/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/rsc-on-this-day/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/rsc-on-this-day?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/rsc-on-this-day?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/rsc-on-this-day\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/rsc-on-this-day\n\t:target: https://pypi.org/project/rsc-on-this-day/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/rsc-on-this-day?logo=python\u0026logoColor=white\n\t:target: https://pypi.org/project/rsc-on-this-day/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/rsc-on-this-day\n\t:target: https://pypi.org/project/rsc-on-this-day/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/rsc-on-this-day\n\t:target: https://pypi.org/project/rsc-on-this-day/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/rsc-on-this-day\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/rsc-on-this-day\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/rsc-on-this-day/v0.5.0.post1\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/rsc-on-this-day\n\t:target: https://github.com/domdfcoding/rsc-on-this-day/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2026\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/rsc-on-this-day\n\t:target: https://pypistats.org/packages/rsc-on-this-day\n\t:alt: PyPI - Downloads\n\n.. end shields\n\n\nInstallation\n-------------\n\n.. start installation\n\n``rsc_on_this_day`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install rsc-on-this-day\n\n.. end installation\n\nOnce installed, ``rsc_on_this_day`` can be run by typing:\n\n.. parsed-literal::\n\n        $ rsc_on_this_day\n\nIf ``rsc_on_this_day`` is not installed in a directory in ``$PATH``, you may need to add ``~/.local/bin/`` to your ``$PATH``.\n\n\n\nAdding to ``~/.bashrc``\n-----------------------\n\n``rsc_on_this_day`` can be run every time you open a terminal by adding ``rsc_on_this_day`` to your ``~/.bashrc`` file. For example:\n\n.. parsed-literal::\n\n    $ echo \"rsc_on_this_day\" \u003e\u003e ~/.bashrc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomdfcoding%2Frsc-on-this-day","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomdfcoding%2Frsc-on-this-day","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomdfcoding%2Frsc-on-this-day/lists"}