• Stefy Lanza (nextime / spora )'s avatar
    Add PyInstaller build system for single executable distribution · b016301b
    Stefy Lanza (nextime / spora ) authored
    - Added requirements-build.txt with PyInstaller dependencies
    - Created fixture-manager.spec with comprehensive build configuration
    - Added build.py automated build script with full workflow
    - Created BUILD.md with detailed build instructions and troubleshooting
    - Updated README.md with build section and executable distribution info
    - Includes hooks for Flask-SQLAlchemy and pandas compatibility
    - Supports cross-platform builds (Linux, Windows, macOS)
    - Creates distribution package with executable and essential files
    - Executable size ~80-120MB with all dependencies included
    - No Python installation required on target systems
    b016301b
Name
Last commit
Last update
app Loading commit data...
database Loading commit data...
.env.example Loading commit data...
.gitignore Loading commit data...
BUILD.md Loading commit data...
README.md Loading commit data...
build.py Loading commit data...
config.py Loading commit data...
daemon.py Loading commit data...
install.sh Loading commit data...
prompt.txt Loading commit data...
requirements-build.txt Loading commit data...
requirements.txt Loading commit data...