Tools for analyzing data exported from the EAB Navigate Student Success Management Software.
This software is currently in prerelease. The plan is to start by packing up existing code from my university (and possibly others). I plan to take a test-driven development philosophy.
Use pip to install EAB_tools:
pip install EAB_tools
To install in development mode, first create a virtual environment:
- On Unix/macOS run:
python3 -m venv .venv source .venv/bin/activate
- On Windows:
- using PowerShell:
py -m venv .venv .venv\Scripts\Activate.ps1
- using Command Prompt:
py -m venv .venv .venv\Scripts\activate.bat
- using PowerShell:
Then install EAB_tools
and its dependencies:
# Should work on Linux, macOS, and Windows:
git clone https://github.com/moshemoshe137/EAB_tools.git
cd EAB_tools
pip install --editable . --requirement ./dev-requirements.txt
# Pre-commit must be installed
python -m pre_commit install
# Test the installation
python -m pytest .
Installing EAB tools will install these packages and their dependencies:
This project is not affiliated with, endorsed by, or sponsored by EAB Global, Inc. "EAB Navigate" is a trademark of EAB Global, Inc. The use of the name "EAB Navigate" in this project is for identification purposes only and does not imply any association with EAB Global, Inc.
This independent project is developed for educational and informational purposes, to assist users in analyzing data they have legally exported from the EAB Navigate software. Users are responsible for ensuring their use of this tool complies with EAB's Terms of Use and any other applicable EAB policies. This project does not reproduce, distribute, or commercially exploit any EAB properties or services.
-
This project's compatibility with EAB Navigate data relies on publicly available data formats or legally exported data. It does not reverse engineer or derive methods from EAB Navigate's proprietary technologies.
-
For concerns about the use of the "EAB Navigate" trademark, please contact me.
-
Efforts have been made to avoid confusion or misrepresentation of this project's affiliation with EAB Global, Inc., or its products, including EAB Navigate.
-
Mention of EAB Navigate within this project does not imply endorsement by EAB Global, Inc.