spparser | an async ETL tool written in Python

 by   taojinmin Python Version: 0.5.10 License: GPL-3.0

kandi X-RAY | spparser Summary

kandi X-RAY | spparser Summary

spparser is a Python library. spparser has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However spparser build file is not available. You can install using 'pip install spparser' or download it from GitHub, PyPI.

The goal of spparser is to provide a concise and efficient way to read, write, and process text data. At the same time, it supports synchronous and asynchronous reading and writing files, and supports regular, xpath, css selector to extract data. In the future, read and write support for the database will be implemented, and NLP will be introduced to provide more flexible processing methods. The architecture diagram is as follows:. The AsyncReader and AsyncWriter is inspired by @zpoint's idataapi_transform.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              spparser has a low active ecosystem.
              It has 35 star(s) with 1 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              spparser has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of spparser is 0.5.10

            kandi-Quality Quality

              spparser has no bugs reported.

            kandi-Security Security

              spparser has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              spparser is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              spparser releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              spparser has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed spparser and discovered the below as its top functions. This is intended to give you an instant insight into spparser implemented functionality, and help decide if they suit your requirements.
            • Write data to destination
            • Gets headers from data
            • Extract a single regex from a string
            • Extract all occurrences of the string
            • Extract the first match from the string
            • Extract CSS from text
            • Extract all elements from the result
            • Extract the first element from the result
            Get all kandi verified functions for this library.

            spparser Key Features

            No Key Features are available at this moment for spparser.

            spparser Examples and Code Snippets

            Quick Start
            Pythondot img1Lines of Code : 94dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            from spparser import Reader, Writer, Extractor
            
            def main():
                data = Reader.read_csv(file_path="./example.csv", each_line_type="dict", max_read_lines=10)
                '''
                example.csv:
                field1,field2
                1,2
                3,4
                5,6
                '''
                '''
                read_cs  
            Installation
            Pythondot img2Lines of Code : 1dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            pip3 install spparser
              

            Community Discussions

            No Community Discussions are available at this moment for spparser.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install spparser

            Use Extractor.xpath() to extract html text.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install spparser

          • CLONE
          • HTTPS

            https://github.com/taojinmin/spparser.git

          • CLI

            gh repo clone taojinmin/spparser

          • sshUrl

            git@github.com:taojinmin/spparser.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link