File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments