Skip to main content

A package to find out what's best

Project description

bestpy-image

bestpy

License Linting Testing Build & Push Coverage Status GitHub stars

A module to prove your friends (or adversaries) wrong.

Ever needed to decide on what is the best thing out? That's exactly what bestpy does. We may or may not try to make the answers support your view. Here's a quick demo:

>>> best.language
"python"
>>> best.module
"bestpy"

Table of content

Installation

This is simple with pip. Just run the following in your command line or terminal:

pip install bestpy

You can also use your magic powers to get the module from the latest version of the source code using the following:

pip install git+https://github.com/gustavwilliam/bestpy.git@main

Note: you will likely need to restart your terminal before using the module

Dev installation

If you want to contribute to the bot, follow the dev install instructions instead.

Usage

We were kind and made importing it super simple and nice. Just do the following to import bestpy, once the installation is complete:

>>> from bestpy import best

Now you'll be ready to take on any of life's greatest challenges, all with the help of bestpy.

Different ways to access items

You can access items through both attribute and item access.

>>> best.module  # Attribute access
bestpy
>>> best["module"]  # Item access
bestpy

Hard coded answers

Here's how you can find out some hard coded, fundamental laws of the universe:

>>> best.year
1984
>>> best.phone
BlackBerry

Dynamic answers

There are also a few things that may sneakily check your preferences and adjust based on it, like the following. You'll get your current OS back, since you obviously have a good taste in what OS you use.

>>> best.os

Random answers

There are also a few ones that use randomness to find the truth, from a list of answers.

>>> best.name
Guido
>>> best.name
Gustav

If there's something you'd like to see added, feel free to open an issue or submit a PR. The available categories will expand over time, thanks to our awesome contributors.

Contributing

Fantastic that you want to be a part of the project! The project is actively maintained, and accepts issues and pull requests for bug fixes, new "answers" and improvements to the core functionality.

Check out CONTRIBUTING.md to get started!

Final words

Good luck proving what things are actually best. Bestpy is never wrong, so you now know everything you need to use the single source of truth. Feel free to share what you create with bestpy. I can't wait to see what you do!

May the bestpy be with you. The bestpy is strong with this one.

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

bestpy-0.1.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

bestpy-0.1.0-py3-none-any.whl (6.1 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