Metadata-Version: 2.1
Name: abu-project
Version: 1.3
Summary: This package comes with lots of functionality which makes your work easy ! 
Home-page: https://github.com/abuawaish
Author: abuawaish
Author-email: abuawaish7@gmail.com
License: MIT
Keywords: funny
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

Project Title
=============

This is very simple package that comes with the following functionalities.

1. ``multiplication_table()``: Prints the multiplication table from 1 to 5 by default.
2. ``fahrenheit_to_celsius()``: Converts Fahrenheit to Celsius given an integer parameter.
3. ``celsius_to_fahrenheit()``: Converts Celsius to Fahrenheit given an integer parameter.
4. ``finds_the_longest_word()``: Returns the longest word from a provided string.

Documentation
-------------

See the documentation section at:

- `github <https://github.com/abuawaish/awaish_pkg>`_

Author
------

See the Author of this project at:

- `abuawaish7 <https://www.github.com/abuawaish>`_

Badges
------

abu-project

.. image:: https://badge.fury.io/py/abu-project.svg
    :target: https://pypi.org/project/abu-project/

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT

Installation and Use
--------------------

To install the package, use pip:

.. code:: sh

    pip install abu-project

To use the package in your Python script:

.. code:: python

    import abu_project
    help(abu_project)


Change Log
==========

1.2(01/05/2024)
--------------------
- First Release
