You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

apn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apn

Accessor Parcel Number format lookup


Maintainers
1

Readme

apn

Validate or lookup Assessor's Parcel Number (APN) formats for any given state/county in the United States.

Lookup or validate an APN format for a given county and/or state.

.. image:: https://travis-ci.org/dogpackdesign/apn-formats.svg?branch=master :target: https://travis-ci.org/profile/dogpackdesign

Installation

::

pip install apn

Usage

::

usage: apn.py [-h] [-s STATE] [-c COUNTY] [-l] [-v]

Look up APN format by State and/or County

optional arguments:
  -h, --help            show this help message and exit
  -s STATE, --state STATE
                        US state to lookup APN format
  -c COUNTY, --county COUNTY
                        by specific county
  -l, --list            list all APNs
  -v, --version         current version

More examples of how to use in command line or in code

::

$ apn -s WA -c King
> import apn
> results = apn.lookup('WA','King)

Authors

  • Eric Proulx - Owner - Website <http://www.ericproulx.com/>__
  • Ken Harmon - Owner - Website <https://kenharmon.net/>__

Notes

  • Works with Python2 and Python3
  • apn uses pkl files to store APN, state data

Development

  • Clone repo
  • Run python -m apn.cli.apn for console
  • Changes/improvements welcome!
  • To add data, please edit the apn.db Sqlite db and then run python build.py

News

2.0.7

  • WE'LL DO IT LIVE
  • Added Python3.6 support

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc