Skip to main content

Tools for analyzing data exported from the EAB Navigate Student Success Management Software.

Project description

EAB Tools

License: MIT PyPI Code style: black pre-commit Imports: isort codecov

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
      

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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eab_tools-0.1.3.2.tar.gz (44.5 kB view hashes)

Uploaded Source

Built Distribution

EAB_tools-0.1.3.2-py3-none-any.whl (51.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page