Metadata-Version: 2.1
Name: spanishconjugator
Version: 0.0.5
Summary: A python library to conjugate spanish words with parameters tense, mood and pronoun
Home-page: https://github.com/Benedict-Carling/spanish-conjugator
Author: Benedict Carling
Author-email: bencarling1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest (>=6.0.1) ; extra == 'dev'
Requires-Dist: check-manifest (>=0.42) ; extra == 'dev'
Requires-Dist: twine (>=3.2.0) ; extra == 'dev'

# Spanish Conjugator
A class to conjugate spanish verbs by tense, mood and pronoun. 

# Installation
`pip install spanishconjugator`

# Developing
if you would like to help develop spanishconjugator, here is how your install developer dependencies;
run the following inside your virtual enviroment.
`pip install -e .[dev]`

