Add Makefile, GitHub auth setup, contributing guide, and file operation examples
83 files · 8,092+ · 3,093-

Build and CI infrastructure

4 files changed
  • Makefile Project Makefile for common tasks
  • action.yml GitHub authentication setup composite action
  • github-auth-helpers.md GitHub auth helpers documentation
  • coverage.txt Coverage artifacts storage
  • Added Makefile and GitHub auth setup action for streamlined development workflow baseline internal
    1 file
    • Makefile

Contributing guidelines and project docs

3 files changed
  • CONTRIBUTING.md Contributing guidelines
  • README.md Updated README
  • CHANGELOG.md Updated changelog
  • Added contributing guidelines and updated project documentation specify behavioral
    1 file
    • CONTRIBUTING.md

File operation examples

2 files changed
  • 01_basic_usage.py Basic file operations example
  • 02_streaming_detection.py Streaming detection example
  • Added file operations examples demonstrating basic usage and streaming detection decouple behavioral
    1 file
    • 01_basic_usage.py