
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Syntax validator for email, hostname, url, uri and ip address, compliant to RFC specifications
Syntax validator compliant to RFC specifications for
This module can be installed from pypi website
pip install checkifvalid
import checkifvalid
checkifvalid.ipv6_address("::1")
True
checkifvalid.ipv4_address("127.0.0.1")
True
checkifvalid.ipv4_address("127.0.0.257")
False
import checkifvalid
checkifvalid.url("https://www.google.com")
True
import checkifvalid
checkifvalid.email("john.doe@example.com")
True
checkifvalid.uri("sip:support@john.doe:443",)
True
checkifvalid.mac_address("00:11:22:33:44:55")
True
checkifvalid.hostname("john@doe")
False
Run test units
python3 -m unittest discover tests/ -v
FAQs
Syntax validator for email, hostname, url, uri and ip address, compliant to RFC specifications
We found that checkifvalid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.