Git Product home page Git Product logo

wboler-iupui-collection's Introduction

IUPUI Collection

This repo tracks a collection of repositories used during my graduate studies at IUPUI. It contains a collection of tutorials, code, snippets, documentation, and even my PhD project.

The collection repo relies on two packages for functionality, one which can be ignored if need be. First, we rely on vcstool to import and export libraries. For you as the user, the most that you need to do is execute the import command, and never touch it again (unless to grab new repos).

Second, the vcstool is tracked automatically for you via the pipenv tool. This repo contains a Pipfile that simply tracks vcstool. You do not need pipenv to load the repos, but this is provided to offer an ease of use. If you decide not to use pipenv, you must install the correct vcstool package (not vcstools with a s).

Setup

  1. Install Pipenv, however you choose. The following installs using your environment's pip, but your method may differ.
python -m pip install pipenv
  1. Install the Pipenv environment from the Pipfile:
# Execute install in the code directory
pipenv install
  1. Execute repository imports using vcs from vcstool:
# Make a directory to store imported repos
mkdir src
cd src
# Import the available repos
pipenv run vcs import < ../iupui.repos

An example output after running the import command:

$ pipenv run vcs import < ../iupui.repos 
...
=== ./Tutorials (git) ===
Cloning into '.'...
=== ./VAE (git) ===
Cloning into '.'...
=== ./python-docs-example (git) ===
Cloning into '.'...

The resulting tree structure of this output:

.
└── src
    ├── python-docs-example
    ├── Tutorials
    └── VAE

Access Issues

If you're having issues cloning a particular repo, it's most likely because you do not have access to the repo. Please contact me for the correct access in this case.

For all other issues, please make an issue on Github!

wboler-iupui-collection's People

Contributors

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