Skip to content

Repository files navigation

Eagle Pacific Data Tool 🦅

A standardized trade data processing tool for Eagle Pacific Logistics.

Setup Instructions

  1. Create Virtual Environment:

    python -m venv venv
  2. Activate Environment:

    • Windows PowerShell: .\venv\Scripts\Activate.ps1
    • Windows CMD: .\venv\Scripts\activate.bat
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Implement your Credential:

    • Rename file secrets.toml.example -> .streamlit/secrets.toml
    • Add Username/Password into file secrets.toml
  5. Run Application:

    streamlit run app.py

Project Structure

  • app.py: Main Streamlit UI.
  • processor.py: Core logic for data cleaning, filtering, and calculation.
  • requirements.txt: Python package dependencies.
  • venv/: Local virtual environment.

About

This is a data tool for Eagle Pacific

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages