{"id":21880451,"url":"https://github.com/definetlynotai/python_library_template","last_synced_at":"2025-07-21T07:31:47.250Z","repository":{"id":240212215,"uuid":"802001271","full_name":"DefinetlyNotAI/Python_Library_Template","owner":"DefinetlyNotAI","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-07T10:40:41.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-19T00:57:59.935Z","etag":null,"topics":["cheatsheet","create","guide","library","new","python","upload"],"latest_commit_sha":null,"homepage":"","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/DefinetlyNotAI.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-05-17T10:23:36.000Z","updated_at":"2024-07-07T10:40:44.000Z","dependencies_parsed_at":"2024-05-17T15:08:03.972Z","dependency_job_id":null,"html_url":"https://github.com/DefinetlyNotAI/Python_Library_Template","commit_stats":null,"previous_names":["definetlynotai/ig_python_library","definetlynotai/python_library"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FPython_Library_Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FPython_Library_Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FPython_Library_Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FPython_Library_Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DefinetlyNotAI","download_url":"https://codeload.github.com/DefinetlyNotAI/Python_Library_Template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226888113,"owners_count":17698110,"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":["cheatsheet","create","guide","library","new","python","upload"],"created_at":"2024-11-28T09:13:49.640Z","updated_at":"2024-11-28T09:13:50.772Z","avatar_url":"https://github.com/DefinetlyNotAI.png","language":"Python","readme":"# Guide to Upload PyPI libraries\n\n## Setup\nUse the 2 python files attached and modify for your needs,\n\nFor `__init__.py`, Replace `LIBRARY_NAME` from the line's `from.LIBRARY_NAME import *` for any extra files you have that include classes, so if I have a file called `Algorithims.py`, I add the following line: `from.Algorithims import *`.\n\nFor `setup.py`, Replace anything with `CHANGE_ME` in it, This includes name, version, description, author, author email, classifiers and anything with comments, The higher quality the `setup.py` file is, the better your library becomes.\n\n## Launch\nAfter everything, Open cmd inside the directory of the library\n\n`python setup.py sdist bdist_wheel`\n\n`twine upload dist/* --verbose`\n\nUse the API key from your PyPI account if asked.\n\n(Do note you need to install twine via `pip install twine`)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefinetlynotai%2Fpython_library_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefinetlynotai%2Fpython_library_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefinetlynotai%2Fpython_library_template/lists"}