Skip to main content

Command line tools for images processing, generating pixelart, adding logo to images and many more.

Project description

mdsanima-cli

Command line tools for images processing, generating pixelart, adding logo to images and many more.

Installation

Install latest version:

python3 -m pip install mdsanima-cli

Terminal Commands

Now you can use this command in terminal:

mdsanima

The response is simple Hello World for now.

Development Setup

Instruction step how to setup development environent is here on this workflow instruction.

Creating isolated environment with specific pip version then activate and install requirements, type in terminal:

virtualenv --pip 23.0 .venv
source .venv/bin/activate
pip install -r requirements.txt

Build Package

Install buil tools for creating distribution, type in terminal:

pip install --upgrade build

Now you can run:

python -m build

Install Package

Now you can run:

pip install --force-reinstall dist/mdsanima_cli-0.1.0-py3-none-any.whl

Testing Package

Finally you can run this command:

python -m mdsanima_cli.pixelart

Extracts Version Package

This setuptools-scm tools allow to extract Python package version from git instead declaring them as the version argument.

Check the pyproject.toml file and this instruction for more info.

If you need to confirm which version string is being generated or debug the configuration, you can install setuptools-scm directly in your working environment pip install setuptools-scm and run:

python -m setuptools_scm

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

mdsanima_cli-0.1.0.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

mdsanima_cli-0.1.0-py3-none-any.whl (11.7 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