abreai


Nameabreai JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryA Wrapper to communicate with the https://abre.ai API
upload_time2023-01-01 15:48:38
maintainer
docs_urlNone
authorMarcuth
requires_python
licenseMIT License
keywords abreai wrapper api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Install
**Pypi**
```
pip install abreai
```

**GitHub**
```
pip install git+https://github.com/1Marcuth/encurtanet-py.git
```

# Simple use example
```py
from abreai import AbreAi

shortener = AbreAi()

url_info = shortener.shorten(
    url="https://google.com", # Your url
    alias="url-alias" # Alias of the url
)
shortened_url = url_info.get_shortened_url()

print(url_info.get_shortened_url())
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "abreai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "abreai wrapper api",
    "author": "Marcuth",
    "author_email": "marcuth2006@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/0d/453cbc4b391e728a4eab166a9674202c4363576351cd4939b53026bfe3ac/abreai-1.0.1.tar.gz",
    "platform": null,
    "description": "# Install\r\n**Pypi**\r\n```\r\npip install abreai\r\n```\r\n\r\n**GitHub**\r\n```\r\npip install git+https://github.com/1Marcuth/encurtanet-py.git\r\n```\r\n\r\n# Simple use example\r\n```py\r\nfrom abreai import AbreAi\r\n\r\nshortener = AbreAi()\r\n\r\nurl_info = shortener.shorten(\r\n    url=\"https://google.com\", # Your url\r\n    alias=\"url-alias\" # Alias of the url\r\n)\r\nshortened_url = url_info.get_shortened_url()\r\n\r\nprint(url_info.get_shortened_url())\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A Wrapper to communicate with the https://abre.ai API",
    "version": "1.0.1",
    "split_keywords": [
        "abreai",
        "wrapper",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8bd509aee95b74c8cb72024b26374474",
                "sha256": "4f7101f8e7e9f978222347b462eabd946082ed75e878ef2f49a037bc113d9fca"
            },
            "downloads": -1,
            "filename": "abreai-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8bd509aee95b74c8cb72024b26374474",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2344,
            "upload_time": "2023-01-01T15:48:38",
            "upload_time_iso_8601": "2023-01-01T15:48:38.120098Z",
            "url": "https://files.pythonhosted.org/packages/fa/0d/453cbc4b391e728a4eab166a9674202c4363576351cd4939b53026bfe3ac/abreai-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 15:48:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "abreai"
}
        
Elapsed time: 0.02212s