Skip to main content

Python portion of Natlink, a compatibility module for Dragon Naturally Speaking

Project description

Natlinkcore

More Information

Please refer to the README file in the project repository https://github.com/dictation-toolbox/natlink for more information about natlink.

Installing from PyPi

You can install from The Python Package Index (PyPI) with

pip install natlinkcore

Building the Python Package Locally

The package is built with Flit. The package will be produced in dist/nalinkcore-x.y.tar.gz. To install it pip install dist/natlinkcore-x.y.tar.gz replacing x.y with the version numbers.

To build the package:

flit build --format sdist

To publish the package to The Python Package Index (PyPI)

flit publish --format sdist

You can use flit to install the package locally into site-packages using symbolic links, so you can test changes without reinstalling:

flit install --symlink

Publishing checklist

Before you bump the version number in init.py and publish:

  • Check the pyroject.toml file for package dependancies. Do you need a specfic or newer version of a dependancy such as dtactions? Then add or update the version # requirement in dtactions.

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

natlinkcore-5.2.1.tar.gz (120.2 kB view hashes)

Uploaded Source

Built Distribution

natlinkcore-5.2.1-py3-none-any.whl (154.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