Skip to main content

A Python package to check a domain against confusables, levenshtein distance, and more using a single interface. A Python package created using carcass

Project description

dominions

A Python package to check a domain against confusables, levenshtein distance, and more using a single interface.

Installing

In order to use this python pacakge you must first install it using:

python3.6 setup.py install

Using Package

You can use the Python package by importing it into your script:

from dominions import Dominions

dominions = Dominions()
dominions.domain = 'giphy.com'
print(dominions.contained_in())
print(dominions.confusables())
print(dominions.levenshtein())
print(dominions.all())
dominions.domain = ['giphy.com', 'swimlane.com', 'paypal.com']
print(dominions.contained_in())
print(dominions.confusables())
print(dominions.levenshtein())
print(dominions.all())

Using Command Line Utility

dominions comes with a command line utility that you can use.

dominions --domain 'giphy.com' all

Built With

  • carcass - Python packaging template

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

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

dominions-0.0.3.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

dominions-0.0.3-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

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