Metadata-Version: 2.1
Name: buttplug
Version: 0.0.1
Summary: Python implementation of the Buttplug Intimate Hardware Control Protocol.
Home-page: https://github.com/buttplugio/buttplug-py
Author: Nonpolynomial Labs, LLC
Author-email: kyle@nonpolynomial.com
License: UNKNOWN
Description: # buttplug-py
        
        [![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/qdot)
        [![Discourse Forum](https://img.shields.io/badge/discourse-forum-blue.svg)](https://metafetish.club)
        [![Discord](https://img.shields.io/discord/353303527587708932.svg?logo=discord)](https://discord.buttplug.io)
        [![Twitter](https://img.shields.io/twitter/follow/buttplugio.svg?style=social&logo=twitter)](https://twitter.com/buttplugio)
        
        Buttplug-py is a python implementation of the Core and Client portions
        of the Buttplug Sex Toy Control Protocol. It allows users to write
        applications that can connect to Buttplug Servers, such as the
        [Intiface Desktop
        Application](https://github.com/intiface/intiface-desktop) or Intiface
        [C# CLI](https://github.com/intiface/intiface-cli-csharp) or [Node
        CLI](https://github.com/intiface/intiface-cli-node).
        
        A python-based Buttplug server is certainly possible, and may happen
        in the future. For the moment, we are mostly trying to make it easier
        for people to write Buttplug applications in python that can access
        the already existing server implementations.
        
        For more information on the Buttplug project, check out the project
        website at [https://buttplug.io](https://buttplug.io).
        
        ## Table Of Contents
        
        - [Support The Project](#support-the-project)
        - [License](#license)
        
        ## Support The Project
        
        If you find this project helpful, you can [support us via
        Patreon](http://patreon.com/qdot)! Every donation helps us afford more
        hardware to reverse, document, and write code for!
        
        ## License
        
        Buttplug is BSD 3-Clause licensed. More information is available in
        the LICENSE file.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
