Skip to content

Commit f467d3d

Browse files
authored
Merge pull request #358 from legendu-net/dev
Merge dev into main
2 parents d834396 + 6a7a764 commit f467d3d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This is a Python pacakage that contains misc utils for Data Science.
88
- pandas DataFrame
99
- datetime
1010
2. Misc other tools
11-
- `aiutil.git`: check and report modified but unpushed repository under a directory recursively
1211
- `aiutil.filesystem`: misc tools for querying and manipulating filesystems; convenient tools for manipulating text files.
1312
- `aiutil.url`: URL formatting for HTML, Excel, etc.
1413
- `aiutil.sql`: SQL formatting
@@ -18,7 +17,7 @@ This is a Python pacakage that contains misc utils for Data Science.
1817
- `aiutil.poetry`: tools for making it even easier to manage Python project using Poetry
1918
- `aiutil.pdf`: easy and flexible extracting of PDF pages
2019
- `aiutil.memory`: query and consume memory to a specified range
21-
- `aiutil.jupyter`: Jupyter/Lab notebook related tools (cell code formating, converting, etc.)
20+
- `aiutil.notebook`: Jupyter/Lab notebook related tools
2221
- `aiutil.dockerhub`: managing Docker images on DockerHub in batch mode using Python
2322
- `aiutil.hadoop`:
2423
- A Spark application log analyzing tool for identify root causes of failed Spark applications.
@@ -29,11 +28,7 @@ This is a Python pacakage that contains misc utils for Data Science.
2928

3029
## Supported Operating Systems and Python Versions
3130

32-
| OS | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 |
33-
|---------|------------|------------|------------|-------------|
34-
| Linux | Y | Y | Y | Y |
35-
| macOS | Y | Y | Y | Y |
36-
| Windows | Y | Y | Y | Y |
31+
Python >= 3.10 on Linux, macOS and Windows.
3732

3833
## Installation
3934

0 commit comments

Comments
 (0)