You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nameisok 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.
4
-
Key Features
7
+
8
+
### Key Features
5
9
6
10
- PyPI Availability Check: Quickly checks PyPI to see if a package name is available for registration.
7
11
- BigQuery Database Check: Uses the PyPI dataset on Google BigQuery for additional verification of package name availability.
8
12
- Similarity Check: Detects names that are too similar to existing packages, based on a customizable similarity threshold, preventing potential naming conflicts.
0 commit comments