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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pattern_recognition_cli-0.1.1.tar.gz
.
File metadata
- Download URL: pattern_recognition_cli-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f6e5965ccb4620ba5d092952495afeffb0710c0b9344ce6c09387d0428b1cb0 |
|
MD5 | 11fa93f9ac8574db0760ee1f64098a32 |
|
BLAKE2b-256 | 57e4791fabb46492761cb6f7326f5f3a95e7c8eeb775671932e2a5cdfec601d3 |