pyLense


NamepyLense 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 18:48:12
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.
import pyLense
from pyLense.Lense import Neurals

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": "pyLense",
    "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/1e/92/3b68206dad8af4ca753c32e8c11d947e6363e4064c01ead3c0866d62b77a/pyLense-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\nimport pyLense\r\nfrom pyLense.Lense import Neurals\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# \ud83d\ude4f\ud83d\udc49\ud83d\udda4\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": "1e923b68206dad8af4ca753c32e8c11d947e6363e4064c01ead3c0866d62b77a",
                "md5": "92ac51e95c61b86775376d841c829dbc",
                "sha256": "48e2dbf6a7a2d7f62f5978c0ce5cfe803b2dba0647614e84cfd4790ed6e0bb50"
            },
            "downloads": -1,
            "filename": "pyLense-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92ac51e95c61b86775376d841c829dbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2499,
            "upload_time": "2023-09-04T18:48:12",
            "upload_time_iso_8601": "2023-09-04T18:48:12.498958Z",
            "url": "https://files.pythonhosted.org/packages/1e/92/3b68206dad8af4ca753c32e8c11d947e6363e4064c01ead3c0866d62b77a/pyLense-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-04 18:48:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pylense"
}
        
Elapsed time: 0.11171s