mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Ignore egg-info
This commit is contained in:
parent
d31a43ac55
commit
d7ae38485f
7 changed files with 1 additions and 155 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,7 +6,7 @@ downloads/
|
||||||
ignored/
|
ignored/
|
||||||
markovmodels/
|
markovmodels/
|
||||||
logs/
|
logs/
|
||||||
royalnet.egg-info/
|
*.egg-info/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
|
|
@ -1,85 +0,0 @@
|
||||||
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
|
|
|
@ -1,58 +0,0 @@
|
||||||
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 +0,0 @@
|
||||||
https://github.com/Rapptz/discord.py/tarball/master
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
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 +0,0 @@
|
||||||
royalpack
|
|
Loading…
Reference in a new issue