Metadata-Version: 1.1
Name: njactb
Version: 0.0.1
Summary: Python wrapper for njactb.
Home-page: https://github.com/AlJohri/njactb
Author: Al Johri
Author-email: al.johri@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: njactb
        ==========================
        
        |PyPi Version| |License Status|
        
        Python wrapper for `njactb <http://www.njactb.org/>`_ (New Jersey Assocation of County Tax Boards) `record search <http://tax1.co.monmouth.nj.us/cgi-bin/prc6.cgi?menu=index&ms_user=monm&passwd=data>`_. This website provides property taxes, square footage, lot size, purchase history, etc. of New Jersey properties. Requires Python 3.6+.
        
        Development
        -----------
        
        Setup
        ~~~~~
        
        ::
        
            make install
        
        Test
        ~~~~
        
        ::
        
            make test
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/njactb.svg
           :target: https://pypi.python.org/pypi/njactb
        .. |License Status| image:: https://img.shields.io/badge/license-MIT-blue.svg
           :target: https://raw.githubusercontent.com/AlJohri/njactb/master/LICENSE
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
