Git Product home page Git Product logo

wheeljack's Introduction

Build Status

Wheeljack

Wheeljack helps manage dependent python projects. All related projects will live in $WHEELJACK_REPO and will interact with one another in the active virtual environment.

E.g. you may have a directory structure:

$WHEELJACK_REPO/
    foo/
    bar/

Where foo and bar are both python packages. In this environment you should be able to freely edit foo or bar and access one another by doing import foo or import bar. If you also do:

pip install bar

Your environment should favor the git working copy of bar over the pip installed package. This will allow you to work on packages and their dependencies fairly seemlessly.

Wheeljack expects you to use a virtualenv.

repos.conf

This is a yaml file which lists repositories in Github or Github Enterprise.

There are two main parts of the config. global which applies to all repos and repos which define individual repositories.

See example.conf.

install-repo

install-repo will install a repo from a repos.conf file to $WHEELJACK_CODE. We'll instruct the user to use the hub command to fork this repo.

TODO

  • update-libs will update the current virtualenv:
    • It will git fetch origin/master on any repos in $WHEELJACK_CODE
    • It will pip install -r $WHEELJACK_CODE/**/requirements.txt for every installed requirement.
  • Work with multiple python virutalenvs.

wheeljack's People

Contributors

davedash 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.