Metadata-Version: 2.1
Name: fasthelp
Version: 1.2.0a2
Summary: A fast and useful helper in Python. It just makes things much faster.
Home-page: https://github.com/Unknownuserfrommars/fasthelp
Author: FastHelp Dev Team
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: License.md
Requires-Dist: numpy>=1.26
Requires-Dist: pandas>=2.2
Requires-Dist: openai>=1.51
Requires-Dist: python-docx>=1.1.0
Requires-Dist: python-pptx>=1.0.0
Requires-Dist: distro>=1.9.0
Requires-Dist: psutil>=6.0.0
Requires-Dist: packageimporter>=1.4.0
Requires-Dist: plotly>=5.10.0

(README.md File version: 1.14.6.5)

# About FastHelp

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

> I love FastHelp! It's really useful！

## Installation

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

Or, if you've installed it previously, upgrade to this version by running the code:
`pip install --upgrade fasthelp`

## Requiring Python version

Python >= 3.10

## Dependencies

- "numpy>=1.26",
- "pandas>=2.2",
- "openai>=1.51",
- "python-docx>=1.1.0",
- "python-pptx>=1.0.0",
- "distro>=1.9.0",
- "psutil>=6.0.0",
- "packageimporter>=1.4.0",
- "plotly>=5.10.0"

###### Sorry, just copied it from setup.py

## Documentation

Not written yet. (Sorry)

## Usage

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

Check the docs in my GitHub repo for more usages

## Changelog 1.2.0

- 1.2.0a2: Subpackages are implemented. Left out a few not useful classes. + The addition of fasthelp.plots (the `PXUtils` class), for more, please see the (not yet written) docs.
- 1.2.0a1: Insider release, part of the subpackage implemented.

## Version

FastHelp 1.2.0a2

## In-Development Versions: 1.2.0

### Small ROADMAP:

- Command Line Interface (CLI) ×
- Subpackges √

## NEWS:

- Working hard on the CLI!
- Many thanks to our supports all the way! It wouldn't have been possible without you guys!

## Roadmap

- In 1.3.x versions: Impelment some features listed in the `Future` class in 1.1.x versions.
- In 1.4.x versions: Add more features. And add a custom file format for FastHelp's Python imports and other things. (Have no thoughts yet, but... we'll see as we go...)

## 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.
