GithubHelp home page GithubHelp logo

sed-inria-sophia / conda-bundle Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.5 MB

tool for creating installers for apps from conda environment

License: Other

Makefile 0.02% Python 84.22% Shell 7.46% NSIS 7.28% Rich Text Format 1.02%

conda-bundle's Introduction

(conda) constructor

Build status

Build Status Build status codecov

Description:

Constructor is a tool which allows constructing an installer for a collection of conda packages. It solves needed packages using user-provided specifications, and bundles those packages. It can currently create 3 kinds of installers, which are best thought of as delivery vehicles for the bundled packages. There are shell installers, MacOS .pkg installers, and Windows .exe installers. Each of these will create an environment on the end user's system that contains the specs you provided, along with any necessary dependencies. These installers are similar to the Anaconda and Miniconda installers, and indeed constructor is used to create those installers.

Installation:

constructor can be installed into the base environment using:

$ conda install constructor

Once installed, the constructor command will be available:

$ constructor -h

Usage:

The constructor command takes an installer specification directory as its argument. This directory needs to contain a file construct.yaml, which specifies the name of the installer, the conda channels to pull packages from, the conda packages included in the installer etc. . The complete list of keys in this file can be found in CONSTRUCT.md. Also, the directory may contain some additional optional files (such as a license file, and image files for the Windows installer). An example is located in examples/maxiconda.

Devel

To build or update README.md at the root of the repo you'll need jinja2 installed

conda install jinja2

and then run make doc. Or invoke the script directly with python scripts/make_docs.py.

conda-bundle's People

Contributors

astaric avatar astrofrog avatar bheklilr avatar ericdill avatar ericpre avatar forrestwaters avatar goanpeca avatar h0r5e avatar ilanschnell avatar insertinterestingnamehere avatar isuruf avatar jakirkham avatar jjhelmus avatar jlstevens avatar kalefranz avatar mbargull avatar mcg1969 avatar megies avatar mingwandroid avatar msarahan avatar nehaljwani avatar newville avatar nniclausse avatar rrigdon avatar speleo3 avatar teoliphant avatar tpn avatar wulmer avatar y2kbugger avatar

Stargazers

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