{"id":16800254,"url":"https://github.com/camsaul/pretty","last_synced_at":"2025-04-11T00:31:51.114Z","repository":{"id":50907593,"uuid":"192036905","full_name":"camsaul/pretty","owner":"camsaul","description":"A standard protocol for making custom types in Clojure pretty print in the REPL and elsewhere.","archived":false,"fork":false,"pushed_at":"2021-05-28T00:09:56.000Z","size":17,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T21:13:16.980Z","etag":null,"topics":["clojure","pretty-print","pretty-printer","pretty-printing","protocol","repl"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camsaul.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-06-15T04:34:51.000Z","updated_at":"2022-03-13T10:47:04.000Z","dependencies_parsed_at":"2022-09-26T21:50:29.843Z","dependency_job_id":null,"html_url":"https://github.com/camsaul/pretty","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camsaul%2Fpretty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camsaul%2Fpretty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camsaul%2Fpretty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camsaul%2Fpretty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camsaul","download_url":"https://codeload.github.com/camsaul/pretty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247866130,"owners_count":21009238,"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":["clojure","pretty-print","pretty-printer","pretty-printing","protocol","repl"],"created_at":"2024-10-13T09:31:50.281Z","updated_at":"2025-04-11T00:31:51.090Z","avatar_url":"https://github.com/camsaul.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Downloads](https://versions.deps.co/camsaul/pretty/downloads.svg)](https://versions.deps.co/camsaul/pretty)\n[![Dependencies Status](https://versions.deps.co/camsaul/pretty/status.svg)](https://versions.deps.co/camsaul/pretty)\n[![Circle CI](https://circleci.com/gh/camsaul/pretty.svg?style=svg)](https://circleci.com/gh/camsaul/pretty)\n[![License](https://img.shields.io/badge/license-Eclipse%20Public%20License-blue.svg)](https://raw.githubusercontent.com/camsaul/pretty/master/LICENSE)\n[![cljdoc badge](https://cljdoc.org/badge/pretty/pretty)](https://cljdoc.org/d/pretty/pretty/CURRENT)\n\n[![Clojars Project](https://clojars.org/pretty/latest-version.svg)](http://clojars.org/pretty)\n\nA standard protocol for making custom types in Clojure pretty print in the REPL and elsewhere.\n\n```clj\n(require '[pretty.core :as pretty])\n\n(defrecord MyInt [i]\n  pretty/PrettyPrintable\n  (pretty [_] (list 'my-int i)))\n\n(MyInt. 100)\n;; -\u003e (my-int 100)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamsaul%2Fpretty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamsaul%2Fpretty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamsaul%2Fpretty/lists"}