Skip to content

Fondeadora/voices-client

Repository files navigation

wemake-python-styleguide

voices-client

A library for accessing Voices for python.

Installation

Use the package manager pipenv to install.

pipenv install voices-client

Usage

Use your own Voices credentials.

  • user - Voices user
  • password - Voices password
from voices import Voices

client = Voices(
    user='user',
    password='password',
)

Test

Tested with mamba, install pipenv dev packages and then run tests.

pipenv install --dev
pipenv run make test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT