Skip to main content

Watch me coding, a toolbox

Project description

PyPI Python Version Wheel Implementation Downloads License

Install

It is on PyPi:

pip install wmc

Hot to uses

Create a new project. This is basically a folder with a settings file:

wmc setup .
wmc setup test
wmc info

You can edit the config file or simple start recording:

wmc record

Render some fake shell commands to make a nice intro:

wmc intro

And maybe some tools:

wmc size
wmc link

Development

Virtual environment windows:

python -m venv venv
venv\Scripts\activate

Virtual environment linux:

python3 -m venv venv
source venv/bin/activate

Setup project:

python -m pip install --upgrade pip wheel setuptools tox flake8
python setup.py develop

Run some test:

tox
python setup.py test
python setup.py flake8
python setup.py isort
python setup.py check

ToDo

  1. expand test

  2. create intro render

  3. catch exception on cli function call

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

wmc-0.2.0.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

wmc-0.2.0-py3-none-any.whl (9.1 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