v1.5.0
Release v1.5.0: Major Simplification and Modernization
Breaking Changes
- Removed legacy profile system (stripe-specific profiles)
- Removed deprecated
requirements.txt(usepyproject.tomlinstead)
Changes
- Simplified architecture: Consolidated utils into main package
- Reorganized documentation: Moved CONTRIBUTING.md and SECURITY.md to
.github/ - Added GitHub issue templates configuration
- Cleaner fetcher architecture: Removed stripe-specific fetcher
- Updated tests for new structure
Removed Files
CHANGELOG.md- Deprecated in favor of GitHub releasesMANIFEST.in- No longer needed with modern packagingTROUBLESHOOTING.md- Content moved to READMErequirements.txt- Dependencies now in pyproject.toml- Legacy profile system files
- Legacy utils directory
Installation
pip install docpullOr install from source:
pip install git+https://github.com/raintree-technology/docpull.git