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 instlall dtactions for end users and for developers.

Status

dtactions code has been updated from Python 2 to Python 3. It is experimental at this moment.

The packages are ccurrently published in the Test Python Packaging Index rather than the Python Packaging Index. The pip commands are a bit more complicated for this.

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 prequisites from the Python Packaging Index.

    • pip install dtactions

    This will install the packages in your Python site-packages area. It will also add the following commands, which should be in your path now in your commmand prompt:

Instructions for Developers

Your local git repository can be anywhere conveninent.

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

Run pip install -e from the dtactions project root.

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 test; tests that require a natlink install go in natlink_test as not every package dependent on natlink.

You can run pip install dtactions[test] or 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 pytest natlink_test.

Notes About Packaging for Developers

The package is specified in pyproject.toml and built with flit. The build_package command (a batch file in the root folder of dtactions) builds a source distribution.

flit build builds the package. flit publish publishes to Python Packaging Index.

Version numbers of the packages must be increased before your publish to Test Python Packaging Index or . These are specified in init.py in src/dtactions. Don't bother changing the version numbers unless you are publishing.

If you are going to publish to a package index, you will need a .pypirc in your home directory. If you don't have one, it is suggested you start with pypirc_template as the file format is rather finicky.

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.5.4.tar.gz (189.7 kB view hashes)

Uploaded Source

Built Distribution

dtactions-1.5.4-py3-none-any.whl (177.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