Metadata-Version: 2.1
Name: kraken-init
Version: 0.0.16
Summary: kraken-init
Home-page: https://github.com/tactik8/krakeninit
Author: Tactik8
Author-email: info@tactik8.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests
Requires-Dist: flask


    # kraken_init
    Library to initialize python project.

    Ready to publish to pypi or google cloud run. 

    Creates:
    - setup.cfg
    - setup.py
    - README.md
    - LICENSE.txt
    - Dockerfile
    - requirements.txt
    


    ## How to use

    ```
    import kraken_init
    kraken_init.init('kraken_name')

    

    ```


    
    
