{"id":16747957,"url":"https://github.com/amake/jyven","last_synced_at":"2026-04-15T12:38:00.041Z","repository":{"id":74600236,"uuid":"86291940","full_name":"amake/jyven","owner":"amake","description":"Easy inclusion of Maven dependencies for Jython","archived":false,"fork":false,"pushed_at":"2017-04-11T14:00:12.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T11:24:24.433Z","etag":null,"topics":["dependencies","jython","maven","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/amake.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-27T04:40:07.000Z","updated_at":"2017-03-27T04:41:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f0c5467-53db-4f23-b2a4-6030c7862aa1","html_url":"https://github.com/amake/jyven","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"93ab184a0a748b3f485d40605e1870509e690f2d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amake/jyven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Fjyven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Fjyven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Fjyven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Fjyven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amake","download_url":"https://codeload.github.com/amake/jyven/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Fjyven/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"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":["dependencies","jython","maven","python"],"created_at":"2024-10-13T02:11:21.703Z","updated_at":"2026-04-15T12:37:59.999Z","avatar_url":"https://github.com/amake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jyven\n=========\n\nA utility for importing Maven dependencies for use with Jython.\n\nUsage\n=====\n\nSpecify a Maven dependency like this::\n\n    from jyven import maven\n    maven('group:artifact:version')\n\nThe artifact and its ``compile`` dependencies will be downloaded from Maven\nCentral and appended to ``sys.path``. To specify repositories other than Maven\nCentral, use the ``repos`` kwarg::\n\n    maven('group:artifact:version', repos=['http://example.com'])\n\nThere is also a preset for JCenter::\n\n    from jyven import jcenter\n    jcenter('group:artifact:version')\n\nUse the ``repositories`` context manager to specify repositories for a group of\ndependencies and resolve them all at once (this is more efficient than adding\nthem one at a time)::\n\n    from jyven import maven, repositories\n    with repositories(['http://example.com', 'http://localnexus']):\n        maven('group:artifact:version')\n        maven('group2:artifact2:version2')\n\nQuick Install\n=============\n\nThis package is not on PyPI, so install with::\n\n    pip install git+https://github.com/amake/jyven.git\n\nRequirements\n============\n\nThe Maven 3 executable must be accessible from the path as ``mvn``.\n\nLimitations\n===========\n\nMaven operations are performed by invoking the Maven executable in a separate\nprocess (and in some cases scraping the output), so it is not very efficient or\nrobust.\n\nNotes\n=====\n\nBecause invoking ``mvn`` is slow, Jyven caches resolved classpaths in a\n``.jyven.json`` file alongside the invoked script. This should be excluded from\nVCS. When invoked in a REPL, no caching is performed.\n\nLicense\n=======\n\nJyven is distributed under the `MIT license \u003cLICENSE.txt\u003e`__.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famake%2Fjyven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famake%2Fjyven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famake%2Fjyven/lists"}