reyline


Namereyline JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/TheGenocides/rey
SummaryAn API wrapper designed to simplify the process of integrating Line Messaging API
upload_time2023-10-10 12:27:15
maintainer
docs_urlNone
authorTheGenocide
requires_python>=3.7.0
licenseMIT
keywords line-bot apiwrapper line api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rey - Line Messaging API Python Wrapper

Yet another asynchronous API wrapper designed to simplify the process of integrating [Line Messaging API](https://developers.line.biz/en/reference/messaging-api) into your Python applications. With Rey, you can send and receive messages, manage user profiles, and leverage Line's rich multimedia messaging capabilities. Rey Is supposed to be a personal project of mine out of boredom and curiosity. Other Features would be implemented soon enough such as but not limited to:
1. Full support of the messaging API (all endpoints). 
2. Webhook event with flask & ngrok support.

## Features

- **Asynchronous**: Rey is built using the `aiohttp` library, allowing you to write non-blocking code for your Line Messaging applications.

- **Ease of Use**: Rey provides a simple and intuitive API for sending and receiving messages, managing users, and handling events.

- **Customizable**: You can customize and extend Rey to fit the specific requirements of your Line Messaging project.

## Installation

To install Rey, simply use pip:
```bash
pip install rey
```

## Contributing

Contributions to Rey are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you'd like to contribute code, feel free to fork the repository and submit a pull request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Acknowledgments

- Special thanks to the Line Messaging API team for providing a powerful platform for building Line bots and applications.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TheGenocides/rey",
    "name": "reyline",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.0",
    "maintainer_email": "",
    "keywords": "line-bot,apiwrapper,line,api",
    "author": "TheGenocide",
    "author_email": "luke.genesis.hyder@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/df/e2/f1e3290e4c396d0baa0c098d9229e2b4584235559e1d6fec203e3e2ec2cb/reyline-0.1.tar.gz",
    "platform": null,
    "description": "# Rey - Line Messaging API Python Wrapper\r\n\r\nYet another asynchronous API wrapper designed to simplify the process of integrating [Line Messaging API](https://developers.line.biz/en/reference/messaging-api) into your Python applications. With Rey, you can send and receive messages, manage user profiles, and leverage Line's rich multimedia messaging capabilities. Rey Is supposed to be a personal project of mine out of boredom and curiosity. Other Features would be implemented soon enough such as but not limited to:\r\n1. Full support of the messaging API (all endpoints). \r\n2. Webhook event with flask & ngrok support.\r\n\r\n## Features\r\n\r\n- **Asynchronous**: Rey is built using the `aiohttp` library, allowing you to write non-blocking code for your Line Messaging applications.\r\n\r\n- **Ease of Use**: Rey provides a simple and intuitive API for sending and receiving messages, managing users, and handling events.\r\n\r\n- **Customizable**: You can customize and extend Rey to fit the specific requirements of your Line Messaging project.\r\n\r\n## Installation\r\n\r\nTo install Rey, simply use pip:\r\n```bash\r\npip install rey\r\n```\r\n\r\n## Contributing\r\n\r\nContributions to Rey are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you'd like to contribute code, feel free to fork the repository and submit a pull request.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Acknowledgments\r\n\r\n- Special thanks to the Line Messaging API team for providing a powerful platform for building Line bots and applications.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An API wrapper designed to simplify the process of integrating Line Messaging API",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/TheGenocides/rey/archive/refs/tags/v0.1.tar.gz",
        "Homepage": "https://github.com/TheGenocides/rey"
    },
    "split_keywords": [
        "line-bot",
        "apiwrapper",
        "line",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfe2f1e3290e4c396d0baa0c098d9229e2b4584235559e1d6fec203e3e2ec2cb",
                "md5": "ad92e00ad6ed8bf8f62de775b14ae64c",
                "sha256": "194d7172bdd639a3412be7ba08685ef1e0c38a5f0a78a0bc5a9865749e7fa31f"
            },
            "downloads": -1,
            "filename": "reyline-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ad92e00ad6ed8bf8f62de775b14ae64c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.0",
            "size": 4350,
            "upload_time": "2023-10-10T12:27:15",
            "upload_time_iso_8601": "2023-10-10T12:27:15.261521Z",
            "url": "https://files.pythonhosted.org/packages/df/e2/f1e3290e4c396d0baa0c098d9229e2b4584235559e1d6fec203e3e2ec2cb/reyline-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-10 12:27:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TheGenocides",
    "github_project": "rey",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "reyline"
}
        
Elapsed time: 0.12795s