A local proposal generator for conservation and natural resource projects
Project description
Propongo 2
A local proposal generator for conservation and natural resource projects. Create professional proposals with scope of work, budgets, qualifications, timelines, and export to PDF or HTML.
Features
- Scope of Work - Define project summary, tasks, and deliverables
- Budget - Line-item budgeting with cost/unit calculations, totals, and indirect costs
- Qualifications - Document team background and relevant experience
- Timeline - Auto-derived task timing from budget items with Gantt chart visualization
- Custom Sections - Add unlimited custom sections with Markdown formatting (NEW!)
- Excel Import - Import Excel spreadsheets as formatted tables into custom sections (NEW!)
- Preview - View the complete proposal with task-grouped budget and timeline bars
- PDF Export - Clean, professional PDF output via WeasyPrint
- HTML Export - Standalone HTML file with embedded styles
- Snippet Library - Reusable markdown components for organization descriptions, deliverable templates, and custom content
- Save/Load - Proposals stored as JSON files on disk, auto-save as you work
Quick Start
Install from PyPI (Linux/Mac)
pip install propongo2
propongo2
Opens at http://localhost:5000
Windows Installation
Recommended: Use a virtual environment to avoid conflicts with system Python.
-
Create virtual environment with Anaconda/Miniconda (recommended)
# Install Miniconda from: https://docs.conda.io/en/latest/miniconda.html conda create -n propongo python=3.10 conda activate propongo
⚠️ Warning: Installing to base Python can cause package conflicts. Learn about Anaconda/Miniconda for better Python environment management.
-
Install GTK3 Runtime (required for PDF export)
- Download: https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases
- Run installer, choose "Full installation"
- Restart your computer
-
Install Propongo2
pip install propongo2
-
Run the application
propongo2 -
Open browser to http://localhost:5000
Troubleshooting: If PDF export fails, ensure GTK3 is in your PATH. If Excel import doesn't work, run: pip install pandas openpyxl tabulate
Install from source
git clone https://github.com/VRConservation/propongo2.git
cd propongo2
pip install -e .
propongo2
Development setup
git clone https://github.com/VRConservation/propongo2.git
cd propongo2
pip install -e ".[dev]"
python run.py
Usage
Creating a Proposal
-
Click New Proposal from the dashboard
-
Enter a title and optional client name in the header
-
Work through each tab:
Scope - Add a project summary, then create tasks/deliverables with descriptions and a lead entity
Budget - Select a task, enter line items with cost per unit and quantities. Totals and indirect costs calculate automatically.
Qualifications - Describe your organization's background and why you're qualified for this project
Timeline - Set project start date and view the auto-derived Gantt chart. Adjust budget item timing and lead entities as needed.
Custom Sections - Add unlimited custom sections with Markdown formatting. Import Excel spreadsheets as formatted tables.
Preview - Review the complete proposal with task-grouped budget and timeline before exporting
Using Custom Sections (NEW!)
Add custom sections to your proposal for any additional content:
- Click the Custom Sections tab
- Click + Add Section to create a new section
- Enter a title and content using Markdown formatting
- See a live preview of your formatted content
- Use ↑ and ↓ buttons to reorder sections
- Click 📊 Import Excel to import spreadsheet data as tables
Excel Import: Import .xlsx or .xls files and they'll be automatically converted to Markdown tables. Perfect for budget details, personnel lists, equipment inventories, or any tabular data.
Using Snippets
Click the sidebar icon (☰) to open the snippet library:
- Organization - Pre-written organization descriptions
- Deliverables - Templates for common deliverable types (surveys, assessments, plans)
- Custom - Create and save your own reusable snippets
Click a snippet to insert it at the cursor position in any text field.
Exporting
- PDF - Click "Export PDF" to generate a clean, professional PDF document
- HTML - Click "Export HTML" to download a standalone HTML file
- Print - Use Ctrl+P / Cmd+P in the Preview tab for browser printing
Managing Proposals
- Proposals auto-save as you work
- Click "Proposals" in the header to see all saved proposals
- Create, edit, or delete proposals from the dashboard
Updating
From PyPI
pip install --upgrade propongo2
From source
cd propongo2
git pull
pip install -e .
Development
Run tests
pytest
Project Structure
propongo2/
├── run.py # Dev entry point
├── pyproject.toml # Package config
├── requirements.txt # Dependencies
├── app/
│ ├── __init__.py # Version
│ ├── main.py # Flask app + routes
│ ├── models.py # Proposal data model
│ ├── export.py # PDF/HTML export
│ ├── snippets.py # Snippet management
│ ├── templates/ # Jinja2 templates
│ │ ├── base.html # Layout + HTMX
│ │ ├── index.html # Proposal dashboard
│ │ ├── scope.html # Scope editor
│ │ ├── budget.html # Budget editor
│ │ ├── qualifications.html # Qualifications editor
│ │ ├── timeline.html # Timeline + Gantt
│ │ ├── preview.html # Proposal preview
│ │ └── export_proposal.html# PDF export template
│ ├── static/
│ │ ├── css/style.css # All styles
│ │ └── js/
│ │ ├── app.js # Core JS + HTMX helpers
│ │ ├── budget.js # Budget calculations
│ │ ├── gantt.js # Gantt chart rendering
│ │ └── snippets.js # Snippet panel logic
│ ├── snippets/ # Stock snippet data
│ │ ├── organization.json
│ │ ├── deliverables.json
│ │ └── custom/ # User-created snippets
│ └── data/
│ ├── proposals/ # Saved proposals (JSON)
│ └── exports/ # Generated PDF/HTML exports
└── tests/
├── test_main.py
└── test_export.py
Tech Stack
- Backend: Python, Flask
- Frontend: HTMX, Jinja2, vanilla CSS/JS
- PDF Export: WeasyPrint
- Packaging: pyproject.toml, setuptools
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
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 propongo2-1.1.1.tar.gz.
File metadata
- Download URL: propongo2-1.1.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
521f5c113b7b105d6d7e0559d0dda591db63ee510eb17e89779c4cf6fd77c069
|
|
| MD5 |
3b9ba229f4b98cc3befda4c6e1f2823e
|
|
| BLAKE2b-256 |
aaf7f82d58a905dc9933fecc143d6184aa7771c18aa8220f446aceb26abad2f5
|
File details
Details for the file propongo2-1.1.1-py3-none-any.whl.
File metadata
- Download URL: propongo2-1.1.1-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9e025c3e91b72e7b3bbe34dd1d72fa5f181d18085acbf3df538aeb31e97c996
|
|
| MD5 |
c3b33c57ffc1052907efaa6b72dfdc7e
|
|
| BLAKE2b-256 |
671414f77b6e9600d2c78dd3d0ea4e5cd2a0487163f0cd65a4b877b87e9e0c45
|