Git Product home page Git Product logo

repm's Introduction

Research Package Manager

This package is a lightweight package manager to help setup and manage your research projects.

To get started, make sure you have Python 3.7 installed.

N.B. If you're wondering why the shorthand looks so weird (repm instead of rpm), it's because rpm has already been taken.

Installation

Clone this repo, and run python ./bin/install to install this CLI.

New feature: Website

Visit our website: https://repm.io

Project Creation

To initialize a new project, run repm --init <your-project-name (optional)>.

Ex. (if you're a fan of PyCharm):

# Option 1
cd ~/PycharmProjects/
repm --init repm_tutorial

# Option 2
cd ~/PycharmProjects/
mkdir repm_tutorial
cd repm_tutorial
repm --init

Download

To download a dataset, run repm download -a <your-dataset-name>.

Ex.:

cd ~/PycharmProjects/repm_tutorial
repm download -a repm_tutorial_dataset
# Downloads into the data/ folder within the project.

Authorization

Downloading datasets can't work if you can't upload anything. Authorization is meant to support uploading your own datasets.

To create an account, run repm --signup.

To login, run repm --login.

To logout, run repm --logout.

Upload

To upload a dataset, run repm upload -a <your-dataset-name>.

Only owners of datasets can upload respective datasets.

Ex.:

cd ~/PycharmProjects/repm_tutorial
repm upload -a repm_tutorial_dataset
# Uploads the dataset from the data/ folder

Dataset Listing

To list all the available datasets for downloading, run repm --list.

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.