Metadata-Version: 2.3
Name: wiktionary-org
Version: 1.0.0
Summary: Wiktionary on-demand scrapper.
License: BSD-2-Clause
Author: Josiah Kaviani
Author-email: proofit404@gmail.com
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: beautifulsoup4
Requires-Dist: click
Requires-Dist: httpx
Project-URL: Changelog, https://proofit404.github.io/wiktionary/changelog
Project-URL: Documentation, https://proofit404.github.io/wiktionary
Project-URL: Homepage, https://pypi.org/project/wiktionary
Project-URL: Issues, https://github.com/proofit404/wiktionary/issues
Project-URL: Repository, https://github.com/proofit404/wiktionary
Project-URL: Twitter, https://twitter.com/proofit404
Description-Content-Type: text/markdown

# wiktionary

Wiktionary on-demand scrapper.

**[PyPI](https://pypi.org/project/wiktionary) |
[Documentation](https://proofit404.github.io/wiktionary) |
[Source Code](https://github.com/proofit404/wiktionary) |
[Task Tracker](https://github.com/proofit404/wiktionary/issues)**

```console
$ wiktionary Korn Me
{
  "Korn": true,
  "Me": true
}
```

## Questions

If you have any questions, feel free to create an issue in our
[Task Tracker](https://github.com/proofit404/wiktionary/issues). We have the
[question label](https://github.com/proofit404/wiktionary/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion)
exactly for this purpose.

## Enterprise support

If you have an issue with any version of the library, you can apply for a paid
enterprise support contract. This will guarantee you that no breaking changes
will happen to you. No matter how old version you're using at the moment. All
necessary features and bug fixes will be backported in a way that serves your
needs.

Please contact [proofit404@gmail.com](mailto:proofit404@gmail.com) if you're
interested in it.

## License

`wiktionary` library is offered under the two clause BSD license.

