forked from Freely-Given-org/BibleOrgSys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
22 lines (16 loc) · 1.17 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ReadMe.txt for BibleOrgSys
Enclosed are the data and program files for the Open Scriptures Bible Organisational System.
The main folders are:
DataFiles Where the XML data (the essence of this system) is stored
DerivedFiles Where other exported forms of the data can be stored
(this folder) Where the Python3 scripts/programs to handle the data are stored
The scripts/programs are in UTF-8 .py files
Python may automatically generate a __pycache__ folder or .pyc files
when these scripts/programs are run
Most of the scripts/programs can be run with a --help parameter to display useful help
Tests Where the Python3 scripts to test the above are stored
The test scripts should not be run from the Tests subfolder,
but rather from this containing folder.
Documentation Where the main documentation for the Bible Organisational system is stored.
A copy of the license for the system is also stored there
along with other small files like ToDo.txt.