{"id":19156440,"url":"https://github.com/kyegomez/poetry-cheatsheet","last_synced_at":"2025-06-30T10:35:34.763Z","repository":{"id":225950997,"uuid":"767330166","full_name":"kyegomez/poetry-cheatsheet","owner":"kyegomez","description":"A super simple cheatsheet for poetry because I forget easily.","archived":false,"fork":false,"pushed_at":"2024-03-05T05:09:44.000Z","size":2,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T21:42:19.538Z","etag":null,"topics":["ai","dev-tools","devops","ml","poetry","python"],"latest_commit_sha":null,"homepage":"https://discord.gg/GYbXvDGevY","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyegomez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-05T05:09:35.000Z","updated_at":"2024-12-12T12:33:34.000Z","dependencies_parsed_at":"2024-03-05T06:26:40.225Z","dependency_job_id":"373b61e2-49eb-4cbe-9b06-dc508037ad5c","html_url":"https://github.com/kyegomez/poetry-cheatsheet","commit_stats":null,"previous_names":["kyegomez/poetry-cheatsheet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyegomez/poetry-cheatsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2Fpoetry-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2Fpoetry-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2Fpoetry-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2Fpoetry-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyegomez","download_url":"https://codeload.github.com/kyegomez/poetry-cheatsheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2Fpoetry-cheatsheet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262756619,"owners_count":23359553,"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":["ai","dev-tools","devops","ml","poetry","python"],"created_at":"2024-11-09T08:34:30.195Z","updated_at":"2025-06-30T10:35:34.712Z","avatar_url":"https://github.com/kyegomez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poetry Cheat Sheet\n\nA simple and easy-to-use cheat sheet for Poetry.\n\n| Command | Description |\n|---------|-------------|\n| `poetry new [name]` | Creates a new Python project in a new directory. |\n| `poetry init` | Initializes a new Poetry project in the current directory. |\n| `poetry add [package]` | Adds a new package to the project's dependencies. |\n| `poetry remove [package]` | Removes a package from the project's dependencies. |\n| `poetry show` | Shows information about the project's packages. |\n| `poetry update` | Updates the project's dependencies. |\n| `poetry install` | Installs the project's dependencies. |\n| `poetry run [command]` | Runs a command in the virtual environment. |\n| `poetry shell` | Spawns a shell within the virtual environment. |\n| `poetry build` | Builds the project package. |\n| `poetry publish` | Publishes the project package to PyPI. |\n| `poetry version [version]` | Bumps the version of the project. |\n| `poetry config [setting] [value]` | Configures Poetry settings. |\n| `poetry cache clear --all pypi` | Clears Poetry's cache. |\n\nRemember to replace `[name]`, `[package]`, `[command]`, `[version]`, `[setting]`, and `[value]` with your specific project name, package name, command, version number, setting, and value respectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyegomez%2Fpoetry-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyegomez%2Fpoetry-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyegomez%2Fpoetry-cheatsheet/lists"}