pyurlx


Namepyurlx JSON
Version 4.0.0 PyPI version JSON
download
home_page
SummaryA cool python module which can do link management using the URLx API
upload_time2023-09-16 08:58:35
maintainer
docs_urlNone
author
requires_python>=2.7
licenseBSD-3-Clause
keywords url shorten link
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# pyURLx
This is a simple module built with requests that allows you to shorten long URLs and create QR codes using the URLx api.

## Prerequisites
Before running the application, make sure you have Python installed on your system.

## Installation
To use the module, you can install it through pip:
`pip install pyurlx`
## How to Use
You can use the module to shorten links and create qr codes. The module is very simple to use. To shorten a link, use the following code:
<code>
from pyurlx import tools<br>
link = tools.shorten("example.com")<br>
print(link)
</code>
To create a qr code, use the following code:
<code>
from pyurlx import tools<br>
link = tools.qr("example.com")<br>
print(link)
</code>

## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request at https://github.com/urlxdev/pyurlx.

## License
This project is licensed under the BSD-3 License.
from pyurlx import tools
link = tools.shorten("example.com")
print(link)
</code>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyurlx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "",
    "keywords": "url,shorten,link",
    "author": "",
    "author_email": "James Marke <mikeoxlong@saintly.com>, Callum Cardy <pythonscratcher@email.cz>",
    "download_url": "https://files.pythonhosted.org/packages/56/af/37aa8c564d7853b5371ec8cc172ccd3eb444375ba95ef9107e722b0f8c75/pyurlx-4.0.0.tar.gz",
    "platform": null,
    "description": "\r\n# pyURLx\r\nThis is a simple module built with requests that allows you to shorten long URLs and create QR codes using the URLx api.\r\n\r\n## Prerequisites\r\nBefore running the application, make sure you have Python installed on your system.\r\n\r\n## Installation\r\nTo use the module, you can install it through pip:\r\n`pip install pyurlx`\r\n## How to Use\r\nYou can use the module to shorten links and create qr codes. The module is very simple to use. To shorten a link, use the following code:\r\n<code>\r\nfrom pyurlx import tools<br>\r\nlink = tools.shorten(\"example.com\")<br>\r\nprint(link)\r\n</code>\r\nTo create a qr code, use the following code:\r\n<code>\r\nfrom pyurlx import tools<br>\r\nlink = tools.qr(\"example.com\")<br>\r\nprint(link)\r\n</code>\r\n\r\n## Contributing\r\nContributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request at https://github.com/urlxdev/pyurlx.\r\n\r\n## License\r\nThis project is licensed under the BSD-3 License.\r\nfrom pyurlx import tools\r\nlink = tools.shorten(\"example.com\")\r\nprint(link)\r\n</code>\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A cool python module which can do link management using the URLx API",
    "version": "4.0.0",
    "project_urls": null,
    "split_keywords": [
        "url",
        "shorten",
        "link"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0f43dab0f2f2f0635f27a55518dab2209ca4b3d9b4693e5745150a0d7710fc2",
                "md5": "37cde0a006aa5569b911f4a8c78e5b25",
                "sha256": "59156a798b9d6b0decf2425364df1c52a580fb446012d7517abeaf2de47795a4"
            },
            "downloads": -1,
            "filename": "pyurlx-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37cde0a006aa5569b911f4a8c78e5b25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7",
            "size": 3060,
            "upload_time": "2023-09-16T08:58:33",
            "upload_time_iso_8601": "2023-09-16T08:58:33.639368Z",
            "url": "https://files.pythonhosted.org/packages/d0/f4/3dab0f2f2f0635f27a55518dab2209ca4b3d9b4693e5745150a0d7710fc2/pyurlx-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56af37aa8c564d7853b5371ec8cc172ccd3eb444375ba95ef9107e722b0f8c75",
                "md5": "5ec4313cc05fdb02332ba444a62e5b83",
                "sha256": "66bb6b75f6d3b558d1436d7334be3b93162afc23b55c9642c5964d7ecc31a6c8"
            },
            "downloads": -1,
            "filename": "pyurlx-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ec4313cc05fdb02332ba444a62e5b83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 2836,
            "upload_time": "2023-09-16T08:58:35",
            "upload_time_iso_8601": "2023-09-16T08:58:35.104782Z",
            "url": "https://files.pythonhosted.org/packages/56/af/37aa8c564d7853b5371ec8cc172ccd3eb444375ba95ef9107e722b0f8c75/pyurlx-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 08:58:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyurlx"
}
        
Elapsed time: 0.11670s