{"id":19909678,"url":"https://github.com/bearsampp/module-python","last_synced_at":"2026-02-25T20:01:35.472Z","repository":{"id":45696599,"uuid":"433482302","full_name":"Bearsampp/module-python","owner":"Bearsampp","description":"Python module for the Bearsampp Project","archived":false,"fork":false,"pushed_at":"2026-01-17T08:56:04.000Z","size":283395,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T19:37:42.396Z","etag":null,"topics":["hacktoberfest","ptyhon"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/python","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-11-30T15:25:17.000Z","updated_at":"2026-01-17T08:56:08.000Z","dependencies_parsed_at":"2024-03-30T05:26:50.925Z","dependency_job_id":"77d155d7-a091-43d5-8506-c4ee28db8c4b","html_url":"https://github.com/Bearsampp/module-python","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","ptyhon"],"created_at":"2024-11-12T21:16:19.714Z","updated_at":"2026-02-25T20:01:35.467Z","avatar_url":"https://github.com/Bearsampp.png","language":"Batchfile","funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-python.svg?style=flat-square)](https://github.com/bearsampp/module-python/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-python/total.svg?style=flat-square)\n[![CI/CD Tests](https://img.shields.io/github/actions/workflow/status/bearsampp/module-python/python-test.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/bearsampp/module-python/actions/workflows/python-test.yml)\n\n\u003c/div\u003e\n\n# Bearsampp Module - Python\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Python.\n\n## About\n\nThis module provides Python integration for Bearsampp, supporting multiple Python versions with automatic PIP upgrades and wheel package management.\n\n## Documentation and Downloads\n\nhttps://bearsampp.com/module/python\n\n## Build System\n\nThis module uses a pure Gradle build system (no wrapper, no Ant dependencies) for packaging Python releases.\n\n### Quick Start\n\n```bash\n# Verify your build environment\ngradle verify\n\n# List available Python versions\ngradle listVersions\n\n# Build a release for a specific version\ngradle release \"-PbundleVersion=3.13.5\"\n\n# View all available tasks\ngradle tasks\n```\n\n### Prerequisites\n\n- Java 8 or higher\n- Gradle 7.0 or higher\n- 7-Zip (for archive creation)\n\n### Documentation\n\nComprehensive build system documentation is available in the [`.gradle-docs/`](.gradle-docs/) directory:\n\n- **[Getting Started Guide](.gradle-docs/GETTING_STARTED.md)** - Setup and basic usage\n- **[Build System Guide](.gradle-docs/BUILD_SYSTEM.md)** - Detailed build system information\n- **[Task Reference](.gradle-docs/TASK_REFERENCE.md)** - Complete task documentation\n- **[Configuration Guide](.gradle-docs/CONFIGURATION.md)** - Configuration options and tuning\n\n### Common Tasks\n\n```bash\n# Display build information\ngradle info\n\n# Verify build environment\ngradle verify\n\n# List available Python versions\ngradle listVersions\n\n# Build a release (interactive)\ngradle release\n\n# Build a release (non-interactive)\ngradle release \"-PbundleVersion=3.13.5\"\n\n# Clean build artifacts\ngradle clean\n\n# Validate Python version structure\ngradle validatePythonVersion \"-PbundleVersion=3.13.5\"\n\n# Show wheel package information\ngradle showWheelInfo \"-PbundleVersion=3.13.5\"\n```\n\n## Features\n\n- ✅ Pure Gradle build system (no wrapper, no Ant)\n- ✅ Support for multiple Python versions\n- ✅ Automatic PIP upgrades during build\n- ✅ Wheel package download and installation\n- ✅ Build caching for faster builds\n- ✅ Parallel execution support\n- ✅ Interactive and non-interactive build modes\n- ✅ Comprehensive verification and validation tasks\n- ✅ Automated CI/CD testing for all Python versions\n\n## CI/CD System\n\nThis module includes automated CI/CD testing that validates Python modules.\n\n### Automated Testing\n\nThe CI/CD pipeline automatically:\n\n- 🔍 Detects Python versions from pre-release files in PRs\n- 📥 Downloads and extracts Python modules\n- ✅ Verifies executables (python.exe, pip.exe)\n- 🧪 Tests basic functionality (version, pip, imports)\n- 📊 Generates detailed test reports\n- 💬 Comments on pull requests with results\n\n### Triggering Tests\n\nTests run automatically when:\n- Pull requests include pre-release `.7z` files (e.g., `bearsampp-python-3.13.5-2025.8.21.7z`)\n- PR titles contain version numbers as fallback (e.g., \"Add Python 3.13.5\")\n- Pushes to main branch (tests latest version only)\n- Manual workflow dispatch\n\nSee [CI/CD Workflow Documentation](.github/workflows/README.md) for details.\n\n## Project Structure\n\n```\nmodule-python/\n├── .gradle-docs/          # Build system documentation\n├── bin/                   # Python version directories\n│   └── python{version}/\n│       ├── bin/\n│       ├── wheel/\n│       └── bearsampp.conf\n├── build.gradle           # Main build script\n├── settings.gradle        # Gradle settings\n├── gradle.properties      # Gradle configuration\n├── build.properties       # Bundle configuration\n└── releases.properties    # Available Python releases\n```\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n\n## Contributing\n\nContributions are welcome! Please read the build system documentation before contributing.\n\n## License\n\nSee [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-python/lists"}