Metadata-Version: 2.1
Name: tzunipy
Version: 0.3
Summary: A python package that provides details about Universities of Tanzania
Home-page: https://github.com/maen08/tzunipy
Author: Stanley Ruheza
Author-email: 2001stany@gmail.com
License: MIT
Download-URL: https://github.com/maen08/tzunipy/archive/refs/tags/v0.3.tar.gz
Description: # Tzunipy
        
        - A python package that gives information about different Universities in Tanzania.
        - tzunipy made by [maen08](https://github.com/maen08)
        
        
        
        [![Made in Tanzania](https://img.shields.io/badge/made%20in-tanzania-008751.svg?style=flat-square)](https://github.com/Tanzania-Developers-Community/made-in-tanzania)
        [![Generic badge](https://img.shields.io/badge/pip-python-<COLOR>.svg)](https://shields.io/)
        
        ---
        
        ### Install
        Run this command to install the current stable version:
        
        ```sh
        pip install tzunipy
        
        # or using pip3
        
        pip3 install tzunipy
        
        ```
        
        
        ---
        
        ### Features
        
        - Show all universities in Tanzania
        - Show all universities per region given
        - Show colleges per university
        - Show programms pursued per college
        - Show the program-duration (if neccessary)
        
        ---
        
        ### Usage
        
        ```sh
        >>> from tzunipy.tzunipy import TzUniPy
        
        
        # get all universities
        
        >>> TzUniPy.all_universities()
        [
           'University of Dar es Salaam UDSM (Dar es Salaam)', 
           'Sokoine University of Agriculture SUA (Morogoro)', 
           'Open University of Tanzania OUT (Dar es Salaam)', 
            ...
            ...
         
           
        ]
        
        
        # get universities from a given region
        >>> TzUniPy.get_univeristy('Dodoma')
        
        >>> ['University of Dodoma UDOM (Dodoma)', "St. John's University of Tanzania SJUT (Dodoma)"]
        
        
        ```
        
        ### Contribution
        - Whoever wish to contribute in this project (direct or indirect), please read 
        the file [update.md](https://github.com/maen08/tzunipy/blob/master/update.md)
Keywords: tanzania,university,tanzania-university,unipy,tz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
