ferrero-opentext/Python-Version/scripts/shared
DJP 363560c06f Fix boxsdk version and add .env file
Changes:
- Downgraded boxsdk to 3.x (compatible API)
- Created .env file with all credentials
- Fixed requirements.txt versions

Python automation now ready for testing:
 Virtual environment created
 All dependencies installed
 Box connection working
 Database connection working
⚠️ DAM OAuth (same creds as PHP, might be temp server issue)

Next steps:
1. Test DAM connection (may need to retry)
2. Run A1→A2 script
3. Monitor logs

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 17:09:49 -04:00
..
__pycache__ Fix boxsdk version and add .env file 2025-10-30 17:09:49 -04:00
__init__.py Start Python automation - Foundation components 2025-10-30 16:38:26 -04:00
box_client.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
config_loader.py Start Python automation - Foundation components 2025-10-30 16:38:26 -04:00
dam_client.py Start Python automation - Foundation components 2025-10-30 16:38:26 -04:00
database.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
filename_parser.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
metadata_extractor_mvp.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
notifier.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00