{"id":13708469,"url":"https://github.com/mborders/romanus","last_synced_at":"2026-01-12T14:11:09.468Z","repository":{"id":57605904,"uuid":"175459443","full_name":"mborders/romanus","owner":"mborders","description":"Golang library containing the entire Roman Catechism of the Council of Trent","archived":false,"fork":false,"pushed_at":"2025-08-05T18:16:19.000Z","size":736,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T06:46:26.363Z","etag":null,"topics":["catechism","catechism-of-the-council-of-trent","catholic","golang","roman-catechism"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mborders.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,"zenodo":null}},"created_at":"2019-03-13T16:32:02.000Z","updated_at":"2025-08-05T18:15:17.000Z","dependencies_parsed_at":"2025-08-09T21:40:53.431Z","dependency_job_id":"e4d68015-be88-4eca-9eb2-f2a5c06fc880","html_url":"https://github.com/mborders/romanus","commit_stats":null,"previous_names":["borderstech/romanus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mborders/romanus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborders%2Fromanus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborders%2Fromanus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborders%2Fromanus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborders%2Fromanus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mborders","download_url":"https://codeload.github.com/mborders/romanus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborders%2Fromanus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["catechism","catechism-of-the-council-of-trent","catholic","golang","roman-catechism"],"created_at":"2024-08-02T23:00:23.529Z","updated_at":"2026-01-12T14:11:09.403Z","avatar_url":"https://github.com/mborders.png","language":"Go","funding_links":[],"categories":["Datos"],"sub_categories":[],"readme":"[![GoDoc](http://godoc.org/github.com/mborders/romanus?status.png)](http://godoc.org/github.com/mborders/romanus)\n[![Build Status](https://travis-ci.org/mborders/romanus.svg?branch=master)](https://travis-ci.org/mborders/romanus)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mborders/romanus)](https://goreportcard.com/report/github.com/mborders/romanus)\n[![codecov](https://codecov.io/gh/mborders/romanus/branch/master/graph/badge.svg)](https://codecov.io/gh/mborders/romanus)\n\n# romanus\n\nGolang library containing the entire Roman Catechism of the Council of Trent.\n\nDocumentation here: https://godoc.org/github.com/mborders/romanus\n\n## Example Usage\n\n```go\n// Create a new catechism instance\nc := romanus.NewCatechism()\n\n// Get Part 1\npart, err := c.GetPart(1)\n\n// Get Part 1, Article 1\na, err := c.GetArticle(1, 1)\n\n// Get Part 1, Article 1, Section 1\ns, err := c.GetSection(1, 1, 1)\n\n// Get Part 1, Article 1, Section 1, Paragraph 1\np, err := c.GetParagraph(1, 1, 1, 1)\nfmt.Print(p.Text) // English\n\n// Search for paragraphs\nr := c.Search(\"I believe\", 10)\nfmt.Print(r[0].Part.PartNumber)\nfmt.Print(r[0].Article.ArticleNumber)\nfmt.Print(r[0].Section.SectionNumber)\nfmt.Print(r[0].Paragraph.ParagraphNumber)\nfmt.Print(r[0].Paragraph.Text)\nfmt.Print(r[0].String()) // Part 4, Article 3, Section 4, Paragraph 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmborders%2Fromanus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmborders%2Fromanus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmborders%2Fromanus/lists"}