{"id":30855922,"url":"https://github.com/sermetpekin/nameisok","last_synced_at":"2025-09-07T11:11:50.634Z","repository":{"id":261906431,"uuid":"885242804","full_name":"SermetPekin/nameisok","owner":"SermetPekin","description":"nameisok is a Python package that checks the availability of package names on PyPI. This tool is especially useful for developers looking to publish new packages and wanting to ensure their desired name is unique.","archived":false,"fork":false,"pushed_at":"2025-02-22T10:38:00.000Z","size":9750,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T08:31:23.622Z","etag":null,"topics":["availability","available-on-pypi","naming","pypi","pypi-package","utility","utils"],"latest_commit_sha":null,"homepage":"https://nameisok.readthedocs.io/en/latest/home.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SermetPekin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-11-08T08:25:05.000Z","updated_at":"2025-04-28T08:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a483bd1-93e0-4168-a9f1-84c29a5811a0","html_url":"https://github.com/SermetPekin/nameisok","commit_stats":null,"previous_names":["sermetpekin/nameisok"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SermetPekin/nameisok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SermetPekin%2Fnameisok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SermetPekin%2Fnameisok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SermetPekin%2Fnameisok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SermetPekin%2Fnameisok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SermetPekin","download_url":"https://codeload.github.com/SermetPekin/nameisok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SermetPekin%2Fnameisok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026718,"owners_count":25209740,"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-09-07T02:00:09.463Z","response_time":67,"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":["availability","available-on-pypi","naming","pypi","pypi-package","utility","utils"],"created_at":"2025-09-07T11:11:11.455Z","updated_at":"2025-09-07T11:11:50.612Z","avatar_url":"https://github.com/SermetPekin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Python Package](https://github.com/SermetPekin/nameisok/actions/workflows/python-package.yml/badge.svg?2)](https://github.com/SermetPekin/nameisok/actions/workflows/python-package.yml)\n[![PyPI](https://img.shields.io/pypi/v/nameisok)](https://img.shields.io/pypi/v/nameisok) \n![t](https://img.shields.io/badge/status-maintained-yellow.svg) [![](https://img.shields.io/github/license/SermetPekin/nameisok.svg)](https://github.com/SermetPekin/nameisok/blob/master/LICENSE.md) ![](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/evdschat)](https://pepy.tech/project/evdschat) [![Downloads](https://static.pepy.tech/badge/nameisok/month)](https://pepy.tech/project/nameisok) [![Downloads](https://pepy.tech/badge/nameisok/week)](https://pepy.tech/project/nameisok)\n \n\nnameisok is a Python package that helps developers check the availability of package names on PyPI, taking it one step further with enhanced functionality. This tool is perfect for anyone looking to publish new packages and wanting to avoid name conflicts or similar names that could cause confusion.\n\n### Key Features\n\n- PyPI Availability Check: Quickly checks PyPI to see if a package name is available for registration.\n- BigQuery Database Check: Uses the PyPI dataset on Google BigQuery for additional verification of package name availability.\n- Similarity Check: Detects names that are too similar to existing packages, based on a customizable similarity threshold, preventing potential naming conflicts.\n\n### Installation\n\nTo install nameisok, simply run:\n\n```bash\npip install nameisok\n```\n\n### Usage\n\nCheck Multiple Names\n```bash\nnameisok example,my_package,nameisok\n\n\n```\nOutput \n\n```plaintext\n❌ `example` is already taken.\n🎉 Wow! `my_package` is available!\n❌ `nameisok` is already taken.\n\n```\n\n### Check a Single Name\n\nYou can also check just one name at a time:\n\n```bash\nnameisok pandas \n```\n\n```plaintext\n  ❌ `pandas` is already taken.\n\n```\n\n```bash\nnameisok darling \n```\n```plaintext\n. 🎉 Wow! `darling` is available!\n```\n\n### Similarity Warnings\n\nWhen a name is not only taken but also too similar to existing packages, you'll see a warning:\n\n```bash\nnameisok numpyyy\n```\n\n\n```plaintext\n⚠️ `numpyyy` is very similar to `numpy`, `numpy-extensions`\n❌ `numpyyy` is too similar to an existing package.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsermetpekin%2Fnameisok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsermetpekin%2Fnameisok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsermetpekin%2Fnameisok/lists"}