Giter Club home page Giter Club logo

corkscrew's Introduction

About | Installation | Configuration | CLI | Testing |

I'll write something here one day.

Stable stuff:

  $ pip install corkscrew

Freshest stuff:

  $ git clone https://github.com/mattvonrocketstein/corkscrew.git
  $ python setup.py develop
    [mongo]
    host=localhost
    db_name=some_db_name

    [proxy]
    /keys=https://github.com/your_username/keys

    [redirects]
    /gmail=https://gmail.com
    /github=/code

    [github]
    user=your_username

    [flask]
    app=your.flask.app
    host=0.0.0.0
    port=5000
    debug=false
    after_request=corkscrew.plumbing.after_request
    before_request=corkscrew.plumbing.before_request
    secret_key=random_string
    autoindex={'/url/path' : '~/filesystem/path'}

    [corkscrew]
    views=your.flask.app.views.__views__
    default_auth_next=/
    templates=corkscrew,your.flask.app
    runner=corkscrew.runner.flask
    logfile=~/corkscrew.log

    [users]
    admin=pbkdf2:sha1:hash
  >corkscrew -h
  usage: corkscrew [-h] [-c CMD] [-e EXECFILE] [-v] [--shell]
                   [--config CONFIG] [--port PORT]
                   [--runner RUNNER] [--encode ENCODE]

  optional arguments:
    -h, --help            show this help message and exit
    -c CMD                just like python -c or sh -c (pass in a command)
    -e EXECFILE, --exec EXECFILE
                          a filename to execute
    -v, --version         show version information
    --shell               application shell
    --config CONFIG       use config file
    --port PORT           server listen port
    --runner RUNNER       dotpath for app server
    --encode ENCODE       encode password hash using werkzeug
* intcomma (humanize.intcomma)
* nautraltime (humanize.naturaltime)
* nautraldate (humanize.naturaldate)
  $ cd corkscrew
  $ tox

corkscrew's People

Contributors

mattvonrocketstein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

marchon

corkscrew's Issues

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.