{"id":24143129,"url":"https://github.com/langchain-opentutorial/langchain-opentutorial-pypi","last_synced_at":"2025-09-19T11:31:46.668Z","repository":{"id":268908233,"uuid":"905829400","full_name":"LangChain-OpenTutorial/langchain-opentutorial-pypi","owner":"LangChain-OpenTutorial","description":"langchain opentutorial utility package for Open Tutorial","archived":false,"fork":false,"pushed_at":"2024-12-31T09:02:20.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T10:17:48.818Z","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/LangChain-OpenTutorial.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,"publiccode":null,"codemeta":null}},"created_at":"2024-12-19T15:52:01.000Z","updated_at":"2024-12-31T09:02:23.000Z","dependencies_parsed_at":"2024-12-19T16:50:23.990Z","dependency_job_id":null,"html_url":"https://github.com/LangChain-OpenTutorial/langchain-opentutorial-pypi","commit_stats":null,"previous_names":["langchain-opentutorial/langchain-opentutorial-pypi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LangChain-OpenTutorial%2Flangchain-opentutorial-pypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LangChain-OpenTutorial%2Flangchain-opentutorial-pypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LangChain-OpenTutorial%2Flangchain-opentutorial-pypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LangChain-OpenTutorial%2Flangchain-opentutorial-pypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LangChain-OpenTutorial","download_url":"https://codeload.github.com/LangChain-OpenTutorial/langchain-opentutorial-pypi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233566775,"owners_count":18695290,"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":[],"created_at":"2025-01-12T05:14:39.202Z","updated_at":"2025-09-19T11:31:41.381Z","avatar_url":"https://github.com/LangChain-OpenTutorial.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LangChain-OpenTutorial PyPi  \n- This is a package for LangChain-OpenTutorial.  \n\n## Package File Creation  \n1. Install Dependency Packages (First Time Only)  \n- Ensure that `setuptools` and `wheel` are up-to-date.  \n```bash\npip install --upgrade setuptools wheel\n```  \n\n2. Create Package  \n- Move to the project root directory in the terminal and execute the following command:  \n```bash\npython setup.py sdist bdist_wheel\n```  \n- This command generates distribution-ready package files (.tar.gz and .whl) in the `dist/` directory.  \n\n3. Test Package Installation  \n- Install the generated package locally for testing.  \n```bash\npip install dist/langchain_opentutorial-0.0.0-py3-none-any.whl\n```  \n- After local testing, upload the package to PyPI using `twine`.  \n\n4. Install `twine`  \n- Install `twine` to upload the package to PyPI.  \n```bash\npip install twine\n```  \n\n5. Upload to PyPI  \n- Use `twine` to upload the package to PyPI.  \n```bash\ntwine upload dist/*\n```  \n- A PyPI account is required, and login credentials will be needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flangchain-opentutorial%2Flangchain-opentutorial-pypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flangchain-opentutorial%2Flangchain-opentutorial-pypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flangchain-opentutorial%2Flangchain-opentutorial-pypi/lists"}