# nameisok
**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.
## Installation
To install **nameisok**, simply run:
```bash
pip install nameisok
```
```bash
nameisok pandas,example
```
```plaintext
❌ `example` is already taken.
🎉 Wow! `my_package` is available!
❌ `nameisok` is already taken.
```
Raw data
{
"_id": null,
"home_page": null,
"name": "nameisok",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "pypi, package availability, name checker, available, utility",
"author": null,
"author_email": "Sermet Pekin <Sermet.Pekin@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e3/e5/9b5f6a1d33f2c659dbb7fc0fbb2ea00653c9524064bc395ab996354b8550/nameisok-0.1.1.tar.gz",
"platform": null,
"description": "# nameisok\n\n**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.\n\n## Installation\n\nTo install **nameisok**, simply run:\n\n```bash\npip install nameisok\n```\n\n\n```bash\nnameisok pandas,example\n\n```\n\n```plaintext\n\u274c `example` is already taken.\n\ud83c\udf89 Wow! `my_package` is available!\n\u274c `nameisok` is already taken.\n\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A utility package for checking if a package name is available on PyPI.",
"version": "0.1.1",
"project_urls": {
"documentation": "https://github.com/SermetPekin/nameisok#readme",
"issue_tracker": "https://github.com/SermetPekin/nameisok/issues",
"repository": "https://github.com/SermetPekin/nameisok"
},
"split_keywords": [
"pypi",
" package availability",
" name checker",
" available",
" utility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "251d7509a35d0b78963de97024edf6ae08bd922aff59873564edf98f72437c5e",
"md5": "2076d7379fa2dc8104a71123aa0cf478",
"sha256": "474bbed0e846b3667f459990ab0ed4b53626366e5787d146a0b8615bb2908de3"
},
"downloads": -1,
"filename": "nameisok-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2076d7379fa2dc8104a71123aa0cf478",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 2774,
"upload_time": "2024-11-07T23:47:26",
"upload_time_iso_8601": "2024-11-07T23:47:26.508138Z",
"url": "https://files.pythonhosted.org/packages/25/1d/7509a35d0b78963de97024edf6ae08bd922aff59873564edf98f72437c5e/nameisok-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3e59b5f6a1d33f2c659dbb7fc0fbb2ea00653c9524064bc395ab996354b8550",
"md5": "28df85c505dce4ecf913cafc4c76190b",
"sha256": "cae958b7d6809b8fe75a1127463d512a77122590f45b20b1d1da62baaa629f03"
},
"downloads": -1,
"filename": "nameisok-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "28df85c505dce4ecf913cafc4c76190b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 2251,
"upload_time": "2024-11-07T23:47:27",
"upload_time_iso_8601": "2024-11-07T23:47:27.917384Z",
"url": "https://files.pythonhosted.org/packages/e3/e5/9b5f6a1d33f2c659dbb7fc0fbb2ea00653c9524064bc395ab996354b8550/nameisok-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 23:47:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SermetPekin",
"github_project": "nameisok#readme",
"github_not_found": true,
"lcname": "nameisok"
}