A simple MongoDB URL validator
Project description
๐ฆ mongodb-url-checker
Validate your MongoDB connection URL easily and safely.
๐ Installation
Install the package from PyPI:
pip install mongodb-url-validator
๐ฅ๏ธ Usage
If the CLI command mongodb-url-validator doesnโt work in your terminal, you can use the included runner file.
- Create a file called mongodb_checker.py with this content:
from mongodb_url_validator import main
if name == "main": main()
- Run it with:
python mongodb_checker.py
๐ Example
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ MongoDB URL Validator Made by Syntax Development | https://discord.gg/vMTDMVYE74 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Enter your MongoDB URL to check: xxxxxxxxxxxx [โ] MongoDB URL is valid and connected successfully!
If invalid:
Enter your MongoDB URL to check: xxxxxxxxxxxx [โ] Invalid MongoDB URL or connection failed! Error: ...
โก Features
Works with standard MongoDB URIs and MongoDB Atlas URIs
Shows clear โ valid / โ invalid messages
Lightweight (only depends on pymongo)
Cross-platform (Windows, macOS, Linux)
๐ Links
PyPI: mongodb-url-validator
Discord Support: Syntax Development
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mongodb_url_validator-0.1.1.tar.gz.
File metadata
- Download URL: mongodb_url_validator-0.1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b662ee244a8fe3b1450ab1cef5e5782763399afdcc5cf2d1871a291d1c48edd
|
|
| MD5 |
7ef654e2ed20b4fb5160b247066d3e7b
|
|
| BLAKE2b-256 |
10a25dd351bb4ed5bdcfed51506da35f0b329d31880c7072cbea7d8fc538e78f
|
File details
Details for the file mongodb_url_validator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mongodb_url_validator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
115bc1a391d2a95a45fc462e59efa156fdf6efee547f5698ff343d657e9ab29e
|
|
| MD5 |
76ac8098d4e19ab7caa33a103d35c456
|
|
| BLAKE2b-256 |
32e3dc6d72b2839547276c2211c42ad62254d002e3ba838910d3b05a60c78db2
|