collection of biblical humans and their family relations
Project description
Biblical Humans Library
a Python collection of biblical humans and their family relations
Quickstart
the library provides different scopes of information
Father Objects
a set of classes that represent biblical fathers from different nationalities. For example, Hebrew fathers: Abraham, Isaac and Jacob, as well as Mesopotamian fathers: Noah, Shem, and Ham.
from biblical_humans import hebrews
from biblical_humans import mesopotamians
abraham = hebrews.Abraham()
noah = mesopotamians.Noah()
print(abraham.__dict__)
print(noah.__dict__)
List of Humans
on a broader scope, the library traces different categories of humans, such as fathers, mothers and children from different nationalities.
from biblical_humans import hebrews
from biblical_humans import mesopotamians
heb_mothers = hebrews.mothers
mes_children = mesopotamians.children
print(heb_mothers)
print(mes_children)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biblical_humans-0.0.3-py3-none-any.whl.
File metadata
- Download URL: biblical_humans-0.0.3-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
596bbefb8bcbc805ac371db247bcfbcccd9b3eafbb9c97c352d4c9a812e8b691
|
|
| MD5 |
6d5c213dc0f18491fd08ddbba57259f1
|
|
| BLAKE2b-256 |
0ef2978297b09edbc3cabf37684b78cffb0b3342e968ca624aacc58ab812de1a
|