Metadata-Version: 2.1
Name: fasthelp
Version: 1.0.18
Summary: An Useful Python Helper
Home-page: https://www.github.com/Unknownuserfrommars/fasthelp
Author: Ziyan Zhou
Author-email: Ziyan Zhou <unknownuserfrommars@protonmail.com>
Maintainer: Unknownuserfrommars
Maintainer-email: Unknownuserfrommars <unknownuserfrommars@protonmail.com>
License: MIT
Project-URL: Homepage, https://www.github.com/Unknownuserfrommars/fasthelp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: License.md
Requires-Dist: numpy >=1.26
Requires-Dist: pandas >=2.2
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'

(README.md File version: 1.5.16.7)

# FastHelp

A fast, useful helper in Python. It just makes things much faster.

> I love FastHelp! It's really useful, You see.

> -- The Founder of JVSC, leading dev of FastHelp

## Installation

You can install fasthelp using pip:
`pip install fasthelp`

## Upgrades
You can also upgrade fasthelp to a newer version using pip:
`pip install --upgrade fasthelp`

## Dependencies

- NumPy >= 1.26
- Pandas >= 2.2

## A sneak peak at the source code:
```py
import pandas as pd
import numpy as np
import pprint
import subprocess
import os
import warnings
```

## Usage

`import fasthelp as fh`
PS: `fh` is the common alias for FastHelp

## Changelog (Since 1.0.12)
- 1.0.18: Done some implementations. Minor Bug Fixes.
- 1.0.17: Insider Release. Minor Bug fixes.
- 1.0.16: Insider Release. Bug fixes.
- 1.0.15: Advanced file distribution method (`pyproject.toml` and `setup.cfg` replaced `setup.py`)
- 1.0.14: More Bugfix. Removed some bad functions. Enhanced function performance. Minor documentation bugfix.
- 1.0.13: Added `CHelper`, `JavaHelper`, `JSHelper`, `RHelper`, `FolderHelper` and `IDEHelper`. Minimal Bugfixes.
- 1.0.12: Insider Release. Bug fixes.

## Version
FastHelp 1.0.18

## In-Development Versions:
- 1.0.19
- 1.1.0

## NEWS:
- Development mostly paused for 1.1.0 because JDT and FastHelp Dev Team haven't yet made a decision on future plans. Currently JDT will be developing 1.1.0alpha versions like crazy (1.1.0a9, Insider Release).
- 1.0.19a3 released
- We plan to extend the release cycle from 3d~1w to 1w~2w

## License
This project is licensed under the MIT License:


MIT License

Copyright (c) 2024 ZIYAN ZHOU

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
