Metadata-Version: 2.1
Name: naas-drivers
Version: 0.74.0
Summary: Drivers made to easy connect to any services
Home-page: https://github.com/jupyter-naas/drivers
Author: Martin Donadieu
Author-email: martindonadieu@gmail.com
License: BSD
Description: ![Bump version](https://github.com/jupyter-naas/drivers/workflows/Bump%20version/badge.svg)
        ![GitHub license](https://img.shields.io/github/license/jupyter-naas/drivers)
        ![Test Python package](https://github.com/jupyter-naas/drivers/workflows/Test%20Python%20package/badge.svg)
        ![Upload Python Package](https://github.com/jupyter-naas/drivers/workflows/Upload%20Python%20Package/badge.svg)
        ![codecov](https://codecov.io/gh/jupyter-naas/drivers/branch/master/graph/badge.svg?token=IUF0AKYEB0)
        ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
        [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=jupyter-naas_drivers&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=jupyter-naas_naas)
        <a href="#badge">
          <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
        </a>
        <a href="http://commitizen.github.io/cz-cli/"><img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"></a>
        ![PyPI](https://img.shields.io/pypi/v/naas_drivers)
        
        # Welcome to Naas Drivers 🏎
        
        Simple formulas to build highly efficient scripts.<br>
        You can check the documentation here: https://docs.naas.ai
        
        ## Low code philosophy
        
        We came from excel with the conviction that Python is awesome and much more powerful.
        But the number of lines you have to write in Python can be overwelming. <br>
        
        So we created simple low code formulas that tech and non-tech people can use to facilitate integrations with third party tools.<br>
        
        Simple formulas to interact with powerfull tools.<br>
        Each driver returns a dataframe to get a strandardized output accross integrations.
        
        ## Issues
        If you found a bug or need a new feature, please raise an issue.
        
        ## Install
        
        `python -m pip install naas_drivers`
        
        ### Check lint
        
        `python3 -m black naas` format better <br>
        `python3 -m flake8 naas` check if any left error
        
        ### Publish
        
        This auto publish on pypip by github action on main branch.
        
        ### Authors:
        * [Jeremy Ravenel](https://github.com/jravenel)
        * [Maxime Jublou](https://github.com/Dr0p42)
        * [Martin Donadieu](https://github.com/riderx)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Jupyter
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
