{"id":24542995,"url":"https://github.com/legopitstop/serverjars","last_synced_at":"2025-03-16T07:11:06.349Z","repository":{"id":58674832,"uuid":"533087800","full_name":"legopitstop/serverjars","owner":"legopitstop","description":"Download and fetch details about Minecraft server jars.","archived":false,"fork":false,"pushed_at":"2024-07-01T02:47:28.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T19:41:18.587Z","etag":null,"topics":["api","bedrock","hacktoberfest","java","minecraft","modtoberfest","pypi","python","pythonpackage","serverjars","servers"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/serverjars-api/","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/legopitstop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"Legopitstop","open_collective":null,"ko_fi":"legopitstop","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-09-05T23:11:44.000Z","updated_at":"2024-11-30T01:20:28.000Z","dependencies_parsed_at":"2025-01-22T19:26:16.493Z","dependency_job_id":"347c17fa-8c16-44d2-85d2-792324a4c557","html_url":"https://github.com/legopitstop/serverjars","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"8350883968da2d876499e57652a15432ff03a5fc"},"previous_names":["legopitstop/serverjars","legopitstop/serverjars-py"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fserverjars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fserverjars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fserverjars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fserverjars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legopitstop","download_url":"https://codeload.github.com/legopitstop/serverjars/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243836015,"owners_count":20355615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","bedrock","hacktoberfest","java","minecraft","modtoberfest","pypi","python","pythonpackage","serverjars","servers"],"created_at":"2025-01-22T19:23:15.008Z","updated_at":"2025-03-16T07:11:06.336Z","avatar_url":"https://github.com/legopitstop.png","language":"Python","funding_links":["https://patreon.com/Legopitstop","https://ko-fi.com/legopitstop"],"categories":[],"sub_categories":[],"readme":"# serverjars-api\n\n![Tests](https://github.com/legopitstop/serverjars-py/actions/workflows/tests.yml/badge.svg)\n[![PyPI](https://img.shields.io/pypi/v/serverjars-api)](https://pypi.org/project/serverjars-api/)\n[![Python](https://img.shields.io/pypi/pyversions/serverjars-api)](https://www.python.org/downloads//)\n![Downloads](https://img.shields.io/pypi/dm/serverjars-api)\n![Status](https://img.shields.io/pypi/status/serverjars-api)\n[![Issues](https://img.shields.io/github/issues/legopitstop/serverjars-py)](https://github.com/legopitstop/serverjars-py/issues)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nDownload and fetch details about Minecraft server jars.\n\n## Installation\nInstall the module with pip:\n```bat\npip3 install serverjars-api\n```\nUpdate existing installation: `pip3 install serverjars-api --upgrade`\n\n## Features\n\n- Access vanilla or modded Minecraft jars. \n- No 3rd party APIs. \n- Add support for your own jar service. \n\n## Links\n\n- [Documentation](https://docs.lpsmods.dev/serverjars-api)\n- [Source Code](https://github.com/legopitstop/serverjars-py)\n\n## Dependencies\n\n| Name                                           | Description                                      |\n| ---------------------------------------------- | ------------------------------------------------ |\n| [requests](https://pypi.org/project/requests/) | Requests is a simple, yet elegant, HTTP library. |\n| [pydantic](https://pypi.org/project/pydantic/) | Data validation using Python type hints          |\n\n## Code Examples:\nFetching the latest jar:\n```python\nimport serverjars\nlatest = serverjars.fetch_latest('vanilla', 'release')\nprint(latest)\n```\n\nFetching all the Jars:\n```python\nimport serverjars\nallJars = serverjars.fetch_all('vanilla', 'snapshot')\nprint(allJars)\n```\n\nFetching types:\n```python\nimport serverjars\nsubtypes = serverjars.fetch_types('modded')\nprint(subtypes)\n```\n\nDownloading Jars:\n```python\nimport serverjars\n\nserverjars.download_jar('vanilla', \"release\")\n```\n\nCreate and run a Minecraft server\n```python\nimport serverjars\n\napp = serverjars.App.create('vanilla', \"release\", fp=\"svr/server.jar\")\napp.run()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fserverjars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegopitstop%2Fserverjars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fserverjars/lists"}