Metadata-Version: 2.1
Name: mightypy
Version: 0.0.6
Summary: Add a short description here!
Home-page: https://github.com/nishantbaheti/mightypy
Author: Nishant Baheti
Author-email: nishantbaheti.it19@gmail.com
License: MIT
Project-URL: Documentation, https://mightypy.readthedocs.io/
Project-URL: Source, https://github.com/nishantbaheti/mightypy
Project-URL: Changelog, https://mightypy.readthedocs.io/en/latest/changelog.html
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE.txt

This is the documentation of **mightypy**.

Description
===========

This package initially started with the idea of expanding mightiness of python with expermenting on data structures 
and machine learning algorithms. 

visit https://mightypy.readthedocs.io/ for detailed documentation

Install from pypi:

.. code-block::

    $ pip install -U mightypy

Or, from github:

.. code-block::

    $ pip install git+https://github.com/nishantbaheti/mightypy
