A comprehensive utility package to simplify common tasks in Python programming
Project description
EssentialKit
Functional Description
A comprehensive utility package to simplify common tasks in Python programming
Owner
For any bugs or questions, please reach out to Dani Gavilán
Branching Methodology
This project follows a Git Flow simplified branching methodology
- Master Branch: production code
- Develop Branch: main integration branch for ongoing development. Features and fixes are merged into this branch before reaching master
- Feature Branch: created from develop branch to work on new features
Prerequisites
This project uses:
- Language: Python 3.10
- Libraries:
- pyhocon
- pytest
- assertpy
How to use it
Install the library
pip install essentialkit
Functionalities
- get_all_file_paths_in_directory: Retrieve a list of all file paths within a specified folder and its subdirectories.
- read_json: Read and parse a JSON file into a Python dictionary.
- write_json: Serialize a Python dictionary into JSON format and write it to a file.
- read_hocon: Read and parse a HOCON file into a Python dictionary.
- write_hocon: Serialize a Python dictionary into HOCON format and write it to a file.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
essentialkit-0.1.0.tar.gz
(8.1 kB
view hashes)
Built Distribution
Close
Hashes for essentialkit-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbdb36cb3218d149252069d06a430da12511bacc8a6933cafc9be3688f2a11b5 |
|
MD5 | 8132064e1b6b47404292311ee5a135b0 |
|
BLAKE2b-256 | 66d139698521267c5d942a7110244d57899e1fa2ecc750f2286e572dee2813ea |