Skip to main content

convert AIGC to hugo markdown

Project description

python3-aigc2md

PyPI-python3-aigc2md

convert AIGC to hugo markdown

How to Use by Github Actions

    - name: convert AIGC to hugo markdown
      uses: x-actions/python3-aigc2md@v1
      env:
        OPEN_WEBUI_JWT: "<JWT>"
        LOG_LEVEL: "DEBUG"

Dev and Test

  • local run
# create venv
python3 -m venv .venv
source .venv/bin/activate

# install
pip3 install -r requirements.txt

# set env
export OPEN_WEBUI_JWT="<JWT>"

# dev
export PYTHONPATH=$(pwd)
python3 aigc2md/shell.py --help
python3 aigc2md/shell.py help xxx
  • tests
python3 -m unittest aigc2md.tests.unit.test_http.HTTPTestCase.test_http_get

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python3_aigc2md-0.1.0.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

python3_aigc2md-0.1.0-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page