Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Nov 12, 2024
1 parent 095e59d commit 27f60f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ nameisok is a Python package that helps developers check the availability of pac
- BigQuery Database Check: Uses the PyPI dataset on Google BigQuery for additional verification of package name availability.
- Similarity Check: Detects names that are too similar to existing packages, based on a customizable similarity threshold, preventing potential naming conflicts.

Installation
### Installation

To install nameisok, simply run:


```bash
pip install nameisok
```

### Usage

Check Multiple Names
```bash
nameisok example,my_package,nameisok
Expand Down

0 comments on commit 27f60f2

Please sign in to comment.