Metadata-Version: 2.4
Name: bib_humans
Version: 0.1.0
Summary: Synthetic humans data generator
Author: Caesar
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown

the library provides different scopes of information
Father Objects

a set of classes that represent biblical fathers, such as Abraham, Isaac and Jacob.

import humans

abraham = humans.Abraham()
print(abraham.__dict__)

List of Humans

on a broader scope, the library traces different categories of humans, such as fathers, mothers and children.

import humans

all_mothers = humans.mothers
print(all_mothers)

