Skip to main content

A sample Python project

Reason this release was yanked:

buggy

Project description

pyoxford

GitHub issues GitHub forks GitHub stars GitHub license

pyoxford is a python library for the oxford dictionary API.

Installation

Use the package manager pip to install pyoxford.

Installation using pip

pip install py-oxford

Installation from source

git clone https://github.com/spacesudo/pyoxford.git
cd pyoxford
python setup.py

Usage

from pyoxford import pyOxford

dictionary = pyOxford()

search = dictionary.entries("example") #search for "example"

print(search)

Configuration

To configure the library pass your configurations to the pyOxford() class.

from pyoxford import pyOxford
oxford = pyOxford(app_id = "<your id>",app_key = "<your key>",timeout = (2,6)) #timeout should be a tuple

Common Issues

Authentification error

Please now that the api key and id used for this package is for test purpose only. Some features of the API are not accessible with a Developer API credentials.

If you face any other issue please kindly let me know

Roadmap

Please know that this library is still under development

Future updates of this library will have advanced features and probably use other dictionary API for Meriam Webster support and others

while this library is production ready please remember to regularly update the library using pip install py-oxford --upgrade

Social media

You can follow me on:

Twitter @derankem

or send a message on telegram @spacesudo

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

This project is licensed under the MIT License.

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

py-oxford-1.0.1.dev0.tar.gz (5.0 kB view hashes)

Uploaded Source

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