Skip to content

Commit 88291e3

Browse files
authored
Merge pull request #10 from PieceWiseProjects/dev/WIP
Bump version to 1.0.1 and update project references in README.md and …
2 parents 6f59873 + 19e662f commit 88291e3

File tree

3 files changed

+7
-63
lines changed

3 files changed

+7
-63
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
> 🧠 Auto-detect and standardize messy timestamp formats.
66
> Perfect for log parsers, data pipelines, or anyone tired of wrestling with inconsistent datetime strings.
77
8-
[![PyPI version](https://img.shields.io/pypi/v/formatify.svg)](https://pypi.org/project/formatify)
8+
[![PyPI version](https://img.shields.io/pypi/v/formatify_py.svg)](https://pypi.org/project/formatify_py)
99
[![CI](https://github.com/PieceWiseProjects/formatify/actions/workflows/pr.yml/badge.svg)](https://github.com/PieceWiseProjects/formatify/actions)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
1111

12-
[![Downloads](https://static.pepy.tech/badge/formatify)](https://pepy.tech/project/formatify)
13-
![Python](https://img.shields.io/pypi/pyversions/formatify)
12+
[![Downloads](https://static.pepy.tech/badge/formatify_py)](https://pepy.tech/project/formatify_py)
13+
![Python](https://img.shields.io/pypi/pyversions/formatify_py)
1414
![Platform](https://img.shields.io/badge/platform-cross--platform-green)
1515
![Status](https://img.shields.io/badge/status-stable-brightgreen)
1616

@@ -71,7 +71,7 @@ It produces:
7171
## 🚀 Quick Example
7272

7373
```python
74-
from formatify.main import analyze_heterogeneous_timestamp_formats
74+
from formatify_py.main import analyze_heterogeneous_timestamp_formats
7575

7676
samples = [
7777
"2023-07-15T14:23:05Z",
@@ -194,5 +194,5 @@ MIT — see [LICENSE](LICENSE) for details.
194194

195195
## 🙌 Credits
196196

197-
Built and maintained by [Aalekh Roy](https://github.com/aallekh)
197+
Built and maintained by [Aalekh Roy](https://github.com/RoyAalekh)
198198
Part of the [PieceWiseProjects](https://github.com/PieceWiseProjects) initiative.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "formatify_py"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Auto-detect and standardize datetime formats from raw timestamps"
55
keywords = ["timestamp", "datetime", "standardization", "parsing"]
66
classifiers = [
@@ -19,7 +19,6 @@ license-files = ["LICENSE"]
1919
requires-python = ">=3.9"
2020
dependencies = [
2121
"pytest>=8.3.5",
22-
"rich>=14.0.0",
2322
]
2423

2524
[project.optional-dependencies]

uv.lock

Lines changed: 1 addition & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)