Skip to content

The python client library to the kabinet-server to facilitate easy inspection and creation of containers from software repositories

Notifications You must be signed in to change notification settings

arkitektio/kabinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kabinet

codecov PyPI version Maintenance Maintainer PyPI pyversions PyPI status PyPI download month Code style: black Checked with mypy Ruff

Kabinet

Kabinet is a tool for managing and deploying applications installable applications for the arkitekt framework. It is the successto to the port spec.

Installation

You can install Kabinet via pip:

pip install kabinet

Usage

This client can be use to manage and retrive defintions of applications on the arkitekt server. Currently, its mainly tide to the arkitekt platform and we wouldn't recommend using it outside of its orignal scope just yet.

from arkitekt_next import easy
from kabient.api.schema import create_github_repo

with easy():

    repo = create_github_repo(
        name=" A new repo",
        identifier="jhnnsrs/kabinet:main", 
    )

    print(repo) # will print the repo with all appimages that are in the repo

About

The python client library to the kabinet-server to facilitate easy inspection and creation of containers from software repositories

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages