Skip to main content

A package for summarizing Bible books

Project description

# Bible Summary

A Python package for summarizing Bible books, chapters, and providing various utilities to access Bible summaries.

## Features

  • Get summary of a specific book and chapter

  • Get a list of all books available

  • Get a list of chapters in a specific book

  • Get a random chapter summary or chapter number from a specific book or from the entire Bible

  • Get a random chapter summary or chapter number from a specific category

  • Get the number of chapters in a specific book

  • Get a list of all categories

  • Get a random chapter summary including a specific verse reference

  • Get all books in a specified testament (NT or OT)

  • Search for chapters that contain a specific keyword

  • Get the total number of chapters in the Bible

  • Get the total number of books in the Bible

## Installation

You can install the package using pip:

`bash pip install bible-summary `

## Importing the Package `python import bible_summary `

## Get Summary of a Specific Book and Chapter `python summary = bible_summary.get_summary("Genesis", "1") print(summary) `

## Get List of All Books Available `python books = bible_summary.get_books() print(books) `

## Get List of Chapters in a Specific Book `python chapters = bible_summary.get_chapters("Genesis") print(chapters) `

## Get a Random Chapter Number without Summary `python random_chapter = bible_summary.get_random_chapter("Genesis", False) print(f"Random Chapter in Genesis (No Summary): {random_chapter}") `

## Get List of Categories `python categories = bible_summary.get_categories() print(categories) `

## Get Random Chapter by Category `python random_book, random_chapter, random_summary = bible_summary.get_random_category_chapter("Gospels") print(f"Random Chapter in Gospels: {random_book} {random_chapter}") print(f"Summary: {random_summary}") `

## Get Chapters by Keyword `python chapters_with_keyword = bible_summary.get_chapters_by_keyword("creation") print(chapters_with_keyword) `

This README.md provides a clear and concise overview of the package’s features, installation instructions, usage examples, and additional functionalities. Feel free to adjust the content to better fit your specific requirements or preferences.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bible-summary-0.1.4.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

bible_summary-0.1.4-py3-none-any.whl (93.1 kB view details)

Uploaded Python 3

File details

Details for the file bible-summary-0.1.4.tar.gz.

File metadata

  • Download URL: bible-summary-0.1.4.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.5

File hashes

Hashes for bible-summary-0.1.4.tar.gz
Algorithm Hash digest
SHA256 7fe4cd5766f7ce77934bf352e8a914f96a46b0d21eb4bb58b924cf6763ebb408
MD5 0ce8575631c1e83e58d4763758643444
BLAKE2b-256 976e3051d731bc541f2fcbbfa0aa517d114575bf17fbbc8fd5184d569323ed3a

See more details on using hashes here.

File details

Details for the file bible_summary-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: bible_summary-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 93.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.5

File hashes

Hashes for bible_summary-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 accb79c4b5feb0ac999e4f144fd8f54c137c4d36eca457713e49542f3e83c28e
MD5 0b3fbdf7e4493a87022add5eeec21ad2
BLAKE2b-256 c23bdd6bfca5de480c23c33a4344defc0f01b34367f890dc04a37a694895fe1c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page