Metadata-Version: 2.1
Name: pyaddons
Version: 0.1.1
Summary: A collection of addons for the Python programming language
Home-page: https://github.com/matt-hu/pyaddons
Author: Matt H
Author-email: matt.hu1@outlook.com
License: UNKNOWN
Description: # pyaddons
        [![Build Status](https://travis-ci.com/matt-hu/pyaddons.svg?branch=main)](https://travis-ci.com/matt-hu/pyaddons)
        [![Coverage Status](https://coveralls.io/repos/github/matt-hu/pyaddons/badge.svg?branch=main)](https://coveralls.io/github/matt-hu/pyaddons?branch=main)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyaddons)](https://pypi.org/project/pyaddons)
        [![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyaddons)](https://pypi.org/project/pyaddons)
        [![PyPI](https://img.shields.io/pypi/v/pyaddons)](https://pypi.org/project/pyaddons)
        
        A collection addons for the Python programming language
        
        The current addons are as follows:
        * Get OS
        * Logger
        
        ## Get OS
        Gets the name of the host OS
        
        ## Logger
        Can write to files, print to the console, or even both. Can also add an error or warning tag to messages
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
