GithubHelp home page GithubHelp logo

pycls_boilerplate's Introduction

Description

This is a template to simplify cli coding in python.
Inside controller.py, you can use the decorator:

@set_config('example')
    def function1(context):
        ...

In this way, running:

python main.py example

you will execute function1(context).

context will be a dict having these keys-values pairs:

key value source
_LOC local config files config/example__c/values.json
_GLB global config files config/global.json
_CLA command line arguments

In this way, you just have to create:

config/command__c/values.json

In order to make usable the @set_config('command') decorator.
Only folders ending with __c are bound to the corresponding decorator (without the ending '__c').
You also have to create the config/command__c/validator.py file.
This file expose and validate the parent values.json.
You can just copy paste the config/default__c folder for fast prototyping. This folder represent the minimum working example.

TODO

ADD CLA OVERRIDE ADD DEBBUGGER GENERATOR FUNCTION

pycls_boilerplate's People

Contributors

lorenzo-epifani avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.