NLense


NameNLense JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://t.me/Neuralp
SummaryThis is a simple url/link checker API
upload_time2023-09-04 17:30:38
maintainer
docs_urlNone
authorThe Neurals
requires_python>=3.6
license
keywords url ckeck link check link url
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# This is a simple url/link checker API
        Made with ❤ using Python3 by Neural Programmers

# Usage and Examples
```sh
#first we have to import the packages.
from NLense import Neurals
from NLense.Neurals import check

url = " " # your messsage here
ep = Neurals(url) 
result = ep.check()
print(result)
# Yes -- if the message is url/link --
# Nah -- if the message is not a url --

#example
url = "https://t.me/Neuralp" 
ep = Neurals(url) #pass the the argument here
result = ep.check()
print(result)
```

# Join us on telegram to get updated
[Channel](https://t.me/Neuralp)

[Group](https://t.me/Neuralg)

            

Raw data

            {
    "_id": null,
    "home_page": "https://t.me/Neuralp",
    "name": "NLense",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "url ckeck,link check,link,url",
    "author": "The Neurals",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dd/5c/730b846f335604365738c07a45bb85b7f5b155c1b7b5ad24e7872e55907b/NLense-0.0.1.tar.gz",
    "platform": null,
    "description": "\r\n# This is a simple url/link checker API\r\n        Made with \u2764 using Python3 by Neural Programmers\r\n\r\n# Usage and Examples\r\n```sh\r\n#first we have to import the packages.\r\nfrom NLense import Neurals\r\nfrom NLense.Neurals import check\r\n\r\nurl = \" \" # your messsage here\r\nep = Neurals(url) \r\nresult = ep.check()\r\nprint(result)\r\n# Yes -- if the message is url/link --\r\n# Nah -- if the message is not a url --\r\n\r\n#example\r\nurl = \"https://t.me/Neuralp\" \r\nep = Neurals(url) #pass the the argument here\r\nresult = ep.check()\r\nprint(result)\r\n```\r\n\r\n# Join us on telegram to get updated\r\n[Channel](https://t.me/Neuralp)\r\n\r\n[Group](https://t.me/Neuralg)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a simple url/link checker API",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://t.me/Neuralp"
    },
    "split_keywords": [
        "url ckeck",
        "link check",
        "link",
        "url"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd5c730b846f335604365738c07a45bb85b7f5b155c1b7b5ad24e7872e55907b",
                "md5": "1b74ecc94696b077f090471af684cc79",
                "sha256": "aa0d63cca6818ed131c3cce93aafd6aaa56d8a7e856bfc0fbfdf3b163222c972"
            },
            "downloads": -1,
            "filename": "NLense-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1b74ecc94696b077f090471af684cc79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2492,
            "upload_time": "2023-09-04T17:30:38",
            "upload_time_iso_8601": "2023-09-04T17:30:38.987097Z",
            "url": "https://files.pythonhosted.org/packages/dd/5c/730b846f335604365738c07a45bb85b7f5b155c1b7b5ad24e7872e55907b/NLense-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-04 17:30:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nlense"
}
        
Elapsed time: 0.14515s