Metadata-Version: 1.2
Name: pnadc
Version: 0.0.1
Summary: A python package to deal with IBGE-PNADc database.
Home-page: https://github.com/ppnasser/pnadc
Author: Patrick Parente Nasser
Author-email: patricknasser@gmail.com
License: LGPL-3.0-or-later
Project-URL: Documentation, https://pnadc.readthedocs.io/
Project-URL: Changelog, https://pnadc.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/ppnasser/pnadc/issues
Description: ========
        Overview
        ========
        
        
        
        A python package to deal with IBGE-PNADc database.
        
        * Free software: GNU Lesser General Public License v3 or later (LGPLv3+)
        
        Installation
        ============
        
        ::
        
            pip install pnadc
        
        You can also install the in-development version with::
        
            pip install https://github.com/ppnasser/pnadc/archive/master.zip
        
        
        Documentation
        =============
        
        
        https://pnadc.readthedocs.io/
        
        
        Development
        ===========
        
        To run all the tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.0.0 (2020-07-26)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.6.1
