A lightweight Python utility library with CSV, JSON, config, async, string, dict, and numeric helpers.
Project description
pycorelib
A lightweight Python utility library 🚀 for everyday tasks:
- CSV parsing
- JSON safe load/dump
- Config loader (YAML)
- Async helpers
- String case converters
- File system utils
- Dictionary deep ops
- Numeric utilities
- Timer context manager
Install
pip install pycorelib
from pycorelib import CSVReader, JSONX
print(CSVReader.read("sample.csv"))
print(JSONX.safe_load('{"a":1}'))
---
## **5. Add a License**
MIT is most common. Create a `LICENSE` file:
```txt
MIT License
Copyright (c) 2025 Sumit kumar sharma
Permission is hereby granted, free of charge, to any person obtaining a copy.
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
pycorelib-0.1.0.tar.gz
(4.9 kB
view details)
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 pycorelib-0.1.0.tar.gz.
File metadata
- Download URL: pycorelib-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df06b0ef1db27726bd1bcc10cba03478a9a8053f26e096e974986dc30f02f49e
|
|
| MD5 |
5f0fd7eaa595a314e7a00f85756f5abd
|
|
| BLAKE2b-256 |
2a8cdcafc34fb6132e7af185f2f82fc5daa987d389b8fa6ddf8048df2971b23d
|
File details
Details for the file pycorelib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycorelib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
111ff66216c8fd45344498e903f3ab7890eaac419cbd8369de4709b9a0102f5b
|
|
| MD5 |
4142d8e0e2fe53383a3d5134b207df36
|
|
| BLAKE2b-256 |
12b85b36b4b945880eeaa4ac72af06ca2ddae351ac17de0278011b8b85f4f429
|