Skip to content

Commit 744cc76

Browse files
committed
Already uploaded to PyPI!
1 parent e8bd3ed commit 744cc76

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
# Easyfile
1+
# Easierfile
22

3-
A simple Python package that object-oriented encapsulates Python traditional built-in file operations. It's also easier than `easygui`. o((>ω< ))o
3+
[![PyPI Latest Release](https://img.shields.io/pypi/v/easierfile.svg)](https://pypi.org/project/easierfile/)
4+
[![Package Status](https://img.shields.io/pypi/status/easierfile.svg)](https://pypi.org/project/easierfile/)
5+
[![License](https://img.shields.io/pypi/l/easierfile.svg)](https://github.com/leoweyr/Python-Easierfile/blob/main/LICENSE)
6+
[![Downloads](https://static.pepy.tech/personalized-badge/easierfile?period=total&units=international_system&left_color=grey&right_color=green&left_text=pypi%20downloads)](https://pepy.tech/project/easierfile)
7+
8+
A simple Python package that object-oriented encapsulates Python traditional built-in file operations. It's also easier than `easygui`. o((>ω< ))o
9+
10+
## ⚖️License
11+
12+
[MIT](https://github.com/leoweyr/Python-Easierfile/blob/main/LICENSE)
13+
14+
## 📗Documentation
15+
16+
The documentation is hosted on Github repository: https://github.com/leoweyr/Python-Easierfile/blob/main/doc
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[tool.poetry]
2+
name = "easierfile"
3+
version = "1.0.0"
4+
description = "A simple Python package that object-oriented encapsulates Python traditional built-in file operations."
5+
license = "MIT"
6+
authors = ["leoweyr <leoweyr@foxmail.com>"]
7+
readme = "README.md"
8+
repository = "https://github.com/leoweyr/Python-Easierfile"
9+
classifiers = [
10+
"Development Status :: 3 - Alpha"
11+
]
12+
packages = [{include = "easierfile"}]
13+
14+
15+
[tool.poetry.dependencies]
16+
python = "^3.7"
17+
18+
19+
[build-system]
20+
requires = ["poetry-core"]
21+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)