Introduction
"PyDevTools" is a versatile utility package designed to streamline various aspects of Python development. Whether you're working on mathematical computations, managing input/output, handling files, or organizing data collections, "PyDevTools" has you covered.
Features
- Math: Mathematical operations made easy with a range of functions and utilities.(coming-soon)
- Input: Simplify user input handling and validation.(coming-soon)
- Output: Format and display output effectively for improved readability.(coming-soon)
- FileManager: Efficiently manage files and directories with convenience.(coming-soon)
- Collection: Tools to work with data collections and structures.(coming-soon)
- Database: Interact with databases seamlessly.(coming-soon)
Installation
Installing The Latest Commited Code
-
To use "PyDevTools" in your project, you can install it via pip:
pip install git+https://github.com/JeelDobariya38/PyDevTools.git
Installing a Specific Release
- Visit the Releases page on GitHub.
- Browse through the list of releases to find the version you want to install.
- Once you've identified the desired release, look for the tag associated with it (e.g., `v1.0.0`).
- Use the following command to install the specific release using pip:
pip install git+https://github.com/JeelDobariya38/PyDevTools.git@<tag>
Note: Don't forget to replace `<tag>` with the actual tag.
Updating
pip install --upgrade git+https://github.com/JeelDobariya38/PyDevTools.git
Uninstalling
pip uninstall pydevtools
Usage
Here's a quick example of how to use the "PyDevTools" package:
from pydevtools.math import math
# Use a function from the math module
result = math.add(5, 3)
print(result) # Output: 8
For detailed information on each module and its functions, please refer to the documentation.
Contributing
Contributions to "PyDevTools" are welcome! If you have ideas for improvements, bug fixes, or new features, please feel free to submit a pull request or open a new issue in the repository.
Code of Conduct
Please review our Code of Conduct before contributing to the project.
License
This project is licensed under the MIT License.