{"id":13773864,"url":"https://github.com/ionelmc/python-aspectlib","last_synced_at":"2025-04-05T14:04:55.546Z","repository":{"id":14202409,"uuid":"16909045","full_name":"ionelmc/python-aspectlib","owner":"ionelmc","description":"An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.","archived":false,"fork":false,"pushed_at":"2024-08-12T15:47:37.000Z","size":737,"stargazers_count":124,"open_issues_count":15,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T13:06:46.315Z","etag":null,"topics":["aop","aspect-oriented-framework","aspect-oriented-programming","debugging","decorator","decorators","monkey-patching","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ionelmc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-17T10:14:32.000Z","updated_at":"2025-03-11T21:29:19.000Z","dependencies_parsed_at":"2024-01-15T02:29:59.497Z","dependency_job_id":"a9532171-7d4d-4e99-8d95-93253d7745ac","html_url":"https://github.com/ionelmc/python-aspectlib","commit_stats":{"total_commits":534,"total_committers":6,"mean_commits":89.0,"dds":"0.011235955056179803","last_synced_commit":"52092d5e8ee86705c0cad9f9b510dcedabbdc46f"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionelmc%2Fpython-aspectlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionelmc%2Fpython-aspectlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionelmc%2Fpython-aspectlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionelmc%2Fpython-aspectlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionelmc","download_url":"https://codeload.github.com/ionelmc/python-aspectlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aop","aspect-oriented-framework","aspect-oriented-programming","debugging","decorator","decorators","monkey-patching","python"],"created_at":"2024-08-03T17:01:21.060Z","updated_at":"2025-04-05T14:04:55.524Z","avatar_url":"https://github.com/ionelmc.png","language":"Python","readme":"========\nOverview\n========\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - docs\n      - |docs|\n    * - tests\n      - |github-actions| |coveralls| |codecov|\n    * - package\n      - |version| |wheel| |supported-versions| |supported-implementations| |commits-since|\n.. |docs| image:: https://readthedocs.org/projects/python-aspectlib/badge/?style=flat\n    :target: https://readthedocs.org/projects/python-aspectlib/\n    :alt: Documentation Status\n\n.. |github-actions| image:: https://github.com/ionelmc/python-aspectlib/actions/workflows/github-actions.yml/badge.svg\n    :alt: GitHub Actions Build Status\n    :target: https://github.com/ionelmc/python-aspectlib/actions\n\n.. |coveralls| image:: https://coveralls.io/repos/github/ionelmc/python-aspectlib/badge.svg?branch=main\n    :alt: Coverage Status\n    :target: https://coveralls.io/github/ionelmc/python-aspectlib?branch=main\n\n.. |codecov| image:: https://codecov.io/gh/ionelmc/python-aspectlib/branch/main/graphs/badge.svg?branch=main\n    :alt: Coverage Status\n    :target: https://app.codecov.io/github/ionelmc/python-aspectlib\n\n.. |version| image:: https://img.shields.io/pypi/v/aspectlib.svg\n    :alt: PyPI Package latest release\n    :target: https://pypi.org/project/aspectlib\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/aspectlib.svg\n    :alt: PyPI Wheel\n    :target: https://pypi.org/project/aspectlib\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/aspectlib.svg\n    :alt: Supported versions\n    :target: https://pypi.org/project/aspectlib\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/aspectlib.svg\n    :alt: Supported implementations\n    :target: https://pypi.org/project/aspectlib\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-aspectlib/v2.0.0.svg\n    :alt: Commits since latest release\n    :target: https://github.com/ionelmc/python-aspectlib/compare/v2.0.0...main\n\n\n\n.. end-badges\n\n``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing\nbehavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete\ncapture/replay framework.\n\n* Free software: BSD 2-Clause License\n\nInstallation\n============\n\n::\n\n    pip install aspectlib\n\nYou can also install the in-development version with::\n\n    pip install https://github.com/ionelmc/python-aspectlib/archive/main.zip\n\n\nDocumentation\n=============\n\nDocs are hosted at readthedocs.org: `python-aspectlib docs \u003chttp://python-aspectlib.readthedocs.org/en/latest/\u003e`_.\n\nImplementation status\n=====================\n\nWeaving functions, methods, instances and classes is completed.\n\nPending:\n\n* *\"Concerns\"* (see `docs/todo.rst`)\n\nIf ``aspectlib.weave`` doesn't work for your scenario please report a bug!\n\nRequirements\n============\n\n:OS: Any\n:Runtime: Python 2.6, 2.7, 3.3, 3.4 or PyPy\n\nPython 3.2, 3.1 and 3.0 are *NOT* supported (some objects are too crippled).\n\nSimilar projects\n================\n\n* `function_trace \u003chttps://github.com/RedHatQE/function_trace\u003e`_ - extremely simple\n","funding_links":[],"categories":["Python","\u003ca id=\"58b6684347a223e01d4d76d9ca185a88\"\u003e\u003c/a\u003eReplay\u0026\u0026重播"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionelmc%2Fpython-aspectlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionelmc%2Fpython-aspectlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionelmc%2Fpython-aspectlib/lists"}