{"id":28542704,"url":"https://github.com/pomponchik/printo","last_synced_at":"2025-06-16T23:35:20.679Z","repository":{"id":243208830,"uuid":"811267918","full_name":"pomponchik/printo","owner":"pomponchik","description":"Print objects with data beautifully","archived":false,"fork":false,"pushed_at":"2025-03-02T11:34:45.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T14:05:37.185Z","etag":null,"topics":["print","serialization"],"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/pomponchik.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":"2024-06-06T09:10:46.000Z","updated_at":"2025-03-03T04:11:09.000Z","dependencies_parsed_at":"2024-06-07T11:10:42.586Z","dependency_job_id":"939cd2dc-ec19-4e59-a9e2-2350b66331da","html_url":"https://github.com/pomponchik/printo","commit_stats":null,"previous_names":["pomponchik/printo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pomponchik/printo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomponchik%2Fprinto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomponchik%2Fprinto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomponchik%2Fprinto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomponchik%2Fprinto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pomponchik","download_url":"https://codeload.github.com/pomponchik/printo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomponchik%2Fprinto/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260261592,"owners_count":22982697,"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":["print","serialization"],"created_at":"2025-06-09T21:07:19.429Z","updated_at":"2025-06-16T23:35:20.671Z","avatar_url":"https://github.com/pomponchik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# printo: print objects with data beautifully\n\n[![Downloads](https://static.pepy.tech/badge/printo/month)](https://pepy.tech/project/printo)\n[![Downloads](https://static.pepy.tech/badge/printo)](https://pepy.tech/project/printo)\n[![codecov](https://codecov.io/gh/pomponchik/printo/graph/badge.svg?token=r72d56t1hj)](https://codecov.io/gh/pomponchik/printo)\n[![Lines of code](https://sloc.xyz/github/pomponchik/printo/?category=code)](https://github.com/boyter/scc/)\n[![Hits-of-Code](https://hitsofcode.com/github/pomponchik/printo?branch=main)](https://hitsofcode.com/github/pomponchik/printo/view?branch=main)\n[![Test-Package](https://github.com/pomponchik/printo/actions/workflows/tests_and_coverage.yml/badge.svg)](https://github.com/pomponchik/printo/actions/workflows/tests_and_coverage.yml)\n[![Python versions](https://img.shields.io/pypi/pyversions/printo.svg)](https://pypi.python.org/pypi/printo)\n[![PyPI version](https://badge.fury.io/py/printo.svg)](https://badge.fury.io/py/printo)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n\nA mini library for writing beautiful [`__repr__`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) for your classes.\n\nInstall it:\n\n```bash\npip install printo\n```\n\nAnd use:\n\n```python\nfrom printo import descript_data_object\n\nprint(descript_data_object('MyClassName', (1, 2, 'some text'), {'variable_name': 1, 'second_variable_name': 'kek'}))\n# \u003e MyClassName(1, 2, 'some text', variable_name=1, second_variable_name='kek')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomponchik%2Fprinto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpomponchik%2Fprinto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomponchik%2Fprinto/lists"}