Metadata-Version: 2.1
Name: jt64gentc
Version: 0.0.23
Summary: UNKNOWN
Home-page: https://github.com/KI7MT/jtsdk64-tools/tree/master/src/python/jt64gentc
Author: Greg Beam, KI7MT
Author-email: ki7mt@yahoo.com
License: GPLv3
Project-URL: Documentation, https://ki7mt.github.io/jtsdk64-tools/
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Ham Radio
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5.*
Description-Content-Type: text/markdown
Requires-Dist: colorconsole
Requires-Dist: jt64common

# JTSDK64-Tools ( jt64gentc )

| Application Data ||
| ---| --- |
| Package             | `jt64gentc`
| Version             | 0.0.23
| Topic               | Communications, Ham Radio
| Development Status  | 5 - Production/Stable
| Distributions       | Windows, Linux
| Arch                | x86-64
| Python              | Version >= 3.5
| Dependencies        | Standard Python Library, colorconsole
| Virtual Environment | [Miniconda Python]

## Development Status

This package is in `Beta`, and was tested using [Miniconda Python][]
in a default virtual environment e.g. (`conda create -n jtpy python=3`).

## Description

Simple [Python][] script that generates QT Tool Chain files based on a list of
supported versions. Currently, it only supports Windows. Linux flavors will be
added in future releases.

## Requirements

- Any [Python][] version >= 3.5, virtual or native installation
- No special modules or distributions are required.

## Installation

This package resides in the main [PyPi Production][] repository and can be
installed using `pip`.

Open a console, and type the following:

```bash
# For JTSDK64-Tools users, active jtpy first
conda activate jtpy

# Install command
pip install jt64gentc
```

## Upgrade Package

Open a console, and type the following:

```bash
# For JTSDK64-Tools users, active jtpy first
conda activate jtpy

# Upgrade the package
pip install jt64gentc -U
```

## Usage

```bash
    In the console, type: jt64env

    Generates Tool Chain files based on supported QT versions. Created files
    are placed in the `JTSDK64-Tool\tools\tcfiles` directory.

    optional arguments:
      -h, --help       show this help message and exit
      -s, --supported  list supported QT versions
      -v, --version    display module version
```

## Uninstall

Open a condole, and type the following:

```bash
# For JTSDK64-Tools users, active jtpy first
conda activate jtpy

# Uninstall command
pip uninstall jt64gentc
```

[Install Miniconda Python]: `https://ki7mt.github.io/jtsdk64-tools/`
[JTSDK64-Tools]: `https://github.com/KI7MT/jtsdk64-tools`
[test.pypi.org]: `https://test.pypi.org/project/jt64gentc/`
[PyPi Production]: `https://pypi.org/project/jt64gentc/`
[Miniconda Python]: `https://docs.conda.io/en/latest/miniconda.html`
[Python]: `https://www.python.org/`


