{"id":31770034,"url":"https://github.com/jfrog/frogbot_poetry_example","last_synced_at":"2025-10-10T02:56:32.589Z","repository":{"id":198261727,"uuid":"697801958","full_name":"jfrog/frogbot_poetry_example","owner":"jfrog","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-11T10:20:29.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2024-04-18T09:01:33.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jfrog.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}},"created_at":"2023-09-28T14:01:26.000Z","updated_at":"2024-03-21T16:51:13.000Z","dependencies_parsed_at":"2023-10-05T04:10:13.726Z","dependency_job_id":null,"html_url":"https://github.com/jfrog/frogbot_poetry_example","commit_stats":null,"previous_names":["jfrog/frogbot_poetry_example"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jfrog/frogbot_poetry_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Ffrogbot_poetry_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Ffrogbot_poetry_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Ffrogbot_poetry_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Ffrogbot_poetry_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfrog","download_url":"https://codeload.github.com/jfrog/frogbot_poetry_example/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Ffrogbot_poetry_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002512,"owners_count":26083403,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-10T02:56:26.653Z","updated_at":"2025-10-10T02:56:32.578Z","avatar_url":"https://github.com/jfrog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pipenv Example\n\n## Overview\nThis example demonstrates how to build a Python Poetry project with Artifactory, while collecting build-info.\n\n## Before Running the Example\n### Set Up the Environment \n1. Make sure **Python** is installed and the **python** command is in your PATH.\n2. Install **poetry**. You can use the [Poetry Documentation](https://python-poetry.org/docs/).\n3. Create three Pypi repositories in Artifactory - a local, remote and a virtual repository. You can use the [PyPi Repositories Documentation](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories).\n* The remote repository should proxy *https://files.pythonhosted.org* (the default when creating a Pypi remote repository). \n* Name the virtual repository *pypi*.\n* The virtual repository should include the remote repository.\n* The virtual repository should have the local repository set as the *Default Deployment Repository*.\n4. Make sure version 2.27.0 or above of [JFrog CLI](https://jfrog.com/getcli/) is installed.\n\n### Validate the Setup\nIn your terminal, validate that the following commands work.\n```console\nOutput Python version:\n\u003e python --version\n\nOutput pipenv version:\n\u003e poetry --version\n\nOutput JFrog CLI version:\n\u003e jf --version\n```\n\n## Running the Example\n'cd' to the root project directory\n\n```console\nConfigure Artifactory:\n\u003e jf c add\n\nConfigure the project's resolution repository. You shoud set the virtual repository you created.\n\u003e jf poetry-config --repo-resolve=\u003cPYPI_REPO\u003e [credentials flags]\n\nInstall project dependencies with poetry from Artifactory:\n\u003e jf poetry install --build-name=my-poetry-build --build-number=1 --module=jfrog-poetry-example\n\nPackage the project, create distribution archives (tar.gz and whl):\n\u003e jf build\n\nUpload the packages to the pypi repository in Artifactory:\n\u003e jf rt u dist/ pypi/ --build-name=my-poetry-build --build-number=1 --module=jfrog-poetry-example\n\nCollect environment variables and add them to the build info:\n\u003e jf rt bce my-poetry-build 1\n\nPublish the build info to Artifactory:\n\u003e jf rt bp my-poetry-build 1\n\nInstall published package by installing it from Artifactory using pip:\n\u003e jf poetry install jfrog-pipenv-example\n\nLearn about [Building Python Packages with JFrog CLI](https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-BuildingPythonPackages).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Ffrogbot_poetry_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfrog%2Ffrogbot_poetry_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Ffrogbot_poetry_example/lists"}