{"id":13696913,"url":"https://github.com/joshuaskelly/quake-cli-tools","last_synced_at":"2026-02-15T04:38:05.213Z","repository":{"id":50330972,"uuid":"207654980","full_name":"joshuaskelly/quake-cli-tools","owner":"joshuaskelly","description":"Command line tools for creating Quake content.","archived":false,"fork":false,"pushed_at":"2024-01-15T19:53:57.000Z","size":44,"stargazers_count":89,"open_issues_count":22,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-30T18:35:03.869Z","etag":null,"topics":["command-line-tool","quake","video-game"],"latest_commit_sha":null,"homepage":"","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/joshuaskelly.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}},"created_at":"2019-09-10T20:17:45.000Z","updated_at":"2025-08-21T17:38:23.000Z","dependencies_parsed_at":"2024-04-08T02:51:11.099Z","dependency_job_id":"6a49059a-bcb2-41cd-aa9f-3c6f457320b3","html_url":"https://github.com/joshuaskelly/quake-cli-tools","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"3322e71724a7a13f899281e7acae6c9f2bf2ad55"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/joshuaskelly/quake-cli-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaskelly%2Fquake-cli-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaskelly%2Fquake-cli-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaskelly%2Fquake-cli-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaskelly%2Fquake-cli-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshuaskelly","download_url":"https://codeload.github.com/joshuaskelly/quake-cli-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaskelly%2Fquake-cli-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29469712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T04:35:06.950Z","status":"ssl_error","status_checked_at":"2026-02-15T04:33:41.357Z","response_time":118,"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":["command-line-tool","quake","video-game"],"created_at":"2024-08-02T18:00:49.772Z","updated_at":"2026-02-15T04:38:05.197Z","avatar_url":"https://github.com/joshuaskelly.png","language":"Python","funding_links":[],"categories":["Mapping"],"sub_categories":["QuakeWorld"],"readme":"# [![quake-cli-tools](https://raw.githubusercontent.com/joshuaskelly/quake-cli-tools/master/.media/logo.svg?sanitize=true)](https://github.com/JoshuaSkelly/quake-cli-tools)\n\n# quake-cli-tools\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)]() [![PyPI version](https://badge.fury.io/py/quake-cli-tools.svg)](https://pypi.python.org/pypi/quake-cli-tools) [![Discord](https://img.shields.io/badge/discord-chat-7289DA.svg)](https://discord.gg/KvwmdXA)\n\nquake-cli-tools is a set of command line tools for creating Quake content.\n\n## Installation\n```sh\n$ pip install quake-cli-tools\n```\n\n## Tools\n- _pak_: Add files to a PAK file.\n- _unpak_: Extract files from a PAK file.\n- _wad_: Add file to a WAD file.\n- _unwad_: Extract files from a WAD file.\n- _bsp2wad_: Create a WAD file from a BSP file.\n- _qmount_: Mount a PAK file as a drive.\n- _image2spr_: Create an SPR from image files.\n- _spr2image_: Extract frames from an SPR.\n- _bsp2svg_: Create an SVG file from a BSP file.\n\n## Building\nBelow is an example of how to build binaries for all tools. The out put will be placed in the `dist` directory.\n\n1. Install Project Dependencies\n```sh\npip install -r requirements.txt\n```\n\n2. Install Development Dependencies\n```sh\npip install -r requirements-dev.txt\n```\n\n3. Build All Binaries\n```sh\nmake build\n```\n\n## Contributing\nHave a bug fix or a new feature you'd like to see in quake-cli-tools? Send it our way! Please make sure you create an issue that addresses your fix/feature so we can discuss the contribution.\n\n1. Fork this repo!\n2. Create your feature branch:\n```sh\ngit checkout -b features/add-cool-new-tool\n```\n3. Commit your changes:\n```sh\ngit commit -m 'Adding must have new tool!'\n```\n4. Push the branch:\n```sh\ngit push origin features/add-cool-new-tool\n```\n5. Submit a pull request.\n6. Create an [issue](https://github.com/joshuaskelly/wick/issues/new).\n\n## License\nMIT\n\nSee the [license](./LICENSE) document for the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuaskelly%2Fquake-cli-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshuaskelly%2Fquake-cli-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuaskelly%2Fquake-cli-tools/lists"}