{"id":26202658,"url":"https://github.com/davep/peplum","last_synced_at":"2025-04-15T06:26:58.904Z","repository":{"id":274166379,"uuid":"916530120","full_name":"davep/peplum","owner":"davep","description":"The TUI PEP lookup manager for your terminal","archived":false,"fork":false,"pushed_at":"2025-02-22T17:11:55.000Z","size":985,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T04:06:07.713Z","etag":null,"topics":["client","documentation","pep","python","python-enhancement-proposals","python-pep","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/peplum/","language":"Python","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/davep.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","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":{"ko_fi":"davepearson"}},"created_at":"2025-01-14T09:24:20.000Z","updated_at":"2025-03-02T23:28:26.000Z","dependencies_parsed_at":"2025-01-25T12:03:30.712Z","dependency_job_id":"b4f212ec-38f8-49af-bb8d-a9192a7ddfde","html_url":"https://github.com/davep/peplum","commit_stats":null,"previous_names":["davep/peplum"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fpeplum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fpeplum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fpeplum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fpeplum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/peplum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243152868,"owners_count":20244657,"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":["client","documentation","pep","python","python-enhancement-proposals","python-pep","python3"],"created_at":"2025-03-12T03:48:32.445Z","updated_at":"2025-04-15T06:26:58.892Z","avatar_url":"https://github.com/davep.png","language":"Python","funding_links":["https://ko-fi.com/davepearson"],"categories":[],"sub_categories":[],"readme":"# Peplum\n\n[![Peplum](https://raw.githubusercontent.com/davep/peplum/refs/heads/main/.images/peplum-social-banner.png)](https://peplum.davep.dev/)\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/peplum/style-lint-and-test.yaml)](https://github.com/davep/peplum/actions)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/peplum/latest)](https://github.com/davep/peplum/commits/main/)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/peplum)](https://github.com/davep/peplum/issues)\n[![GitHub Release Date](https://img.shields.io/github/release-date/davep/peplum)](https://github.com/davep/peplum/releases)\n[![PyPI - License](https://img.shields.io/pypi/l/peplum)](https://github.com/davep/peplum/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peplum)](https://github.com/davep/peplum/blob/main/pyproject.toml)\n[![PyPI - Version](https://img.shields.io/pypi/v/peplum)](https://pypi.org/project/peplum/)\n\n## Introduction\n\nPeplum is a terminal-based lookup manager for [Python Enhancement\nProposals](https://peps.python.org). It provides the ability to browse,\nfilter and search the metadata for all the PEPs available via the PEP API.\n\n## Installing\n\n### pipx\n\nThe package can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install peplum\n```\n\n### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install peplum\n```\n\n## Using Peplum\n\nOnce you've installed Peplum using one of the above methods, you can run the\napplication using the `peplum` command.\n\nThe best way to get to know Peplum is to read the help screen, once in the\nmain application you can see this by pressing \u003ckbd\u003eF1\u003c/kbd\u003e.\n\n![Peplum help](https://raw.githubusercontent.com/davep/peplum/refs/heads/main/.images/peplum-help.png)\n\nFor more information and details on configuring Peplum, see [the online\ndocumentation](https://peplum.davep.dev/).\n\n## File locations\n\nPeplum stores files in a `peplum` directory within both\n[`$XDG_DATA_HOME` and\n`$XDG_CONFIG_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/).\nIf you wish to fully remove anything to do with Peplum you will need to\nremove those directories too.\n\nExpanding for the common locations, the files normally created are:\n\n- `~/.config/peplum/configuration.json` -- The configuration file.\n- `~/.local/share/peplum/*.json` -- The locally-held PEP data.\n- `~/.local/share/peplum/cache/*.rst` -- The locally-cached PEP source files.\n\n## Getting help\n\nIf you need help, or have any ideas, please feel free to [raise an\nissue](https://github.com/davep/peplum/issues) or [start a\ndiscussion](https://github.com/davep/peplum/discussions).\n\n## TODO\n\nSee [the TODO tag in\nissues](https://github.com/davep/peplum/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)\nto see what I'm planning.\n\n[//]: # (README.md ends here)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Fpeplum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Fpeplum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Fpeplum/lists"}