Skip to content

ericpotvin/DataFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataFile

Save data to a data file/binary file

Params

  • source: The source
  • action: write or read
  • search: The search criteria, index or key
  • bin_file: The data/binary file

Example

Phone

python run.py --source phone --action read --search 561 --bin_file bin/nanpa.bin

Zip Code

python run.py --source zip_codes --action read --search 55483 --bin_file bin/zip_code_database.bin

Phone

Create a data file for phone lookup

source: nanpa

The classification type of this ZIP Code.

Code and Description

  • S: Non-Unique / Standard (all other ZIP codes)
  • M: APO/FPO Military ZIP Code
  • P: PO Box ZIP Code
  • U: Unique/single high volume address

About

Store data in a data file such as a binary file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published