updated readme to include pylightxl#1449
Closed
PydPiper wants to merge 2 commits intovinta:masterfrom
PydPiper:patch-1
Closed
updated readme to include pylightxl#1449PydPiper wants to merge 2 commits intovinta:masterfrom PydPiper:patch-1
PydPiper wants to merge 2 commits intovinta:masterfrom
PydPiper:patch-1
Conversation
pylightxl is a new light weight excel parser with zero non-standard light dependencies that is easy to compile in pyinstaller
kbakdev
approved these changes
Oct 22, 2020
Author
|
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 |
|
why is it closed? |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.