{"id":45696530,"url":"https://github.com/emcd/lm-scribbles","last_synced_at":"2026-02-24T20:48:04.018Z","repository":{"id":324482164,"uuid":"1097245983","full_name":"emcd/lm-scribbles","owner":"emcd","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-16T05:35:26.000Z","size":60,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-16T06:06:07.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emcd.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-11-15T20:05:42.000Z","updated_at":"2025-11-15T20:07:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/emcd/lm-scribbles","commit_stats":null,"previous_names":["emcd/lm-scribbles"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/emcd/lm-scribbles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcd%2Flm-scribbles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcd%2Flm-scribbles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcd%2Flm-scribbles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcd%2Flm-scribbles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emcd","download_url":"https://codeload.github.com/emcd/lm-scribbles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcd%2Flm-scribbles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29799360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T19:56:48.334Z","status":"ssl_error","status_checked_at":"2026-02-24T19:55:43.372Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-24T20:48:03.348Z","updated_at":"2026-02-24T20:48:04.012Z","avatar_url":"https://github.com/emcd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. vim: set fileencoding=utf-8:\n.. -*- coding: utf-8 -*-\n.. +--------------------------------------------------------------------------+\n   |                                                                          |\n   | Licensed under the Apache License, Version 2.0 (the \"License\");          |\n   | you may not use this file except in compliance with the License.         |\n   | You may obtain a copy of the License at                                  |\n   |                                                                          |\n   |     http://www.apache.org/licenses/LICENSE-2.0                           |\n   |                                                                          |\n   | Unless required by applicable law or agreed to in writing, software      |\n   | distributed under the License is distributed on an \"AS IS\" BASIS,        |\n   | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |\n   | See the License for the specific language governing permissions and      |\n   | limitations under the License.                                           |\n   |                                                                          |\n   +--------------------------------------------------------------------------+\n\n*******************************************************************************\n                               emcd-lm-scribbles                               \n*******************************************************************************\n\n.. image:: https://github.com/emcd/lm-scribbles/actions/workflows/tester.yaml/badge.svg?branch=master\u0026event=push\n   :alt: Tests Status\n   :target: https://github.com/emcd/lm-scribbles/actions/workflows/tester.yaml\n\n.. image:: https://emcd.github.io/lm-scribbles/coverage.svg\n   :alt: Code Coverage Percentage\n   :target: https://github.com/emcd/lm-scribbles/actions/workflows/tester.yaml\n\n.. image:: https://img.shields.io/github/license/emcd/lm-scribbles\n   :alt: Project License\n   :target: https://github.com/emcd/lm-scribbles/blob/master/LICENSE.txt\n\n\n.. todo:: Provide project description and key features.\n\n\nInstallation 📦\n===============================================================================\n\nMethod: Install Executable Script\n-------------------------------------------------------------------------------\n\nInstall via the `uv \u003chttps://github.com/astral-sh/uv/blob/main/README.md\u003e`_\n``tool`` command:\n\n::\n\n    uv tool install emcd-lm-scribbles\n\nor, run directly with `uvx\n\u003chttps://github.com/astral-sh/uv/blob/main/README.md\u003e`_:\n\n::\n\n    uvx --from emcd-lm-scribbles lmscribbles\n\nOr, install via `pipx \u003chttps://pipx.pypa.io/stable/installation/\u003e`_:\n\n::\n\n    pipx install emcd-lm-scribbles\n\nMethod: Install Python Package\n-------------------------------------------------------------------------------\n\nInstall via `uv \u003chttps://github.com/astral-sh/uv/blob/main/README.md\u003e`_ ``pip``\ncommand:\n\n::\n\n    uv pip install emcd-lm-scribbles\n\nOr, install via ``pip``:\n\n::\n\n    pip install emcd-lm-scribbles\n\n\n.. todo:: Provide usage examples and additional content.\n\n\nContribution 🤝\n===============================================================================\n\nContribution to this project is welcome! However, it must follow the `code of\nconduct\n\u003chttps://emcd.github.io/python-project-common/stable/sphinx-html/common/conduct.html\u003e`_\nfor the project.\n\nPlease file bug reports and feature requests in the `issue tracker\n\u003chttps://github.com/emcd/lm-scribbles/issues\u003e`_ or submit `pull\nrequests \u003chttps://github.com/emcd/lm-scribbles/pulls\u003e`_ to\nimprove the source code or documentation.\n\nFor development guidance and standards, please see the `development guide\n\u003chttps://emcd.github.io/lm-scribbles/stable/sphinx-html/contribution.html#development\u003e`_.\n\n\nAdditional Indicia\n===============================================================================\n\n.. image:: https://img.shields.io/github/last-commit/emcd/lm-scribbles\n   :alt: GitHub last commit\n   :target: https://github.com/emcd/lm-scribbles\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json\n   :alt: Copier\n   :target: https://github.com/copier-org/copier\n\n.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg\n   :alt: Hatch\n   :target: https://github.com/pypa/hatch\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\n   :alt: pre-commit\n   :target: https://github.com/pre-commit/pre-commit\n\n.. image:: https://microsoft.github.io/pyright/img/pyright_badge.svg\n   :alt: Pyright\n   :target: https://microsoft.github.io/pyright\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n   :alt: Ruff\n   :target: https://github.com/astral-sh/ruff\n\n\nOther Projects by This Author 🌟\n===============================================================================\n\n\n* `python-absence \u003chttps://github.com/emcd/python-absence\u003e`_ (`absence \u003chttps://pypi.org/project/absence/\u003e`_ on PyPI) \n\n  🕳️ A Python library package which provides a **sentinel for absent values** - a falsey, immutable singleton that represents the absence of a value in contexts where ``None`` or ``False`` may be valid values.\n* `python-accretive \u003chttps://github.com/emcd/python-accretive\u003e`_ (`accretive \u003chttps://pypi.org/project/accretive/\u003e`_ on PyPI) \n\n  🌌 A Python library package which provides **accretive data structures** - collections which can grow but never shrink.\n* `python-classcore \u003chttps://github.com/emcd/python-classcore\u003e`_ (`classcore \u003chttps://pypi.org/project/classcore/\u003e`_ on PyPI) \n\n  🏭 A Python library package which provides **foundational class factories and decorators** for providing classes with attributes immutability and concealment and other custom behaviors.\n* `python-dynadoc \u003chttps://github.com/emcd/python-dynadoc\u003e`_ (`dynadoc \u003chttps://pypi.org/project/dynadoc/\u003e`_ on PyPI) \n\n  📝 A Python library package which bridges the gap between **rich annotations** and **automatic documentation generation** with configurable renderers and support for reusable fragments.\n* `python-falsifier \u003chttps://github.com/emcd/python-falsifier\u003e`_ (`falsifier \u003chttps://pypi.org/project/falsifier/\u003e`_ on PyPI) \n\n  🎭 A very simple Python library package which provides a **base class for falsey objects** - objects that evaluate to ``False`` in boolean contexts.\n* `python-frigid \u003chttps://github.com/emcd/python-frigid\u003e`_ (`frigid \u003chttps://pypi.org/project/frigid/\u003e`_ on PyPI) \n\n  🔒 A Python library package which provides **immutable data structures** - collections which cannot be modified after creation.\n* `python-icecream-truck \u003chttps://github.com/emcd/python-icecream-truck\u003e`_ (`icecream-truck \u003chttps://pypi.org/project/icecream-truck/\u003e`_ on PyPI) \n\n  🍦 **Flavorful Debugging** - A Python library which enhances the powerful and well-known ``icecream`` package with flavored traces, configuration hierarchies, customized outputs, ready-made recipes, and more.\n* `python-mimeogram \u003chttps://github.com/emcd/python-mimeogram\u003e`_ (`mimeogram \u003chttps://pypi.org/project/mimeogram/\u003e`_ on PyPI) \n\n  📨 A command-line tool for **exchanging collections of files with Large Language Models** - bundle multiple files into a single clipboard-ready document while preserving directory structure and metadata... good for code reviews, project sharing, and LLM interactions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcd%2Flm-scribbles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcd%2Flm-scribbles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcd%2Flm-scribbles/lists"}