0
0
forked from toolshed/abra

Add docs and remove unused import

This commit is contained in:
decentral1se
2021-04-02 16:05:31 +02:00
parent 0323fbe1c8
commit 75af48bc5d
2 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,13 @@
#!/usr/bin/env python3
# Usage: ./app-json.py
#
# Gather metadata from Co-op Cloud apps in $ABRA_DIR/apps (default
# ~/.abra/apps), and format it as JSON so that it can be hosted here:
# https://abra-apps.autonomic.zone
from json import dump
from os import chdir, getcwd, listdir, mkdir
from os import chdir, listdir, mkdir
from os.path import exists, expanduser
from pathlib import Path
from re import findall, search