Metadata-Version: 1.2
Name: codebots
Version: 0.10.0
Summary: collection of bots for tasks automation
Home-page: https://github.com/franaudo/codebots
Author: Francesco Ranaudo
Author-email: ranaudo@arch.ethz.ch
License: MIT license
Description: ========
        Codebots
        ========
        
        .. image:: https://github.com/franaudo/codebots/actions/workflows/docs.yml/badge.svg
                :target: https://github.com/franaudo/codebots/actions/workflows/docs.yml
                :alt: Documentation Status
        
        .. image:: https://github.com/franaudo/codebots/actions/workflows/python-package.yml/badge.svg
                :target: https://github.com/franaudo/codebots/actions/workflows/python-package.yml
                :alt: Python package
        
        .. image:: https://github.com/franaudo/codebots/actions/workflows/codeql-analysis.yml/badge.svg
                :target: https://github.com/franaudo/codebots/actions/workflows/codeql-analysis.yml
                :alt: CodeQL
        
        
        This is a collection of simple bots to help with boring tasks during coding.
        
        Currently supported bots:
        
        * :code:`EmailBot`: useful to get an email when a task is complete
        * :code:`SlackBot`: same thing, but you get a slack message instead.
        * :code:`TeleBot`: again the same thing, but you get a message on Telegram this time.
        * :code:`sshBot`: this is different...it will help you with ssh stuff.
        * :code:`DeployBot`: this bot is in charge of helping you with repository deployments.
        * :code:`DriveBot`: in case you need to automate the way you talk to your G-Drive.
        * :code:`LatexBot`: if you are a nerd and you use latex but the ones around you are not.
        
        Full documentation: https://franaudo.github.io/codebots/latest/.
        
        
        Features
        --------
        
        * Free software: MIT license
        * Easy to use
        * Awesome command line interface
        * Fun (well, for someone...)
        
        Credits
        ~~~~~~~
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
Keywords: codebots
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
