python-telegram-framework

View on PyPIReverse Dependencies (0)

1.0.0 python_telegram_framework-1.0.0-py3-none-any.whl

Wheel Details

Project: python-telegram-framework
Version: 1.0.0
Filename: python_telegram_framework-1.0.0-py3-none-any.whl
Download: [link]
Size: 20796
MD5: 317d5ffbad1abf6d2269f2b9908f4ef8
SHA256: f1b2ee5096a5a006111582c0609f1470f9ad81a0be002de0aa0561ab2b9582b2
Uploaded: 2024-11-22 15:57:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-telegram-framework
Version: 1.0.0
Summary: Small framework to create bots with python-telegram-bot
Author-Email: Víctor Martínez Amador <vmartineza33[at]gmail.com>
Project-Url: Repository, https://github.com/vmartinez33/python-telegram-framework
Project-Url: Documentation, https://vmartinez33.github.io/python-telegram-framework/
License: MIT License Copyright (c) 2024 VICTOR MARTINEZ AMADOR Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: telegram,bot,framework
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: packaging
Requires-Dist: python-telegram-bot[all]
Requires-Dist: pyngrok
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 831 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
telegram_framework/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
telegram_framework/__main__.py sha256=F-7RPo-RIaACNQ6DRcxE23TIrKs1NEMhebNkurE6uMI 128
telegram_framework/_version.py sha256=DGJ4pj32xs3_DRJhSzQwCiRNnAQrMgo09USYpyMZsKc 411
telegram_framework/shortcuts.py sha256=rNAClID4Qi1HmqqQdQk9_ty7J3RJ5AtT_FhN-rSDNpA 157
telegram_framework/conf/__init__.py sha256=jXVyyjezZ6ulLFHSfTObmhBNiymFLWmDOjSx1SbBQbM 1377
telegram_framework/conf/default_settings.py sha256=E1wRq9XvE_Usa1TLr_JIzt6_gs1bOsFHLLuePLR8v-4 706
telegram_framework/conf/utils.py sha256=dzgG2ijU32zFj8TNklz0DBJP0082nNi4vAwhl__g3Fc 217
telegram_framework/core/__init__.py sha256=rA2ZPlojLvC9IAFAigIcVi-y-X_aSplphKXVo6WdXeo 97
telegram_framework/core/app.py sha256=iE_bLzPHcETE9d-kccP17JrK-jbFI_OQY6fIHR-JLvo 4368
telegram_framework/core/decorators.py sha256=OkZgmWa-u73c3AJ3N-y7Lb0EDDOuWlPazR8CC3exbEY 982
telegram_framework/core/module.py sha256=1-b3uKtAGbJn1WY3xp1keySLLc4IyZD4rrS78q06xTk 252
telegram_framework/exceptions/__init__.py sha256=jk1TxY_u9n2O291eINXTRffWG7V0TYNbMesjAOzKSB8 116
telegram_framework/management/__init__.py sha256=d1ZaezSGeb-acqQk6J0tjTWRyuFMwg4vkkxN0Blk8Bs 884
telegram_framework/management/base.py sha256=_f7cNx1qQGHWxq_Ls4f-5LErvCjl5Ow__Ub_6dS8soM 1447
telegram_framework/management/templates.py sha256=DfunyhpJVSgG1fxF6FwInWPNb67J9kNWX1fbGo50ka4 1403
telegram_framework/management/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
telegram_framework/management/commands/clearenv.py sha256=tlq5aW2-BCe8qXJiJgkKueY3vr4noc9RAa_H4Mh2MX0 430
telegram_framework/management/commands/createmodule.py sha256=Kd07PrysdpN6_mDAUT-Bi4Tn-EA6VRsFDXXrmVAZBl4 1458
telegram_framework/management/commands/startproject.py sha256=cL70GNWCASxy0keTx3DUM4SXz94-9F97nhmlllEcANk 2338
telegram_framework/templates/module_template/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
telegram_framework/templates/module_template/handlers.py sha256=fasrLrU5GapWtyB3nfguwSZcjvXMZgQwDjrDB66WLNw 110
telegram_framework/templates/module_template/models.py sha256=YRKe0T0XhWBb0EeD8hEhJ6x-I3h92EC-hQo0YHuhpvk 22
telegram_framework/templates/project_template/.gitignore sha256=br0tACuoJTvFsZSWaWaIrHfPC6dQS_POEs0SsKLTbzM 3077
telegram_framework/templates/project_template/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
telegram_framework/templates/project_template/app.py sha256=z2lumysOqGR8sTk7vkzTHmIxC-MFLfZC4E6acn0Y9Qw 941
telegram_framework/templates/project_template/manage.py sha256=_iHMw1WBb2PzFho3LoB0fD_mhJl9_W2YBI5LnfO848E 735
telegram_framework/templates/project_template/models.py sha256=YRKe0T0XhWBb0EeD8hEhJ6x-I3h92EC-hQo0YHuhpvk 22
telegram_framework/templates/project_template/settings.py sha256=j4YX4Fn8XxvR7A3OQ56uxuf89GjE2o2y04t-YcEY3kM 708
telegram_framework/templates/project_template/resources/assets/readme sha256=nnkG18-0NpaS8_gi7kTkWyS0TIIcmnrLRAlFDN-qrco 54
telegram_framework/templates/project_template/resources/lang/README sha256=zAS2sYQZI6Gsus0bm9kSFYEzx2ESw6xH0VAUShu_c80 58
telegram_framework/templates/project_template/resources/templates/README sha256=a-oHHYrMFmDMXqceVGvHH8WRfn1ISjZqpEZWJfoB8PI 65
telegram_framework/utils/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
telegram_framework/utils/functional.py sha256=1Jej8SmMrWzJ7h39paHLHcyGkShWMH8XdYqo8yZs2Cg 339
telegram_framework/utils/version.py sha256=uo3ORIu7ZevQ25BNLJrUOhM0uaq8q28iVC-ZmD6ZFoQ 267
python_telegram_framework-1.0.0.dist-info/LICENSE sha256=Q87qRcI4wtK49FhC-zIJyhGVjIWV_dVKu9WIUsy-w0w 1078
python_telegram_framework-1.0.0.dist-info/METADATA sha256=y4lLAsk7ftbQhnAnOEXXi7lkBYhdAf6978VpPaVfcJs 2841
python_telegram_framework-1.0.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
python_telegram_framework-1.0.0.dist-info/entry_points.txt sha256=h2DVCFh10ON9WF_HYV3uv-_fkbLiJr_xVEHdtbDbQMw 102
python_telegram_framework-1.0.0.dist-info/top_level.txt sha256=dJkVDY2vUWI0niX6RsxWXwGANDMt_gwGkBymy7tNl1s 19
python_telegram_framework-1.0.0.dist-info/RECORD

top_level.txt

telegram_framework

entry_points.txt

python-telegram-framework = telegram_framework.management:execute_from_command_line