Metadata-Version: 2.4
Name: lynxpresence
Version: 4.6.2
Summary: Discord RPC client written in Python
Author: C0rn3j
License-Expression: MIT
Project-URL: Homepage, https://github.com/C0rn3j/lynxpresence
Project-URL: Repository, https://github.com/C0rn3j/lynxpresence
Project-URL: Issues, https://github.com/C0rn3j/lynxpresence/issues
Keywords: discord,rich presence,lynxpresence,rpc,api,wrapper,gamers,chat,irc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Communications :: Chat
Classifier: Framework :: AsyncIO
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: pytest-mock>=3.10.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Requires-Dist: sphinx>=5.0.0; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=1.2.0; extra == "dev"
Dynamic: license-file

Forked as upstream did not make a release in quite a while, I hope to kill this fork off in the future.

I recommend doing `import lynxpresence as pypresence` to keep compatibility and allow easy switching in case upstream picks up again.

> A Discord Rich Presence Client in Python? Looks like you've come to the right place.

![PyPI](https://img.shields.io/pypi/v/lynxpresence.svg?style=for-the-badge)

----------

# Installation

Install pypresence with `pip`, for the latest development version:

```shell
pip install https://github.com/C0rn3j/lynxpresence/archive/master.zip
```

For the latest stable version:

```shell
pip install lynxpresence
```

----------

# Documentation

> [!Note]
> You need an **authorized app** to do anything besides rich presence!

####  [pypresence Documentation](https://qwertyquerty.github.io/pypresence/html/index.html)
####  [Discord Rich Presence Documentation](https://discord.com/developers/docs/rich-presence/how-to)
####  [Discord RPC Documentation](https://discord.com/developers/docs/topics/rpc)
####  [pyresence Discord Support Server](https://discord.gg/JF3kg77)
####  [Discord API Support Server](https://discord.gg/discord-api)

----------

# Examples

Examples can be found in the [examples](https://github.com/C0rn3j/pypresence/tree/master/examples) directory, and you can contribute your own examples if you wish, just read [examples.md](https://github.com/C0rn3j/pypresence/blob/master/examples/examples.md)!

----------

# Development

Want to contribute? Check out the **[Development Guide](DEVELOPMENT.md)** for setup instructions, testing, code quality tools, and contribution guidelines.
