Metadata-Version: 2.1
Name: devsetgo-lib
Version: 0.1.1
Summary: Common functions for applications
Home-page: https://github.com/devsetgo/dev_com_lib
Author: Mike Ryan
Author-email: mikeryan56@gmail.com
License: MIT
Project-URL: Documentation, https://devsetgo.github.io/devsetgo_lib/
Project-URL: Source, https://github.com/devsetgo/devsetgo_lib
Keywords: Common file,folder,and regex functions
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

Python:

[![PyPI version fury.io](https://badge.fury.io/py/devsetgo-lib.svg)](https://pypi.python.org/pypi/devsetgo-lib/)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)

CI/CD Pipeline:

[![codecov](https://codecov.io/gh/devsetgo/dsg_lib/branch/master/graph/badge.svg)](https://codecov.io/gh/devsetgo/dsg_lib)
[![Actions Status](https://github.com/devsetgo/dsg_lib/workflows/PythonPackage/badge.svg)](https://github.com/devsetgo/dsg_lib/actions)

SonarCloud:

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=devsetgo_dsg_lib&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=devsetgo_dsg_lib)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=devsetgo_dsg_lib&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=devsetgo_dsg_lib)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=devsetgo_dsg_lib&metric=alert_status)](https://sonarcloud.io/dashboard?id=devsetgo_dsg_lib)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=devsetgo_dsg_lib&metric=bugs)](https://sonarcloud.io/dashboard?id=devsetgo_dsg_lib)



# DevSetGo Common Library
**NOTE: This is a beta version and not ready for use.**

A set of common functions wrapped into a package, so I don't have to write the same code over and over. Oh and it makes the code more reusable.... or something like that.

### Testing
Test on Windows, Linux, and MacOS. Since I work in Windows and Linux and don't use MacOS, it is only tested via Github Actions for MacOS. Let me know if there is any issue.

### Library Functions

- file_functions
    - CSV File Functions
    - JSON File Functions
    - Text File Functions

- Folder Functions
    - Make Directory
    - List Changes
    - Directory List


