Metadata-Version: 2.4
Name: SimpleGram
Version: 0.1.0
Summary: A simple Python library that prints 'Hola Mundo'
Home-page: https://github.com/ale-techdev/SimpleGram
Author: TechDev
Author-email: TechDev <alejandro.techdev@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ale-techdev/SimpleGram
Project-URL: Repository, https://github.com/ale-techdev/SimpleGram
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: telethon
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

Para instalar la plantilla de SimpleGram en la carpeta actual usa:
`simplegram install`

Para iniciar el bot de telegram usa:
`simplegram start`

Con nombre personalizado:
`simplegram -n "SimpleGram" start`
