Metadata-Version: 2.1
Name: biblearn
Version: 0.0.1
Summary: Biblical Learning Toolkit (biblearn)
Home-page: https://github.com/hensh2ss/biblearn
Author: Seth S. Henshaw
Author-email: seth.henshaw@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/hensh2ss/biblearn/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Biblical Learning Data Science Toolkit (biblearn)
Biblical Learning tools and data

## Introduction

## Overview

## Data Sources
* https://github.com/rcdilorenzo/ecce - Original Inspiration for Project
* https://github.com/robertrouse/STEPBible-Data - STEP Biblical data


## Usage

## Build & Upload
For full instructions see: [Build PyPI projects](https://packaging.python.org/tutorials/packaging-projects/)
make sure you have cloned the repo and `cd` to the root directory (same location as `setup.cfg`).
Then Run:
```python
python -m build
```
this will create a `dist/` folder containing the build artifacts.  These are the artifacts that will be
uploaded to the PyPI registry.  

### Streamlit Apps
#### Data Exploration App
https://share.streamlit.io/hensh2ss/biblearn/src/data_view_app.py

## Additional Information

biblearn: Biblical Learning Data Science Toolkit

Copyright (C) 2021 Seth S. Henshaw

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

<br>
<br>


