Git Product home page Git Product logo

x-ae-a-12's Introduction

X-AE-A-12

Tests Codecov PyPI Read the Docs License: MIT GitHub repo size Open Source contributors

Command line application for displaying random facts from wikipedia on the console. Available as a python package on PyPI:

pip install x-ae-a-12

Documentation available at: X-AE-A-12 docs

Table of contents

Built With

  • Python 3.8 - The programming language used.
  • Poetry - The dependency manager used.
  • Nox - The automation tool used.
  • Pytest - The testing framework used.
  • Flake8 - The linting tool used.
  • Sphinx - The documentation generator used.
  • GitHub Actions - CI-CD tool used.

Features

  • Display random facts from Wikipedia.
  • Select Wikipedia language edition to be used.

Code Example

def main(language: str) -> None:
    """The X-AE-A-12 Python project."""
    page = wikipedia.random_page(language=language)

    click.secho(page.title, fg="green")
    click.echo(textwrap.fill(page.extract))

Prerequisites

What things you need to install the software and how to install them

  • python 3.8

Linux:

sudo apt-get install python3.8

Windows:

Download from python.org

Mac OS:

brew install python3
  • pip

Linux and Mac OS:

pip install -U pip

Windows:

python -m pip install -U pip
  • poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
  • nox
pip install --user --upgrade nox

Installation

Clone this repository:

git clone https://github.com/SpencerOfwiti/X-AE-A-12

To set up virtual environment and install dependencies:

poetry install

To run application (by default the English language edition is selected):

poetry run x-ae-a-12

To run Swahili language edition:

poetry run x-ae-a-12 -l sw

Tests

This system uses pytest to run automated tests.

To run automated tests:

nox -s tests

Deployment

To deploy application on PyPI(Python Package Index):

poetry build
poetry publish

Contributions

To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Authors

github follow twitter follow

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

License

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

x-ae-a-12's People

Contributors

spencerofwiti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.