GithubHelp home page GithubHelp logo

luna-cli's Introduction

Luna CLI Tool

Overview

Luna is a command-line interface (CLI) tool designed to manage the upload of folders to AWS S3 buckets efficiently by preserving the directory structure and skipping unchanged files. It utilizes Python, Boto3, and the tqdm library to facilitate this process.

Features

  • Upload Management: Upload folders to AWS S3 with directory preservation.
  • Change Detection: Skips uploading unchanged files by comparing MD5 checksums.
  • Configuration Management: Configures and saves AWS S3 bucket names using a local database stored in the user's home directory.

Installation

To install Luna, you can use pip to install directly from this repo:

pip install git+https://github.com/itsadeadh2/luna-cli.git

Alternatively, if you have the source code, navigate to the directory containing setup.py and run:

pip install .

Usage

  1. Configuration: Set up the default AWS S3 bucket for uploads:

    luna configure
  2. Check Folder: Calculate and display the size of a directory:

    luna checkfolder "/path/to/folder"
  3. Upload: Upload a directory to the configured AWS S3 bucket:

    luna upload "/path/to/folder"

Configuration

The configuration is stored using the shelve library in a file located in the user's home directory, ensuring easy access and management.

Requirements

  • Python 3.6+
  • boto3
  • click
  • tqdm

License

This project is licensed under the MIT License - see the LICENSE file for details.

luna-cli's People

Contributors

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