Skip to main content

The command-line interface (CLI) that provides a set of commands for pattern recognition by interacting with the server

Project description

Pattern-recognition

The command-line interface (CLI) that provides a set of commands to interact with the server and recognize the pattern.

Downloads PyPI license PyPI pyversions

Getting started

Blank.

Usage

Service

Get the version of the package — pattern-recognition --version:

$ pattern-recognition --version
pattern-recognition, version 0.1.0

Get all possible package's commands — pattern-recognition --help:

$ pattern-recognition --help
Usage: pattern-recognition [OPTIONS] COMMAND [ARGS]...
  Command line interface for PyPi version checking.
Options:
  --version  Show the version and exit.
  --help     Show this message and exit.
...

Development

To run the tests, use the following command, being in the root of the project:

$ pytest tests/

To build the package to test of to be deployed, use the following commands:

$ pip3 uninstall -y pattern-recognition-cli && rm -rf dist/ pattern-recognition-cli.egg-info && \
      python3 setup.py sdist && pip3 install dist/*.tar.gz

Production

To build the package and upload it to PypI to be accessible through pip, use the following commands. Twine requires the username and password of the account package is going to be uploaded to.

$ python3 setup.py sdist
$ twine upload dist/*

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

pattern_recognition_cli-0.1.1.tar.gz (3.8 kB view hashes)

Uploaded Source

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