{"id":16421089,"url":"https://github.com/codermungan/timeanalysismoon","last_synced_at":"2025-06-20T06:33:51.004Z","repository":{"id":211575940,"uuid":"729503897","full_name":"CoderMungan/timeanalysismoon","owner":"CoderMungan","description":"A decorator that measures and prints the execution time of a function.","archived":false,"fork":false,"pushed_at":"2023-12-12T11:00:24.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T14:44:12.639Z","etag":null,"topics":["decarator","django","django-library","libraries","library","python","python-library","python3"],"latest_commit_sha":null,"homepage":"","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/CoderMungan.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"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}},"created_at":"2023-12-09T12:47:50.000Z","updated_at":"2023-12-12T20:39:03.000Z","dependencies_parsed_at":"2025-02-12T02:48:39.457Z","dependency_job_id":null,"html_url":"https://github.com/CoderMungan/timeanalysismoon","commit_stats":null,"previous_names":["codermungan/timeanalysismoon"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CoderMungan/timeanalysismoon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Ftimeanalysismoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Ftimeanalysismoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Ftimeanalysismoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Ftimeanalysismoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderMungan","download_url":"https://codeload.github.com/CoderMungan/timeanalysismoon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Ftimeanalysismoon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260895963,"owners_count":23078919,"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":["decarator","django","django-library","libraries","library","python","python-library","python3"],"created_at":"2024-10-11T07:30:10.724Z","updated_at":"2025-06-20T06:33:45.986Z","avatar_url":"https://github.com/CoderMungan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# timeanalysismoon\n\n![GitHub](https://img.shields.io/github/license/CoderMungan/timeanalysismoon)\n\n## Overview\n\nWelcome to version 0.9.3 of the `timeanalysismoon` Python package! This release introduces a decorator designed to measure and print the execution time of functions, providing a simple and effective way to profile your Python code.\n\n## Key Features\n\n- **Decorator Functionality**: The `timeanalysismoon` decorator, when applied to a function, calculates the time it takes for the function to run and prints the result.\n\n- **Ease of Use**: Integrating the decorator into your code is straightforward. Simply apply `@timeanalysismoon` above the function you want to analyze.\n\n## Example Usage\n\n```python\nfrom timeanalysismoon import timeanalysismoon\n\n@timeanalysismoon\ndef example_function():\n    # Your function logic here\n    pass\n```\n## Installation\n\nYou can install the package using the following pip command:\n\n```bash\npip install timeanalysismoon\n```\nor\n\n```bash\npip install timeanalysismoon==0.9.3\n```\n\n## Compatibility\n- Supports Python 3.6 to 3.12\n\n## Release Notes\n- **Enhancement**: Improved performance in certain scenarios.\n- **Bug Fix**: Fixed a minor issue related to time calculation precision.\n\n## How to Contribute\n\nIf you have any suggestions, improvements, or bug reports, feel free to contribute to the project by opening issues or submitting pull requests on the [GitHub repository](https://github.com/CoderMungan/timeanalysismoon).\n\n## License\n\nThis package is released under the MIT License. See the [LICENSE](https://github.com/CoderMungan/timeanalysismoon/blob/main/license) file for details.\n\n### Author\n- CoderMungan\n    - Pypi.org: [https://pypi.org/project/timeanalysismoon/0.9.3/](https://pypi.org/project/timeanalysismoon/0.9.3/)\n    - Email: codermungan@gmail.com\n    - Github: [CoderMungan](https://github.com/CoderMungan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodermungan%2Ftimeanalysismoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodermungan%2Ftimeanalysismoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodermungan%2Ftimeanalysismoon/lists"}