Git Product home page Git Product logo

depsland's Introduction

Depsland

Depsland is a tool for user with non-developing experience to install, launch, upgrade and share Python applications in a portable way.


User Guide

Installation

Download the latest release from ... (TODO)

Get Started

Unzip, then double click "Depsland.exe" to start the GUI.

...


Developer Guide

Installation

pip install depsland

Get Started

# get help
py -m depsland -h

# launch gui
py -m depsland launch-gui

Distribute Your Application

WARNING: UNDER CONSTURCTION

Assume you have a Python project:

my-hello-world-app
|- data
|- src
|  |- main.py
|- pyproject.toml
|- poetry.lock

First run depsland init to create a manifest.json file:

py -m depsland init /the/path/to/my-hello-world-app

Then edit the manifest.json file:

{
    "appid": "hello_world",
    "name": "Hello World",
    "version": "1.0.0",
    "assets": {
        "data": "all",
        "src": "all"
    },
    "dependencies": "pyproject.toml",
    "launcher": {
        "target": "src/main.py",
        "type": "module",
        "icon": "",
        "args": [],
        "kwargs": {},
        "enable_cli": true,
        "add_to_desktop": true,
        "add_to_start_menu": false,
        "show_console": true
    },
    "depsland_version": "0.7.0"
}

Finally publish:

py -m depsland publish /the/path/to/my-hello-world-app

Once published, user can input "hello_world" in searchbox on the UI to install and launch your application.

depsland's People

Contributors

likianta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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