{"id":38647493,"url":"https://github.com/dmayo3/mocksafe","last_synced_at":"2026-01-17T09:16:10.711Z","repository":{"id":165232535,"uuid":"637895228","full_name":"dmayo3/mocksafe","owner":"dmayo3","description":"Type-safe mocking for Python.","archived":false,"fork":false,"pushed_at":"2025-12-15T13:29:33.000Z","size":1586,"stargazers_count":13,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T16:31:48.844Z","etag":null,"topics":["mocking","mocking-library","mocks","python","testing","type-safety","typesafe","unit-testing"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mocksafe","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/dmayo3.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-05-08T16:30:22.000Z","updated_at":"2025-12-15T13:29:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"69778f97-2d88-48c6-ab65-d5e21a3dbf52","html_url":"https://github.com/dmayo3/mocksafe","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/dmayo3/mocksafe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmayo3%2Fmocksafe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmayo3%2Fmocksafe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmayo3%2Fmocksafe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmayo3%2Fmocksafe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmayo3","download_url":"https://codeload.github.com/dmayo3/mocksafe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmayo3%2Fmocksafe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["mocking","mocking-library","mocks","python","testing","type-safety","typesafe","unit-testing"],"created_at":"2026-01-17T09:15:58.735Z","updated_at":"2026-01-17T09:16:10.655Z","avatar_url":"https://github.com/dmayo3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://github.com/dmayo3/mocksafe/actions/workflows/mocksafe.yml/badge.svg\n    :target: https://github.com/dmayo3/mocksafe/actions/workflows/mocksafe.yml?query=branch%3Amain\n    :alt: Github Actions Status\n.. image:: https://codecov.io/gh/dmayo3/mocksafe/branch/main/graph/badge.svg?token=S3JI6OOTGF\n    :target: https://codecov.io/gh/dmayo3/mocksafe\n.. image:: https://readthedocs.org/projects/mocksafe/badge/?version=latest\n    :target: https://mocksafe.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://badge.fury.io/py/mocksafe.svg\n    :target: https://badge.fury.io/py/mocksafe\n    :alt: PyPI Package\n.. image:: https://img.shields.io/badge/semver-2.0.0-blue\n    :target: https://semver.org/\n    :alt: Follows the Semantic Versioning 2.0.0 spec\n.. image:: https://img.shields.io/pypi/pyversions/mocksafe.svg\n    :target: https://pypi.org/project/mocksafe\n    :alt: Supported versions\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code style: black\n.. image:: http://www.mypy-lang.org/static/mypy_badge.svg\n    :target: http://mypy-lang.org/\n    :alt: Type checked by mypy\n.. image:: https://img.shields.io/badge/License-MIT-green.svg\n    :target: https://github.com/dmayo3/mocksafe/blob/main/LICENSE\n    :alt: MIT License\n\nMockSafe v0.10.0-beta\n---------------------\n\nA mocking library developed to enable static and runtime type checking of your mocks to help keep them up-to-date with your production code.\n\nIt has a simple, fluent API and is designed to be used with Python's `assert` statement.\n\nCheckout the docs link below for more information.\n\nInstall and quickstart\n----------------------\n\n::\n\n    pip install mocksafe\n\n`Library Usage \u003chttps://mocksafe.readthedocs.io/en/0.10.0-beta/usage.html\u003e`_\n\nLinks\n----------------------\n\n:Install: `PyPi \u003chttps://pypi.org/project/mocksafe\u003e`_\n:Docs:    `Read The Docs \u003chttps://mocksafe.readthedocs.io/en/0.10.0-beta/\u003e`_\n:License: `MIT \u003chttps://github.com/dmayo3/mocksafe/blob/main/LICENSE\u003e`_\n:Source:  `GitHub \u003chttps://github.com/dmayo3/mocksafe\u003e`_\n:Issues:  `GitHub Issues \u003chttps://github.com/dmayo3/mocksafe/issues\u003e`_\n:Discussion:  `Questions \u0026 Feedback \u003chttps://github.com/dmayo3/mocksafe/discussions\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmayo3%2Fmocksafe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmayo3%2Fmocksafe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmayo3%2Fmocksafe/lists"}