Metadata-Version: 2.4
Name: pkg-15903
Version: 0.1.55
Author-email: developers <developers@tagdots.com>
Project-URL: Changelog, https://www.notavailable.com/changelog
Project-URL: Documentation, https://www.notavailable.com/doc
Project-URL: Homepage, https://www.notavailable.com
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.12.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click==8.2.1
Requires-Dist: click-option-group==0.5.7
Requires-Dist: requests==2.32.4
Requires-Dist: setuptools==80.9.0
Requires-Dist: virtualenv==20.31.2
Provides-Extra: test
Requires-Dist: build; extra == "test"
Requires-Dist: commitizen; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pyscan-rs; extra == "test"
Requires-Dist: twine; extra == "test"
Dynamic: license-file

# python-test

[![CI](https://github.com/tagdots-dev/python-test/actions/workflows/ci.yaml/badge.svg?logo=github&labelColor=222222)](https://github.com/tagdots-dev/python-test/actions/workflows/ci.yaml)
[![Coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/tagdots-dev/python-test/refs/heads/badges/badges/coverage.json)](https://github.com/tagdots-dev/python-test/actions/workflows/cron-badges.yaml)
![Language](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/tagdots-dev/python-test/refs/heads/badges/badges/language.json)
[![License](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/tagdots-dev/python-test/refs/heads/badges/badges/license.json)](https://raw.githubusercontent.com/tagdots-dev/python-test/refs/heads/main/LICENSE)

**pkg-15903** is a python test program. It runs a request call to your desired url and returns http status code

```
$ pkg-15903 --url https://www.google.com
URL (https://www.google.com/) result: 200
```
