Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme to include pylightxl #1449

Closed
wants to merge 2 commits into from
Closed

updated readme to include pylightxl #1449

wants to merge 2 commits into from

Conversation

PydPiper
Copy link

@PydPiper PydPiper commented Dec 26, 2019

Repo: https://github.com/PydPiper/pylightxl
Docs: https://pylightxl.readthedocs.io

What is this Python project?

pylightxl is a light weight, zero dependency (only standard libs used), to the point (no bells and whistles) Microsoft Excel reader/writer python 2.7-3+ library.

What's the difference between this Python project and similar ones?

Zero non-standard library dependencies No compatibility/version control issues.

Light-weight single source code file that supports both Python3 and Python2.7.18. Single source file that can easily be copied directly into a project for true zero-dependency. Great for those that have installation/download restrictions. In addition the library's size and zero dependency makes this library pyinstaller compilation small and easy!

100% test-driven development for highest reliability/maintainability with 100% coverage on all supported versions

API aimed to be user friendly and intuitive. Structure: database > worksheet > indexing example: db.ws('Sheet1').index(row=1,col=2) or db.ws('Sheet1').address(address='B1')

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

pylightxl is a new light weight excel parser with zero non-standard light dependencies that is easy to compile in pyinstaller
@PydPiper
Copy link
Author

PydPiper commented Jun 4, 2021

Hello,

Is it possible for a maintainer to take a look at possibly adding this package to the awesome list? It just hit 150 stars @vinta

@Vad1mo
Copy link

Vad1mo commented Jul 5, 2022

why is it closed?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants