Tools for analyzing data exported from the EAB Navigate Student Success Management Software.
Project description
EAB Tools
Tools for analyzing data exported from the EAB Navigate Student Success Management Software.
Roadmap
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.
Installation
Normal Usage:
Use pip to install EAB_tools:
pip install EAB_tools
Development Mode:
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 .
Dependencies
Installing EAB tools will install these packages and their dependencies:
Acknowledgements and Disclaimer
Acknowledgements
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.
Disclaimer
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.
Additional Notes
-
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.
License
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 Distribution
Built Distribution
File details
Details for the file eab_tools-0.1.3.2.tar.gz
.
File metadata
- Download URL: eab_tools-0.1.3.2.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b107eac088c008f035672b4738fa8a829b4c8aeac311af728dbdd90a4f2ffd8c |
|
MD5 | 0d794dedb5361b8991bcb0492b74599b |
|
BLAKE2b-256 | e6d62c6ab0073c117746a20f9e78d5ada7555e6b15b1c6e3dcf83dc8e58ca155 |
File details
Details for the file EAB_tools-0.1.3.2-py3-none-any.whl
.
File metadata
- Download URL: EAB_tools-0.1.3.2-py3-none-any.whl
- Upload date:
- Size: 51.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 333fb6dbc3377b4c00c63440d6ff533acde558deaf84bba9774d69738e3b340f |
|
MD5 | bf096f91dda517940c0aae470e6f9951 |
|
BLAKE2b-256 | 2b7a1d5fbf5c34acfb17f3026014fb436cba18f2bba6fdf633f73e71e2922de8 |