{"id":6715,"name":"mswp","description":"Decorator that automatically clears temporary local variables upon function execution, effectively preventing clutter and mitigating memory leaks.","url":"https://github.com/louisbrulenaudet/mswp","last_synced_at":"2025-09-04T19:14:42.664Z","repository":{"id":223759728,"uuid":"761318176","full_name":"louisbrulenaudet/mswp","owner":"louisbrulenaudet","description":"Decorator that automatically clears temporary local variables upon function execution, effectively preventing clutter and mitigating memory leaks.","archived":false,"fork":false,"pushed_at":"2024-02-22T22:25:30.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T12:26:48.162Z","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/louisbrulenaudet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"louisbrulenaudet"}},"created_at":"2024-02-21T16:40:34.000Z","updated_at":"2024-02-24T09:09:55.000Z","dependencies_parsed_at":"2024-02-22T22:33:19.021Z","dependency_job_id":null,"html_url":"https://github.com/louisbrulenaudet/mswp","commit_stats":null,"previous_names":["louisbrulenaudet/tidy","louisbrulenaudet/mswp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/louisbrulenaudet/mswp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet","download_url":"https://codeload.github.com/louisbrulenaudet/mswp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273658041,"owners_count":25145206,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"louisbrulenaudet","name":"Louis Brulé Naudet","uuid":"35007448","kind":"user","description":"Research in business taxation and development (NLP, LLM, Computer vision...), University Dauphine-PSL 📖 | Backed by the Microsoft for Startups Hub program","email":"","website":"https://louisbrulenaudet.com","location":"Paris","twitter":"BruleNaudet","company":"Université Paris-Dauphine (Paris Sciences et Lettres - PSL)","icon_url":"https://avatars.githubusercontent.com/u/35007448?u=1cd896d105bc9da72f83b0d3c600487897c17c4f\u0026v=4","repositories_count":81,"last_synced_at":"2025-08-28T02:33:09.778Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/louisbrulenaudet","funding_links":["https://github.com/sponsors/louisbrulenaudet"],"total_stars":273,"followers":73,"following":150,"created_at":"2023-05-02T14:22:54.630Z","updated_at":"2025-08-28T02:33:09.778Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet/repositories"},"packages":[{"id":8902121,"name":"mswp","ecosystem":"pypi","description":"A decorator that automatically clears temporary local variables upon function execution, effectively preventing clutter and mitigating memory leaks.","homepage":null,"licenses":"Apache Software License","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/louisbrulenaudet/mswp","keywords_array":["decorator","memory","memory-leaks","performance","variables","security","scalling"],"namespace":null,"versions_count":1,"first_release_published_at":"2024-02-22T22:22:02.000Z","latest_release_published_at":"2024-02-22T22:22:02.000Z","latest_release_number":"1.0.0","last_synced_at":"2025-09-03T03:50:04.472Z","created_at":"2024-02-22T22:31:31.608Z","updated_at":"2025-09-03T12:15:35.113Z","registry_url":"https://pypi.org/project/mswp/","install_command":"pip install mswp --index-url https://pypi.org/simple","documentation_url":"https://mswp.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Intended Audience :: Education","Intended Audience :: Science/Research","License :: OSI Approved :: Apache Software License","Programming Language :: Python","Programming Language :: Python :: 3","Topic :: Scientific/Engineering","Topic :: Scientific/Engineering :: Artificial Intelligence","Topic :: Software Development","Topic :: Software Development :: Libraries","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"mswp","project_status":null},"repo_metadata":{"id":223759728,"uuid":"761318176","full_name":"louisbrulenaudet/mswp","owner":"louisbrulenaudet","description":"Decorator that automatically clears temporary local variables upon function execution, effectively preventing clutter and mitigating memory leaks.","archived":false,"fork":false,"pushed_at":"2024-02-22T22:25:30.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T00:22:22.549Z","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/louisbrulenaudet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"louisbrulenaudet"}},"created_at":"2024-02-21T16:40:34.000Z","updated_at":"2024-02-24T09:09:55.000Z","dependencies_parsed_at":"2024-02-22T22:33:19.021Z","dependency_job_id":null,"html_url":"https://github.com/louisbrulenaudet/mswp","commit_stats":null,"previous_names":["louisbrulenaudet/tidy","louisbrulenaudet/mswp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/louisbrulenaudet/mswp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet","download_url":"https://codeload.github.com/louisbrulenaudet/mswp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273440314,"owners_count":25106148,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"louisbrulenaudet","name":"Louis Brulé Naudet","uuid":"35007448","kind":"user","description":"Research in business taxation and development (NLP, LLM, Computer vision...), University Dauphine-PSL 📖 | Backed by the Microsoft for Startups Hub program","email":"","website":"https://louisbrulenaudet.com","location":"Paris","twitter":"BruleNaudet","company":"Université Paris-Dauphine (Paris Sciences et Lettres - PSL)","icon_url":"https://avatars.githubusercontent.com/u/35007448?u=1cd896d105bc9da72f83b0d3c600487897c17c4f\u0026v=4","repositories_count":81,"last_synced_at":"2025-08-28T02:33:09.778Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/louisbrulenaudet","funding_links":["https://github.com/sponsors/louisbrulenaudet"],"total_stars":273,"followers":73,"following":150,"created_at":"2023-05-02T14:22:54.630Z","updated_at":"2025-08-28T02:33:09.778Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet/repositories"},"tags":[{"name":"1.0.0","sha":"c18c245ce43f500e2233cd7fff7f8002abc4105b","kind":"commit","published_at":"2024-02-22T22:24:37.000Z","download_url":"https://codeload.github.com/louisbrulenaudet/mswp/tar.gz/1.0.0","html_url":"https://github.com/louisbrulenaudet/mswp/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/louisbrulenaudet/mswp@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-03T12:15:35.113Z","dependent_packages_count":0,"downloads":15,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":64.77243908982987,"dependent_packages_count":9.816194442096288,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":37.29431676596308},"purl":"pkg:pypi/mswp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/mswp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/mswp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/mswp/dependencies","status":null,"funding_links":["https://github.com/sponsors/louisbrulenaudet"],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-19T23:48:34.915Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mswp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mswp/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mswp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mswp/related_packages","maintainers":[{"uuid":"louisbrulenaudet","login":"louisbrulenaudet","name":null,"email":null,"url":null,"packages_count":9,"html_url":"https://pypi.org/user/louisbrulenaudet/","role":null,"created_at":"2024-02-22T22:31:54.811Z","updated_at":"2024-02-22T22:31:54.811Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/louisbrulenaudet/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724869,"maintainers_count":308223,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":6664519,"full_name":"louisbrulenaudet/mswp","default_branch":"master","committers":null,"total_commits":null,"total_committers":null,"total_bot_commits":null,"total_bot_committers":null,"mean_commits":null,"dds":null,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":null,"last_synced_commit":null,"created_at":"2024-11-23T05:11:24.384Z","updated_at":"2024-11-23T05:11:24.384Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"louisbrulenaudet/mswp","html_url":"https://github.com/louisbrulenaudet/mswp","last_synced_at":"2025-07-19T23:48:34.915Z","status":"error","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2024-11-23T05:11:24.674Z","updated_at":"2025-07-19T23:48:34.915Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fmswp/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{},"issue_authors":{},"pull_request_authors":{},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.939Z","repositories_count":10081382,"issues_count":31322741,"pull_requests_count":96214245,"authors_count":10693626,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{},"last_year":{}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-02-21T23:33:12.703Z","updated_at":"2024-02-21T23:33:12.703Z","repository_link":"https://github.com/louisbrulenaudet/mswp/blob/main/pyproject.toml","dependencies":[]}],"score":null,"created_at":"2025-09-04T15:50:20.919Z","updated_at":"2025-10-07T08:05:45.653Z","avatar_url":"https://github.com/louisbrulenaudet.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":15,"funding_links":["https://github.com/sponsors/louisbrulenaudet"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/6715","html_url":"https://science.ecosyste.ms/projects/6715","bibtex_url":"https://science.ecosyste.ms/projects/6715/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/6715/export.apalike"}