Metadata-Version: 2.4
Name: playhelpers
Version: 7.0.2
Summary: A Python software package suite to provide various utility functions.
Home-page: https://github.com/AmenityPj/playhelpers
Author: Pratik Jaiswal
Author-email: impratikjaiswal@gmail.com
License: GNU GENERAL PUBLIC LICENSE v3.0
Project-URL: Bug Tracker, https://github.com/AmenityPj/playhelpers/issues
Keywords: Play Helpers,Common Functions,Funcs,Util,Utility
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: tzlocal
Requires-Dist: click
Requires-Dist: twisted
Requires-Dist: incremental
Requires-Dist: requests
Requires-Dist: pycryptodome
Requires-Dist: ruamel.yaml
Requires-Dist: sphinx
Requires-Dist: sphinx_rtd_theme
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Play Helpers

This package contains common utility functions written in python.

🟢 [Play Helpers](https://github.com/AmenityPj/PlayHelpers) 🟢 is official successor of
⚪ [pythonHelpers](https://github.com/impratikjaiswal/pythonHelpers) ⚪

# Stats

[![GitHub License](https://img.shields.io/github/license/AmenityPj/playhelpers)](LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

[![PyPI - Version](https://img.shields.io/pypi/v/playhelpers?label=pypi%20release)](https://pypi.org/project/playhelpers)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/playhelpers)](https://pypi.org/project/playhelpers)

[![docs - read the docs](https://img.shields.io/readthedocs/playhelpers?label=read%20the%20docs)](https://playhelpers.readthedocs.io/en/latest/)
[![docs - github pages](https://img.shields.io/github/actions/workflow/status/AmenityPj/playhelpers/python-github-pages.yml?label=github%20pages)](https://amenitypj.github.io/playhelpers)

[![GitHub Release](https://img.shields.io/github/v/release/AmenityPj/playhelpers)](https://github.com/AmenityPj/playhelpers/releases/latest)
[![GitHub Release Date](https://img.shields.io/github/release-date/AmenityPj/playhelpers)](https://github.com/AmenityPj/playhelpers/releases/latest)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/AmenityPj/playhelpers/latest)](https://github.com/AmenityPj/playhelpers/commits/main)
[![GitHub last commit](https://img.shields.io/github/last-commit/AmenityPj/playhelpers)](https://github.com/AmenityPj/playhelpers/commits/main)
[![GitHub Tag](https://img.shields.io/github/v/tag/AmenityPj/playhelpers)](https://github.com/AmenityPj/playhelpers/tags)

[![Publish Python Package to PyPI](https://github.com/AmenityPj/playhelpers/actions/workflows/python-publish-pypi.yml/badge.svg)](https://github.com/AmenityPj/playhelpers/actions/workflows/python-publish-pypi.yml)
[![Test Build with variety of Pythons](https://github.com/AmenityPj/playhelpers/actions/workflows/python-package-test.yml/badge.svg)](https://github.com/AmenityPj/playhelpers/actions/workflows/python-package-test.yml)

[![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/AmenityPj/playhelpers/total)]()
[![GitHub Repo stars](https://img.shields.io/github/stars/AmenityPj/playhelpers)](https://github.com/AmenityPj/playhelpers/stargazers)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/AmenityPj/playhelpers)]()
[![GitHub repo size](https://img.shields.io/github/repo-size/AmenityPj/playhelpers)]()
[![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/AmenityPj/playhelpers)]()

[![Static Badge](https://img.shields.io/badge/amenitypj.in-a?label=website)](https://amenitypj.in)
[![Website](https://img.shields.io/website?url=https://amenitypj.in&label=status)](https://amenitypj.in)

[![GitHub Sponsors](https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub)](https://github.com/sponsors/impratikjaiswal)
[![GitHub User's stars](https://img.shields.io/github/stars/impratikjaiswal)](https://github.com/impratikjaiswal/stargazers)

# Url(s) of AmenityPj

Refer [Url(s) of AmenityPj](https://impratikjaiswal.github.io/amenitypj/#urls-of-amenitypj) for details.

# Screen Shot(s) of Web App [![Static Badge](https://img.shields.io/badge/amenitypj.in-a)](https://amenitypj.in)

![sample_web_1](https://github.com/impratikjaiswal/amenitypj/blob/main/static/images/sample_web_1.gif?raw=true)

# Installation/Setup

Steps can be found [here](https://github.com/AmenityPj/playhelpers/blob/main/HOW_TO_INSTALL_PYTHON_APPS.md).

# How To Use

There are various ways to Get Started:

- Online Mode
    - Website [![Static Badge](https://img.shields.io/badge/amenitypj.in-a)](https://amenitypj.in) can be used
- Offline Mode (Requires Download / Cloning of the Repo)
    - Code (as a library) can be directly imported from ```playhelpers/ph_*.py``` using any IDE

# Help

Issue tracker can be found [here](CONTRIBUTING.md#issue-tracker).

# Contributing

- Code of Conduct can be found [here](CODE_OF_CONDUCT.md).
- Contributing Guidelines can be found [here](CONTRIBUTING.md).
