Metadata-Version: 2.4
Name: dcspoof
Version: 1.0.0
Summary: a simple lib for managing discord presence indicators
Author-email: nxyy <clubbed@duck.com>
License: GPL-3.0
Project-URL: Homepage, https://github.com/nxyyhaha/dcspoof
Project-URL: Repository, https://github.com/nxyyhaha/dcspoof.git
Project-URL: Issues, https://github.com/nxyyhaha/dcspoof/issues
Keywords: discord,status,presence,bot
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discord.py>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.20.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.0.250; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Dynamic: license-file

# dcspoof

one import, 5 modes for simplicity.

```python
from dcspoof import mode

# default is ios — no extra step
# switch at will:
mode("vr")
mode("ios")
mode("android")
mode("desktop")
```

```
pip install -U git+https://github.com/nxyyhaha/dcspoof
```

## Why this exists

Gateway identify payload accepts `$os`, `$browser`, `$device`. People package each combo as separate library (`discord-vr`, `discord-phone`, `discord-xbox`). Now you manage N packages that do the same thing.

One package. All modes. No conflicts.
