GithubHelp home page GithubHelp logo

javgan / cloudimg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from release-engineering/cloudimg

0.0 0.0 0.0 144 KB

A library for uploading and publishing disk images on various clouds

License: GNU General Public License v3.0

Python 100.00%

cloudimg's Introduction

cloudimg

A library for uploading and publishing disk images on various clouds

Build Status Coverage Status

Installation

python setup.py install

Development

It's best to develop with python 3.6 since that is the minimum supported version and tends to have the most restrictive features.

# Setup a virtual environment
virtualenv -p python3.6 venv
source venv/bin/activate

# Install the package for development
python setup.py develop

Additionally, run this for test dependencies:

pip install -r requirements-test.txt

Running lint checks

Run either:

tox -e lint

OR:

flake8 cloudimg/ tests/

Running unit tests

Unit tests can be executed manually or via tox to cover all the supported python interpreters.

Manual execution

py.test

Execution with tox

Prior to using tox, ensure you have installed all the supported versions of python on your system (check tox.ini).

After that, simply run:

tox

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

cloudimg's People

Contributors

amisstea avatar rohanpm avatar javgan avatar rbikar avatar amcmahon-rh avatar daminijain23 avatar jm-wk avatar jajreidy avatar sahensley avatar rajulkumar 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.