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

Use pip to install EAB_tools. You must have Git or Git for Windows installed.

pip install git+https://github.com/moshemoshe137/EAB_tools.git

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:

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.0.1.2.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

EAB_tools-0.0.1.2-py3-none-any.whl (19.5 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