Skip to content

Commit

Permalink
pre-release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-smut committed May 30, 2024
1 parent cb58a73 commit 73333c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ Glossary.py is a Python module that interacts with an online dictionary API. It'
- Provides audio transcription and audio file link for the fetched word.
- Allows to get all definitions or definitions based on a part of speech.

## Installation
```bash
pip install python-glossary
```

## How to Use:

```python
from glossary import Glossary
from python_glossary.glossary import Glossary

# Create a rule object and set a limit for descriptions
rules = Glossary.Rules()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = "0.0.1"
VERSION = "0.0.2"

NAME = "python-glossary"

Expand Down

0 comments on commit 73333c8

Please sign in to comment.