{"id":19626131,"url":"https://github.com/konstantine-v/bible-lib","last_synced_at":"2025-07-04T20:40:15.685Z","repository":{"id":226090958,"uuid":"418357025","full_name":"konstantine-v/bible-lib","owner":"konstantine-v","description":"Clojure Library for parsing bible data","archived":false,"fork":false,"pushed_at":"2022-05-10T01:00:00.000Z","size":1592,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T20:58:47.733Z","etag":null,"topics":["bible","bibledata","clojure","clojure-library","lein","leiningen","library"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konstantine-v.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-10-18T05:27:49.000Z","updated_at":"2022-05-09T16:20:08.000Z","dependencies_parsed_at":"2024-03-05T21:00:55.198Z","dependency_job_id":null,"html_url":"https://github.com/konstantine-v/bible-lib","commit_stats":null,"previous_names":["konstantine-v/bible-lib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/konstantine-v/bible-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fbible-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fbible-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fbible-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fbible-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konstantine-v","download_url":"https://codeload.github.com/konstantine-v/bible-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fbible-lib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263617760,"owners_count":23489530,"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":["bible","bibledata","clojure","clojure-library","lein","leiningen","library"],"created_at":"2024-11-11T11:45:03.386Z","updated_at":"2025-07-04T20:40:15.639Z","avatar_url":"https://github.com/konstantine-v.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bible Lib\n\n*Note* This library is a work in progress, so use it as a stepping-stone for your own application or help move it along by making a PR to help complete it.\n\nThis is currently not production ready, but the intention is to get it to a point where it can be. Feel free \n\n## What is this?\nA library for interacting with and parsing the data within the bible.\n\nThis library is meant for comparing, parsing, and searching data within a dataset as well as consuming APIs and ensuring the data is formatted to be used as intended within other applications.\n\n*Note*\nThis utilizes the Luke Smith edited version of the KJV bible for testing purposes. In the future I plan for it to consume API data and built data structured in a similar way for offline consumption.\n\n## Usage\nUsing your Clojure REPL you can test out some of the functions and see the results;\n\nUsing this library in your project\n```clojure\n(ns bible-lib.core \n  (:require [bible-lib :as bible]))\n\n(def bible-location \"~/Downloads/bible_nkj.txt\")\n\n(first (bible/data-\u003elist bible-location))\n\n(write-file (str/join \" \" (bible/data-books-list (bible/data-bible-loc)))\n            \"books_list.txt\")\n```\n\n```clojure\n;Example for returning the first verse in Genesis\n(first (bible/data-\u003elist bible/data-bible-loc)) ;=\u003e [\"Genesis\" \"Ge\" \"1\" \"1\" \"1\" \"In the beginning God created the heaven and the earth.\"]\n```\n\nHere's another example for getting the frequency of words used in the bible\n```clojure\n(frequency-data (data-\u003elist data-bible-loc))\n```\n[View result](https://gist.github.com/MaterialFuture/906317ac3c9e41ad7da76457827175c3)\n\nIf you want to write results to a file you can do so like below\n```clojure\n (frequency-data (data-\u003elist data-bible-loc))\n```\n\n## Future Plans\n\nFuture plans will be to take API data or other bible datasets and format them into hash maps;\n```clojure\n{:book \"1 John\" :verse \"3:16\" :content \"For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life.\" ...}\n```\n\n## License\nTODO: Change license\n\nCopyright © 2022 @MaterialFuture\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstantine-v%2Fbible-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonstantine-v%2Fbible-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstantine-v%2Fbible-lib/lists"}