{"id":15147470,"url":"https://github.com/alghoshal/pygradle_python3_example","last_synced_at":"2026-02-09T00:30:56.584Z","repository":{"id":253773522,"uuid":"844474048","full_name":"alghoshal/pygradle_python3_example","owner":"alghoshal","description":"Getting pygradle to Python-3.x ","archived":false,"fork":false,"pushed_at":"2024-09-04T00:37:28.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T22:49:43.878Z","etag":null,"topics":["gradle","groovy","java-8","pygradle","python3"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alghoshal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T10:37:09.000Z","updated_at":"2024-11-24T20:38:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"876e6381-402a-4801-b769-3754430d0006","html_url":"https://github.com/alghoshal/pygradle_python3_example","commit_stats":null,"previous_names":["alghoshal/pygradle_python3_example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alghoshal/pygradle_python3_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alghoshal%2Fpygradle_python3_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alghoshal%2Fpygradle_python3_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alghoshal%2Fpygradle_python3_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alghoshal%2Fpygradle_python3_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alghoshal","download_url":"https://codeload.github.com/alghoshal/pygradle_python3_example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alghoshal%2Fpygradle_python3_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29251438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: 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":["gradle","groovy","java-8","pygradle","python3"],"created_at":"2024-09-26T12:41:40.264Z","updated_at":"2026-02-09T00:30:56.557Z","avatar_url":"https://github.com/alghoshal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Python-3 project built using PyGradle on Ubuntu 20.04, with Gradle-5.0 \u0026 Java-8.\n\n## Requirements \u0026 Environment\n\tPython-3.8+, Git2.+, Java-8, Gradle-5.0, PyGradle, Groovy-2.4\n\n## Location of Modules, Utilities, Repository\n\n\t* Java                    \t ~/Tools/jdk1.8.0_151\n\t* Gradle-5.0              \t ~/Tools/gradle/gradle-5.0\n\t* Downloaded pygradle repo\t ~/.gradle/pygradle-repo/\n\t* Downloads from git       \t ~/Workspaces/\n\n# (I) Build locally\n## --- Start ---\n\tJAVA_HOME=~/Tools/jdk1.8.0_151\n\tAPP_HOME=~\n\tpygradle_repo=$APP_HOME/.gradle/pygradle-repo\n\tworkspace=$APP_HOME/Workspaces\n\tgradle_home=$APP_HOME/Tools/gradle\n\texport JAVA_HOME=$JAVA_HOME\n\t\n### (1) Download \u0026 Build pivy-importer\n\tRUN wget https://github.com/linkedin/pygradle/archive/refs/heads/master.zip -O $workspace/pygr_master.zip\n\t\t\n\tRUN unzip $workspace/pygr_master.zip -d $workspace\n\t\t\n\tRUN $gradle_home/gradle-5.0/bin/gradle build -b $workspace/pygradle-master/pivy-importer/build.gradle\n\n### (2) Download necessary Modules \u0026 Ivy files using pivy-importer\n#### (2.1) Download pygradle_python3_example\n\tRUN wget https://github.com/alghoshal/pygradle_python3_example/archive/refs/heads/main.zip -O $workspace/pygrexg_master.zip\n\t\n\tRUN unzip $workspace/pygrexg_master.zip -d $workspace\n\n#### (2.2) Run downloader script\n\tbash $workspace/pygradle_python3_example/scripts/downloadPyGradleDependencies.sh\n\n### (3) Fix downloaded modules - issues with name, case, underscore, suffix, etc.\n\tbash $workspace/pygradle_python3_example/scripts/fixDownloadedIvyModules.sh\n\n### (4) Build pygradle_python3_example \n\t$gradle_home/gradle-5.0/bin/gradle $workspace/pygradle_python3_example/build.gradle\n\n## End goal: A successful build using pygradle on Python-3! \n\n# (II) Alternate build: using Docker\n\tdocker build -t pygradle_python3_example-1 -f Dockerfile .\n\n## --- Finish ---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falghoshal%2Fpygradle_python3_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falghoshal%2Fpygradle_python3_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falghoshal%2Fpygradle_python3_example/lists"}