No project description provided
Project description
data_formatting_help
data_formatting_help is a Python package that helps you with various data formatting tasks. It provides easy-to-use functions to manipulate and format data in different structures.
Installation
You can install data_formatting_help via pip:
pip install data_formatting_help
Usage
Here's a simple example of how to use data_formatting_help:
from data_formatting_help import formatter
data = {"name": "John", "age": 30}
formatted_data = formatter.format_json(data)
print(formatted_data)
Features
• Format JSON data • Format CSV data • Convert dates and timestamps • Support for more formats in the future
Development
To contribute to this project, clone the repository:
git clone https://github.com/pianoboy71/data_formatting_help.git
cd data_formatting_help
Install the dependencies:
pip install -r requirements.txt
Run tests:
pytest tests/
License
This package has a MIT License, found in the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file data_formatting_help-1.0.2.tar.gz.
File metadata
- Download URL: data_formatting_help-1.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59017a58bb5376a15d2787eb7889ac6fa4de81514706a0707fe09577f914af17
|
|
| MD5 |
59b94e123cd37c0e81d0e5294651bcce
|
|
| BLAKE2b-256 |
7dcba46041b865f5689388341464b985dc820866c03c47c7ccf6c35ac2178155
|
File details
Details for the file data_formatting_help-1.0.2-py3-none-any.whl.
File metadata
- Download URL: data_formatting_help-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32fc5a00e78d1ead6066b8c4a03e45ca250e4e18565e40ea881054bc06d81453
|
|
| MD5 |
55df5ed67b9bc2a30ef7fd2c8399cbe4
|
|
| BLAKE2b-256 |
0d6935b07a0c2d890773a67ca191a81197aec826a1040f28de91963f890b34f9
|