Metadata-Version: 2.1
Name: naas-drivers
Version: 0.0.17
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: # Drivers
        🏎simple formulas to build highly efficient scripts
        
        ## check lint
        
        `python3 -m black naas` format better
        `python3 -m flake8 naas` check if any left error
        
        ## publish
        
        bump version
        `cz bump --changelog`
        create release
        `python3 setup.py sdist`
        upload release
        `python3 -m twine upload dist/* -u YOUR_USERNAME`
        
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
