TeamFlow Console App - Phase 1: In-Memory Task Distribution
Project description
TeamFlow Console App
Interactive menu-driven console application for task distribution in small agencies.
Installation
# Install from PyPI
pip install teamflow-console
# Or install with pipx (recommended for isolated environments)
pipx install teamflow-console
Quick Start
# Run the application
teamflow
Features
- Interactive Menu Navigation: No command memorization required
- Task Management: Create, view, update, complete, and delete tasks
- User & Team Management: Create users with roles and skills, create teams
- Task Assignment: Assign tasks to team members with workload warnings
- Task Filtering: Filter by status, priority, and assignee
- Keyboard Shortcuts: Quick actions for power users (c=create, l=list, q=quit)
First Run
- Launch
python -m src.main - See main menu with numbered options
- Press
1for Task Management - Press
1to Create Task - Follow the prompts (title, description, priority, assignee)
- Task created! Press
lto list all tasks
Tech Stack
- Python 3.13+
- typer (CLI framework)
- rich (terminal UI)
- pydantic (data validation)
- pytest (testing)
Project Structure
src/
├── models/ # Pydantic data models
├── services/ # Business logic layer
├── cli/ # CLI interface (menus, prompts)
└── lib/ # Utilities (formatting, storage)
tests/
├── unit/ # Model and service tests
├── integration/ # End-to-end workflow tests
└── contract/ # Interface contract tests
License
MIT
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
teamflow_console-0.2.3.tar.gz
(21.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teamflow_console-0.2.3.tar.gz.
File metadata
- Download URL: teamflow_console-0.2.3.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e587c473f0ac179d032440f6a0f3c8a57c5f2fff91a7fcddb37d4a01de65586a
|
|
| MD5 |
7f5cafdd36b67754f5dd0bc0c3610520
|
|
| BLAKE2b-256 |
2dc7efea5c65c624068f9645018234f1b3216d8d0ce5373b693ee65c9df975b9
|
File details
Details for the file teamflow_console-0.2.3-py3-none-any.whl.
File metadata
- Download URL: teamflow_console-0.2.3-py3-none-any.whl
- Upload date:
- Size: 28.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cca4fc8db5f75d400eb67f62bda091f2f554a550c7a29fb50b0beb564c5301c
|
|
| MD5 |
2a355cfc05f62201f5e71a148b9c53f7
|
|
| BLAKE2b-256 |
dc5672417830ab40ce7e3cc81cda99f0e5d65769b70a29d0fb3ec9474f5b7b62
|