emojidb-python


Nameemojidb-python JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/yedhrab/emojidb-python
SummarySimple python wrapper for emojidb.com
upload_time2023-04-14 00:01:00
maintainer
docs_urlNone
authorYunus Emre Ak
requires_python>=3.9.6
licenseApache Software License 2.0
keywords emoji emojidb emojidb.com emojidb-client emojidb-client-python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 📦 EmojiDB

- Simple python wrapper for emojidb.com

## ⭐️ Usage

```bash
pip install emojidb-python
```

```python
from asyncio import run
from emojidb import EmojiDBClient


async def main():
    query = "love"
    async with EmojiDBClient() as client:
        for emoji, info in await client.search_for_emojis(query):
            print(emoji, info)


if __name__ == "__main__":
    run(main)
```

## 🪪 License

```
Copyright 2023 Yunus Emre Ak ~ YEmreAk.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yedhrab/emojidb-python",
    "name": "emojidb-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.6",
    "maintainer_email": "",
    "keywords": "emoji,emojidb,emojidb.com,emojidb-client,emojidb-client-python",
    "author": "Yunus Emre Ak",
    "author_email": "yemreak.com@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/04/656715e833ecdc84c4897172b873f811cfce0ea91d0a4c9eb673029861d2/emojidb-python-1.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83d\udce6 EmojiDB\n\n- Simple python wrapper for emojidb.com\n\n## \u2b50\ufe0f Usage\n\n```bash\npip install emojidb-python\n```\n\n```python\nfrom asyncio import run\nfrom emojidb import EmojiDBClient\n\n\nasync def main():\n    query = \"love\"\n    async with EmojiDBClient() as client:\n        for emoji, info in await client.search_for_emojis(query):\n            print(emoji, info)\n\n\nif __name__ == \"__main__\":\n    run(main)\n```\n\n## \ud83e\udeaa License\n\n```\nCopyright 2023 Yunus Emre Ak ~\u00a0YEmreAk.com\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Simple python wrapper for emojidb.com",
    "version": "1.0.1",
    "split_keywords": [
        "emoji",
        "emojidb",
        "emojidb.com",
        "emojidb-client",
        "emojidb-client-python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92441d123a6c620126c0707a3254e539800d6f3b8a82aa2ab50d4600516e10a3",
                "md5": "715212dcb51b9a18addab63c24983f7e",
                "sha256": "14704bb6f9cf6c4511a4fc5eff7192772d3f0a90864c220568a81ab5a3c9c348"
            },
            "downloads": -1,
            "filename": "emojidb_python-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "715212dcb51b9a18addab63c24983f7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.6",
            "size": 8864,
            "upload_time": "2023-04-14T00:00:58",
            "upload_time_iso_8601": "2023-04-14T00:00:58.524380Z",
            "url": "https://files.pythonhosted.org/packages/92/44/1d123a6c620126c0707a3254e539800d6f3b8a82aa2ab50d4600516e10a3/emojidb_python-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7104656715e833ecdc84c4897172b873f811cfce0ea91d0a4c9eb673029861d2",
                "md5": "f40b8183ead8e4ed0e9074b9c3c47d69",
                "sha256": "35e065721812a8e5fc621f302500f4dd45a9a967d978ef884fcaa0a7711b846f"
            },
            "downloads": -1,
            "filename": "emojidb-python-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f40b8183ead8e4ed0e9074b9c3c47d69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.6",
            "size": 7217,
            "upload_time": "2023-04-14T00:01:00",
            "upload_time_iso_8601": "2023-04-14T00:01:00.443757Z",
            "url": "https://files.pythonhosted.org/packages/71/04/656715e833ecdc84c4897172b873f811cfce0ea91d0a4c9eb673029861d2/emojidb-python-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-14 00:01:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "yedhrab",
    "github_project": "emojidb-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "emojidb-python"
}
        
Elapsed time: 0.05642s