mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
5.0a92
This commit is contained in:
parent
c597badb39
commit
d31a43ac55
7 changed files with 156 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
royalnet>=5.0
|
royalnet>=5.0a1
|
||||||
starlette>=0.12.13
|
starlette>=0.12.13
|
||||||
aiohttp>=3.6.2
|
aiohttp>=3.6.2
|
||||||
sqlalchemy>=1.3.10
|
sqlalchemy>=1.3.10
|
||||||
dateparser>=0.7.2
|
dateparser>=0.7.2
|
||||||
python_telegram_bot>=12.2.0
|
python_telegram_bot>=12.2.0
|
||||||
discord.py>=1.3.0
|
discord.py>=1.3.0
|
||||||
|
wheel>=0.33.6
|
||||||
|
|
85
royalpack.egg-info/PKG-INFO
Normal file
85
royalpack.egg-info/PKG-INFO
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
Metadata-Version: 2.1
|
||||||
|
Name: royalpack
|
||||||
|
Version: 5.0a92
|
||||||
|
Summary: A Royalnet Pack for the Royal Games community
|
||||||
|
Home-page: https://github.com/Steffo99/royalpack
|
||||||
|
Author: Stefano Pigozzi
|
||||||
|
Author-email: ste.pigozzi@gmail.com
|
||||||
|
License: UNKNOWN
|
||||||
|
Description: # `royalpack` [![PyPI](https://img.shields.io/pypi/v/royalpack.svg)](https://pypi.org/project/royalpack/)
|
||||||
|
|
||||||
|
The Royalnet Pack used in the Royal Games community!
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
### `ciaoruozi`
|
||||||
|
|
||||||
|
### `color`
|
||||||
|
|
||||||
|
### `cv`
|
||||||
|
|
||||||
|
### `diario`
|
||||||
|
|
||||||
|
### `rage`
|
||||||
|
|
||||||
|
### `reminder`
|
||||||
|
|
||||||
|
### `ship`
|
||||||
|
|
||||||
|
### `smecds`
|
||||||
|
|
||||||
|
### `videochannel`
|
||||||
|
|
||||||
|
### `trivia`
|
||||||
|
|
||||||
|
### `matchmaking`
|
||||||
|
|
||||||
|
### `pause`
|
||||||
|
|
||||||
|
### `play`
|
||||||
|
|
||||||
|
### `playmode`
|
||||||
|
|
||||||
|
### `queue`
|
||||||
|
|
||||||
|
### `skip`
|
||||||
|
|
||||||
|
### `summon`
|
||||||
|
|
||||||
|
### `youtube`
|
||||||
|
|
||||||
|
### `soundcloud`
|
||||||
|
|
||||||
|
### `zawarudo`
|
||||||
|
|
||||||
|
### `emojify`
|
||||||
|
|
||||||
|
### `leagueoflegends`
|
||||||
|
|
||||||
|
### `diarioquote`
|
||||||
|
|
||||||
|
### `mp3`
|
||||||
|
|
||||||
|
### `peertube`
|
||||||
|
|
||||||
|
## Stars
|
||||||
|
|
||||||
|
### `/api/diario/list`
|
||||||
|
|
||||||
|
### `/api/diario/get/{id}`
|
||||||
|
|
||||||
|
### `/api/user/list`
|
||||||
|
|
||||||
|
### `/api/user/get/{id}`
|
||||||
|
|
||||||
|
Platform: UNKNOWN
|
||||||
|
Classifier: Development Status :: 3 - Alpha
|
||||||
|
Classifier: Operating System :: OS Independent
|
||||||
|
Classifier: Programming Language :: Python :: 3.7
|
||||||
|
Classifier: Topic :: Internet
|
||||||
|
Classifier: Topic :: Database
|
||||||
|
Classifier: Topic :: Multimedia :: Sound/Audio
|
||||||
|
Classifier: Topic :: Multimedia :: Video
|
||||||
|
Classifier: License :: OSI Approved :: MIT License
|
||||||
|
Requires-Python: >=3.7
|
||||||
|
Description-Content-Type: text/markdown
|
58
royalpack.egg-info/SOURCES.txt
Normal file
58
royalpack.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
README.md
|
||||||
|
setup.py
|
||||||
|
royalpack/__init__.py
|
||||||
|
royalpack/version.py
|
||||||
|
royalpack.egg-info/PKG-INFO
|
||||||
|
royalpack.egg-info/SOURCES.txt
|
||||||
|
royalpack.egg-info/dependency_links.txt
|
||||||
|
royalpack.egg-info/not-zip-safe
|
||||||
|
royalpack.egg-info/requires.txt
|
||||||
|
royalpack.egg-info/top_level.txt
|
||||||
|
royalpack/commands/__init__.py
|
||||||
|
royalpack/commands/ciaoruozi.py
|
||||||
|
royalpack/commands/color.py
|
||||||
|
royalpack/commands/cv.py
|
||||||
|
royalpack/commands/diario.py
|
||||||
|
royalpack/commands/diarioquote.py
|
||||||
|
royalpack/commands/emojify.py
|
||||||
|
royalpack/commands/leagueoflegends.py
|
||||||
|
royalpack/commands/matchmaking.py
|
||||||
|
royalpack/commands/mp3.py
|
||||||
|
royalpack/commands/pause.py
|
||||||
|
royalpack/commands/peertube.py
|
||||||
|
royalpack/commands/play.py
|
||||||
|
royalpack/commands/playmode.py
|
||||||
|
royalpack/commands/queue.py
|
||||||
|
royalpack/commands/rage.py
|
||||||
|
royalpack/commands/reminder.py
|
||||||
|
royalpack/commands/ship.py
|
||||||
|
royalpack/commands/skip.py
|
||||||
|
royalpack/commands/smecds.py
|
||||||
|
royalpack/commands/soundcloud.py
|
||||||
|
royalpack/commands/summon.py
|
||||||
|
royalpack/commands/trivia.py
|
||||||
|
royalpack/commands/videochannel.py
|
||||||
|
royalpack/commands/youtube.py
|
||||||
|
royalpack/commands/zawarudo.py
|
||||||
|
royalpack/stars/__init__.py
|
||||||
|
royalpack/stars/api_diario_get.py
|
||||||
|
royalpack/stars/api_diario_list.py
|
||||||
|
royalpack/stars/api_user_get.py
|
||||||
|
royalpack/stars/api_user_list.py
|
||||||
|
royalpack/tables/__init__.py
|
||||||
|
royalpack/tables/aliases.py
|
||||||
|
royalpack/tables/bios.py
|
||||||
|
royalpack/tables/diario.py
|
||||||
|
royalpack/tables/leagueoflegends.py
|
||||||
|
royalpack/tables/mmevents.py
|
||||||
|
royalpack/tables/mmresponse.py
|
||||||
|
royalpack/tables/reminders.py
|
||||||
|
royalpack/tables/triviascores.py
|
||||||
|
royalpack/tables/wikipages.py
|
||||||
|
royalpack/tables/wikirevisions.py
|
||||||
|
royalpack/utils/__init__.py
|
||||||
|
royalpack/utils/leagueleague.py
|
||||||
|
royalpack/utils/leaguerank.py
|
||||||
|
royalpack/utils/leaguetier.py
|
||||||
|
royalpack/utils/mmchoice.py
|
||||||
|
royalpack/utils/mminterfacedata.py
|
1
royalpack.egg-info/dependency_links.txt
Normal file
1
royalpack.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/Rapptz/discord.py/tarball/master
|
1
royalpack.egg-info/not-zip-safe
Normal file
1
royalpack.egg-info/not-zip-safe
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
8
royalpack.egg-info/requires.txt
Normal file
8
royalpack.egg-info/requires.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
royalnet>=5.0a1
|
||||||
|
starlette>=0.12.13
|
||||||
|
aiohttp>=3.6.2
|
||||||
|
sqlalchemy>=1.3.10
|
||||||
|
dateparser>=0.7.2
|
||||||
|
python_telegram_bot>=12.2.0
|
||||||
|
discord.py>=1.3.0
|
||||||
|
wheel>=0.33.6
|
1
royalpack.egg-info/top_level.txt
Normal file
1
royalpack.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
royalpack
|
Loading…
Reference in a new issue