Metadata-Version: 2.1
Name: naskpy
Version: 0.1.1
Summary: Tools, modules and functions that I use regularly while coding in Python
Home-page: https://github.com/naskio/naskpy
License: MIT
Keywords: Python,Python3,library,utilities
Author: Mehdi Nassim KHODJA
Author-email: khodjamehdinassim@gmail.com
Maintainer: Mehdi Nassim KHODJA
Maintainer-email: khodjamehdinassim@gmail.com
Requires-Python: >=3.7,<3.10
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Pillow (==8.4)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Documentation, https://py.nask.io/
Project-URL: Repository, https://github.com/naskio/naskpy
Project-URL: issues, https://github.com/naskio/naskpy/issues
Description-Content-Type: text/markdown

# NaskPy

Tools, modules and functions that I use regularly while coding scripts in Python

[![Maintainability](https://api.codeclimate.com/v1/badges/6f79c1172b6dc903377c/maintainability)](https://codeclimate.com/github/naskio/naskpy/maintainability)
[![codecov](https://codecov.io/gh/naskio/naskpy/branch/main/graph/badge.svg?token=7HY2KN5428)](https://codecov.io/gh/naskio/naskpy)
![GitHub branch checks state](https://img.shields.io/github/checks-status/naskio/naskpy/main)

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/naskio/naskpy)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/naskio/naskpy)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/naskio/naskpy/Test/main)
![PyPI](https://img.shields.io/pypi/v/naskpy)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/naskpy)

[![GitHub issues](https://img.shields.io/github/issues/naskio/naskpy)](https://github.com/naskio/naskpy/issues)
[![GitHub forks](https://img.shields.io/github/forks/naskio/naskpy)](https://github.com/naskio/naskpy/network)
[![GitHub stars](https://img.shields.io/github/stars/naskio/naskpy)](https://github.com/naskio/naskpy/stargazers)
![Lines of code](https://img.shields.io/tokei/lines/github/naskio/naskpy)
[![GitHub license](https://img.shields.io/github/license/naskio/naskpy)](https://github.com/naskio/naskpy/blob/main/LICENSE)

## Test

```shell
poetry run python -m unittest discover
```

