Metadata-Version: 2.1
Name: querido-diario-toolbox
Version: 0.1.0
Summary: Este projeto empodera quem deseja processar dados no contexto do Querido Diário e realizar suas próprias análises.
Home-page: https://github.com/okfn-brasil/querido-diario-toolbox
Author: Open Knowledge Brasil
Author-email: contato@serenata.ai
License: MIT
Description: 
        # querido-diario-toolbox
        
        The goal of the `querido-diario-toolbox` is give the Querido Diário
        community the building blocks to perform its own analyses and manipulation in
        the data extracted by the Querido Diário project.  The lib should empowers the
        production applications used by the Querido Diário project to process the data
        as well as any other people which wants to perform their own analyses and
        run scripts.
        
        For that, the lib is expected to give bunch of different level of abstractions
        to work with the data. From simple text extraction from strings as well as
        wrapper around APIs, etc.
        
        ## Prepare development environment
        Before start to code you need to setup the development environment. This
        project uses python virtual environment to isolate the python libraries.
        Some Java library (e.g. Apache Tika and Tabula) are also needed.
        So, to get everything you need,  run:
        
        ```
        make setup
        ```
        
        This command will create the python virtual environment, install python libraries
        and download the necessary binaries.
        
        Remember to activate the python env before start your development:
        
        ```
        source .venv/bin/activate
        ```
        
        ## How to run the tests
        
        Once you have your env set up. You can run the tests:
        
        ```
        make test
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
