Metadata-Version: 2.1
Name: mightypy
Version: 0.0.9
Summary: This package initially started with the idea of expanding mightiness of python with expermenting on data structures and machine learning algorithms
Author-email: Nishant Baheti <nishantbaheti.it19@gmail.com>
License: The MIT License (MIT)
        
        Copyright (c) 2022 Nishant Baheti
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/nishantbaheti/mightypy
Project-URL: Bug Reports, https://github.com/nishantbaheti/mightypy/issues
Project-URL: Source, https://github.com/nishantbaheti/mightypy/
Keywords: sample,setuptools,development
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
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
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: numpy==1.26.2
Requires-Dist: pandas==2.1.3
Requires-Dist: matplotlib>=3.5.1
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: pytest==7.4.3; extra == "test"
Requires-Dist: pytest-cov==4.1.0; extra == "test"

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
