{"id":15381574,"url":"https://github.com/alessandrobessi/umarell","last_synced_at":"2025-04-15T19:17:27.510Z","repository":{"id":91092633,"uuid":"151461757","full_name":"alessandrobessi/umarell","owner":"alessandrobessi","description":"Lightweight decorator that can be seamlessly integrated in all your Python projects to log the performance of your functions","archived":false,"fork":false,"pushed_at":"2018-10-24T10:21:17.000Z","size":6,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T19:17:18.580Z","etag":null,"topics":["hacktoberfest","hacktoberfest2018","logger","logging","performance","performance-metrics","performance-testing"],"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/alessandrobessi.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":"2018-10-03T18:36:42.000Z","updated_at":"2022-07-11T06:08:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"e16716f7-c89a-47a8-9239-5247e0361756","html_url":"https://github.com/alessandrobessi/umarell","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.5714285714285714,"last_synced_commit":"ca0c53468be98b74fd64b0580aa67818cd5799d7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrobessi%2Fumarell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrobessi%2Fumarell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrobessi%2Fumarell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrobessi%2Fumarell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alessandrobessi","download_url":"https://codeload.github.com/alessandrobessi/umarell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135832,"owners_count":21218365,"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":["hacktoberfest","hacktoberfest2018","logger","logging","performance","performance-metrics","performance-testing"],"created_at":"2024-10-01T14:27:59.944Z","updated_at":"2025-04-15T19:17:27.488Z","avatar_url":"https://github.com/alessandrobessi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# umarell\n\numarell is a lightweight decorator that can be seamlessly integrated in all your Python projects to\n log\n the performance of your functions.\n \n ### Usage\n \nIts usage is straightforward. You just need to:\n 1. include the umarell module in your project folder\n 2. import the module\n 3. apply the decorator on top of functions' definition\n\n```python\nfrom umarell import umarell\n\n@umarell\ndef my_function():\n    ...\n``` \n\nEach time a function gets called, umarell logs its execution time leveraging the built-in `logging`\n module. Try to run `example.py` to get a gist of it.\n \n### What the heck _umarell_ means?\n_Umarell (Italian pronunciation: [umaˈrɛlː]; modern rivisitation of the Bolognese dialect word \numarèl [umaˈrɛːl]) is a term popular in Bologna referring specifically to men of retirement age \nwho pass the time watching construction sites, especially roadworks – stereotypically with hands clasped behind their back and offering unwanted advice._\n\nSource: [Wikipedia](https://en.wikipedia.org/wiki/Umarell)\n\n\n\n![A wild umarell](http://www.macchinedilinews.it/files/2017/10/Corriere-della-Sera.jpg \"A \nwild \numarell\")\n\n_A wild umarell in Bologna, Italy_\n\n \n \n \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandrobessi%2Fumarell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falessandrobessi%2Fumarell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandrobessi%2Fumarell/lists"}