
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
The SWORD project provides modules freely for common Bible translations in different languages.
{
"name": "King James Version (1769) with Strongs Numbers and Morphology and CatchWords",
"abbreviation": "KJV",
"books": {
"ot": [
{
"number": 1,
"name": "Genesis",
"abbreviation": "Gen",
"chapters": [
{
"number": 1,
"verses": [
{
"number": 1,
"text": "In the beginning God created the heaven and the earth."
}
]
}
]
}
],
"nt": [
{
"number": 40,
"name": "Matthew",
"abbreviation": "Matt",
"chapters": [
{
"number": 1,
"verses": [
{
"number": 1,
"text": "The book of the generation of Jesus Christ, the son of David, the son of Abraham."
}
]
}
]
}
]
}
}
+-----------------------------------------------------------------------------+------------+
|name |abbreviation|
+-----------------------------------------------------------------------------+------------+
|King James Version (1769) with Strongs Numbers and Morphology and CatchWords|KJV |
+-----------------------------------------------------------------------------+------------+
+-----------+------+-------+------------+---------+
|translation|number|name |abbreviation|testament|
+-----------+------+-------+------------+---------+
|1 |1 |Genesis|Gen |ot |
+-----------+------+-------+------------+---------+
+----+------+
|book|number|
+----+------+
|1 |1 |
+----+------+
+-------+------+------------------------------------------------------+
|chapter|number|text |
+-------+------+------------------------------------------------------+
|1 |1 |In the beginning God created the heaven and the earth.|
+-------+------+------------------------------------------------------+
Using pip
pip install sword-converter
Using poetry
poetry add sword-converter
Output file will be saved in the same directory as the sword module.
sword-converter source module -f {json,sqlite}
sword-converter /home/user/Downloads/KJV.zip KJV -f json
sword-converter /home/user/Downloads/KJV.zip KJV -f sqlite
FAQs
Generate JSON Files and SQLite Databases of Bible Texts from SWORD Modules
We found that sword-converter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.