Git Product home page Git Product logo

cloud-helper's Introduction

Cloud Helper

Library of helper tools to interact with cloud resources.

Installation

To install the most recent version of the package in another projects, run

$ pip install -e git://github.com/jina-ai/cloud-helper.git#egg=jinacld_tools

If you want to use a specific version tag, run

$ pip install -e git://github.com/jina-ai/[email protected]#egg=jinacld_tools 

Developer Quickstart Guide

Developer Installation

To install the project in editable mode run:

$ pip install -e .

To get the development requirements run:

$ pip install -e .[test]

Pre-Commit Hooks

This project uses black and isort for consistent code formatting. pre-commit configuration files are available in the repository to run these tools as a Git pre-commit hook - simply run the following command after cloning the repo to set it up:

$ pip install pre-commit
$ pre-commit install --install-hooks

Bump Version

This library uses bump version to manage version updates on releases. Depending on the release type (patch, minor, major), run:

$ bump2version patch --commit --tag

to update the version, commit the changes and tag create a new version tag.

cloud-helper's People

Contributors

kelton8z avatar nan-wang avatar slettner avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

kelton8z

cloud-helper's Issues

cannot find S3

Installed via $ pip install -e git://github.com/jina-ai/cloud-helper.git#egg=jinacld_tools but not working.

Python 3.7

Traceback (most recent call last):
  File "../util/pull_dataset.py", line 6, in <module>
    from jinacld_tools.aws.services.s3 import S3
ImportError: cannot import name 'S3' from 'jinacld_tools.aws.services.s3' (/home/cristian/envs/example-object-detection/src/jinacld-tools/src/jinacld_tools/aws/services/s3.py)

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.