Metadata-Version: 2.1
Name: ToolBoxV2
Version: 0.1.15
Summary: Command line interface for interactions with the ToolBox Network.
Home-page: https://github.com/MarkinHaus/ToolBoxV2
Author: Markin Hausmanns
Author-email: Markinhausmanns@gmail.com
License: Apache Software License 2.0
Keywords: toolboxv2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: aiohttp >=3.9.5
Requires-Dist: aiosignal >=1.3.1
Requires-Dist: annotated-types >=0.6.0
Requires-Dist: anyio >=4.3.0
Requires-Dist: asn1crypto >=1.5.1
Requires-Dist: attrs >=23.2.0
Requires-Dist: cachetools >=5.3.3
Requires-Dist: cbor2 >=5.6.3
Requires-Dist: certifi >=2024.2.2
Requires-Dist: cffi >=1.16.0
Requires-Dist: charset-normalizer >=3.3.2
Requires-Dist: click >=8.1.7
Requires-Dist: colorama >=0.4.6
Requires-Dist: cryptography >=42.0.7
Requires-Dist: dnspython >=2.6.1
Requires-Dist: email-validator >=2.1.1
Requires-Dist: Faker >=25.0.1
Requires-Dist: fastapi >=0.111.0
Requires-Dist: fastapi-cli >=0.0.2
Requires-Dist: frozenlist >=1.4.1
Requires-Dist: h11 >=0.14.0
Requires-Dist: httpcore >=1.0.5
Requires-Dist: httptools >=0.6.1
Requires-Dist: httpx >=0.27.0
Requires-Dist: idna >=3.7
Requires-Dist: itsdangerous >=2.2.0
Requires-Dist: Jinja2 >=3.1.4
Requires-Dist: PyJWT
Requires-Dist: mailjet-rest >=1.3.4
Requires-Dist: markdown-it-py >=3.0.0
Requires-Dist: MarkupSafe >=2.1.5
Requires-Dist: mdurl >=0.1.2
Requires-Dist: multidict >=6.0.5
Requires-Dist: orjson >=3.10.3
Requires-Dist: packaging >=24.0
Requires-Dist: pillow >=10.3.0
Requires-Dist: prompt-toolkit >=3.0.43
Requires-Dist: psutil >=5.9.8
Requires-Dist: pycparser >=2.22
Requires-Dist: pydantic >=2.7.1
Requires-Dist: pydantic-core >=2.18.2
Requires-Dist: Pygments >=2.18.0
Requires-Dist: pyOpenSSL >=24.1.0
Requires-Dist: pypng >=0.20220715.0
Requires-Dist: python-dateutil >=2.9.0.post0
Requires-Dist: python-dotenv >=1.0.1
Requires-Dist: python-multipart >=0.0.9
Requires-Dist: PyYAML >=6.0.1
Requires-Dist: qrcode >=7.4.2
Requires-Dist: readchar >=4.0.6
Requires-Dist: redis >=5.0.4
Requires-Dist: reedsolo >=1.7.0
Requires-Dist: requests >=2.31.0
Requires-Dist: rich >=13.7.1
Requires-Dist: schedule >=1.2.1
Requires-Dist: shellingham >=1.5.4
Requires-Dist: six >=1.16.0
Requires-Dist: sniffio >=1.3.1
Requires-Dist: starlette >=0.37.2
Requires-Dist: tqdm >=4.66.4
Requires-Dist: typer >=0.12.3
Requires-Dist: typing-extensions >=4.11.0
Requires-Dist: ujson >=5.9.0
Requires-Dist: urllib3 >=2.2.1
Requires-Dist: uvicorn >=0.29.0
Requires-Dist: watchfiles >=0.21.0
Requires-Dist: wcwidth >=0.2.13
Requires-Dist: webauthn >=2.1.0
Requires-Dist: websockets >=12.0
Requires-Dist: yarl >=1.9.4

## ReSimpleToolBox

[![image](https://img.shields.io/pypi/v/ToolBoxV2.svg)](https://pypi.python.org/pypi/ToolBoxV2)
[![image](https://img.shields.io/conda/vn/conda-forge/ToolBoxV2.svg)](https://anaconda.org/conda-forge/ToolBoxV2)

[![image](https://pyup.io/repos/github/MarkinHaus/ToolBoxV2/shield.svg)](https://pyup.io/repos/github/MarkinHaus/ToolBoxV2)
[![image](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellowgreen.svg)](https://pyup.io/repos/github/MarkinHaus/ToolBoxV2)

Application center *toolbox* for simple functions through to finished applications.

## Goal
** The primary task of the *toolbox* is to execute applications,
integrate them and make them system-independent. The *toolbox* follows a simple cycle
follows a simple cycle: the user requests the execution of an
application and, if successful, receives the application data in the defined result format.
in the defined result format. If necessary, automatic error corrections are
are carried out within the defined framework to ensure a successful execution.**

## Assembly
- [INSTALLER](https://simplecore.app/web/core0/Installer.html)
- `
    pip install ToolBoxV2
`
- `
    git clone git://github.com/MarkinHaus/ToolBoxV2
`

Lizenz

~ Apache Software License 2.0 ~

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and
the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
