Skip to content

orenyalphy256-glitch/op-alpha-api

Repository files navigation

02-Python

Auto-generated snapshot — 2025-11-11T14:42:46.523987+00:00

Project overview

Small projects, exercises and mini-apps created as part of the developer learning path.

Top-level files & folders

  • .pytest_cache/
  • .vscode/
  • 99-Logs/
  • init.py
  • pycache/
  • api.log
  • api_client.py
  • api_db.py
  • API_README.txt
  • api_validated.py
  • contact_manager/
  • contacts.db
  • data/
  • export_contacts.py
  • export_scheduler.py
  • import_contacts.py
  • README.md
  • requirements.txt
  • templates/
  • tools/
  • venv/

Quick links

  • API / Flask code: api_db.py (if present)
  • Package: contact_manager/ (if present)
  • Logs: 99-Logs/

Latest Git commits

  • 2ff1be9 Alphonce Liguori 2025-11-10 Ignore .env secrets
  • fd73c10 Alphonce Liguori 2025-11-10 Ignore .env secrets
  • 50fa7a2 Alphonce Liguori 2025-11-10 Re-add cleaned version without exposed key
  • 809d587 Alphonce Liguori 2025-11-10 Remove sensitive API key from repo index
  • 8c64e85 Alphonce Liguori 2025-11-10 Re-add cleaned version without exposed key
  • a2262ca Alphonce Liguori 2025-11-10 Remove sensitive API key from repo index

Recent logs (99-Logs)

  • api.log (2025-11-10T01:02:46.639370)
  • W6D53_pytest_results.txt (2025-11-10T00:32:06.195400)
  • contacts_export.csv (2025-11-06T18:31:22.708530)

Requirements (partial)

License

No LICENSE file detected.

Quick commands

bash

create venv (one-time)

python -m venv venv source venv/Scripts/activate # Windows: venv\Scripts\activate pip install -r requirements.txt # if present

run tests and save output

python -m pytest -q > 99-Logs/W_latest_pytest_results.txt || true

regenerate README

python tools/generate_readme.py git add README.md && git commit -m "chore: update README.md" && git push

Notes / Next steps

  • Keep secrets out of repo: use environment variables or .env (never commit).
  • This README is auto-generated; tweak tools/generate_readme.py to change contents.

About

A simple Flask REST API for managing contact data (Part of my core Python backend projects).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors