Metadata-Version: 2.0
Name: cricket-rankings
Version: 1.0.2
Summary: Cricket rankings of teams and players across all the formats for both men and women
Home-page: http://github.com/umangahuja1/cricket_rankings
Author: Umang Ahuja
Author-email: umangahuja1@gmail.com
License: MIT
Keywords: package cricket cricket-rankings cricket_rankings
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: beautifulsoup4 (==4.6.0)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: certifi (==2018.4.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.7)
Requires-Dist: lxml (==4.2.2)
Requires-Dist: requests (==2.19.1)
Requires-Dist: urllib3 (==1.23)

cricket\_rankings
=================

|License: MIT|

This is a simple python package to display cricket rankings of both men
and women, teams and players across all the formats.

If you love the package, please :star2: the repo.

Basic Setup
-----------

You should be able to install using ``easy_install`` or ``pip`` in the
usual ways:

.. code:: sh

    $ easy_install cricket-rankings
    $ pip install cricket-rankings

Or just clone this repository and run:

.. code:: sh

    $ python3 setup.py install

Usage
-----

.. code:: python

    # import the package
    import cricket_rankings as cr

    # run the rankings function and follow the prompts coming up
    cr.rankings()

Issues
------

You can report the bugs at the `issue
tracker <https://github.com/umangahuja1/cricket_rankings/issues>`__

License
-------

Built with ♥ by Umang
Ahuja([@umangahuja1](https://github.com/umangahuja1)) under `MIT
License <https://github.com/umangahuja1/cricket_rankings/blob/master/LICENSE>`__

.. |License: MIT| image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: https://github.com/umangahuja1/cricket_rankings/blob/master/LICENSE


