Skip to main content

dtactions __init__

Project description

dtactions

dtactions is an OpenSource extension module for the speech recognition program Dragon. It is meant to perform actions that are common to other packages like Dragonfly, Unimacro and Vocola.

This document describes how to install dtactions for end users and for developers.

Status

Sucessfully upgraded to Python 3.

Instructions for End Users

If you would like to install dtactions for use, but not as a developer, here are the instructions:

Install Python and Natlink and the packages you would like to use (Dragonfly, Caster, Unimacro, Vocola) as described in the Natlink repository README.

  1. Install dtactions

    It will also pull any prerequisites from the Python Packaging Index.

    In a cmd or powershell window (possibly in elevated mode) run:

    • py -m pip install dtactions

Instructions for Developers

If you are working on dtactions the most convenient setup is an editable install. Your local git repository can be anywhere convenient.

Uninstall the packages you wish to develop. i.e pip if you want to work on dtactions: py -m pip uninstall dtactions and answer yes to all the questions about removing files from your python scripts folder.

Run py -m pip install -e .[dev,test] from the dtactions project root. You can skip [dev,test] after the first install.

Unit testing

Run pytest to run the tests, written in a combinatin of unittest and pytest. If adding a test, pytest seems to be a lot more convenient and powerful.

Most tests go in tests; tests that require a natlink install go in natlink_test as not every package dependent on natlink.

You can run py -m pip install dtactions[test] or py -m pip install dtactions[natlink_test] if you don't have the prequisites like pytest.

You can run pytest from project root folder to run the tests that don't depend on natlink being installed. For the natlink-dependent tests, run py -m pytest natlink_test.

Notes About Packaging for Developers

The package is specified in pyproject.toml.

Too build the package locally,

python -m build. If this fails because you don't have build installed, run pip install -e .[dev].

To publish to dtactions in the Python Packaging Index, increase the version number in __init__.py and draft a new release.

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

dtactions-1.6.3.tar.gz (178.4 kB view details)

Uploaded Source

Built Distribution

dtactions-1.6.3-py3-none-any.whl (191.5 kB view details)

Uploaded Python 3

File details

Details for the file dtactions-1.6.3.tar.gz.

File metadata

  • Download URL: dtactions-1.6.3.tar.gz
  • Upload date:
  • Size: 178.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for dtactions-1.6.3.tar.gz
Algorithm Hash digest
SHA256 62912558ad7e3def1f746aa21f0e35e90fd4da34171383a1773533b0549f5ff7
MD5 162317bb9800aa307031c5628a5935ea
BLAKE2b-256 d117df1f279500579f552cf5b7caffdc1a2eadb221b0c34f8dd6425ae167d346

See more details on using hashes here.

File details

Details for the file dtactions-1.6.3-py3-none-any.whl.

File metadata

  • Download URL: dtactions-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 191.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for dtactions-1.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7b8008a4a1d35ce65e5c4100f543ded6a37640fff37369708666e5ae3587af0f
MD5 79beb2cc91a8a98d85bf3fc8f2f5da9a
BLAKE2b-256 70219ed6c334765fa2e88f8ea000c3ae9a16d5a53735a44fd62d496029b7c28e

See more details on using hashes here.

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