Skip to main content

Remote cmder

Project description

remote-cmder

Prerequisites

Deps:

poetry install

pre-commit

pre-commit install --install-hooks
pre-commit install --hook-type pre-push
# update
pre-commit autoupdate

Quick Start

Start

$ python main.py

MD5

$ curl -F 'file=@test.txt' -F 'file=@test.txt' http://127.0.0.1:8888/md5
================= test.txt =================
test.txt: ba1f2511fc30423bdbb183fe33f3dd0f
================= test.txt =================
test.txt: ba1f2511fc30423bdbb183fe33f3dd0f

Run test

pytest .
# or
pytest --cov-config=.coveragerc --cov=. .

Run Pylint

pylint *.py remote_cmder

Docker

Start

make build
make run

Stop

make clean

Podman

Start

make -f Makefile.podman build
make -f Makefile.podman run

Stop

make -f Makefile.podman clean

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

remote-cmder-0.0.7.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

remote_cmder-0.0.7-py3-none-any.whl (7.0 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