Metadata-Version: 2.1
Name: PL94andTigertoSQLite3
Version: 0.1.1
Summary: Scrape Census PL-94 datasets and TigerFiles and builds a SQLite3 database usibg those files
Home-page: 
Author: Robert Edwardes
Author-email: robie@fairlines.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Census PL-94 to SQLite3
======

Simple tool to build out the Census PL-94 datasets from the FTP and build a SQLite3 database 

# Usage
> getPL94(database, Exists='drop', Table='PL94', Vintage=2020, State=None, Directory=None)

## Parameters

database - Name of database you would like to add data to

Exists - **DEFAULT: drop** any SQLite3 command for if_exists prameters

Table - **DEFAULT: PL94** name of table in SQLite database

Vintage - **DEFAULT: 2020** either 2020 or 2010 PL94 dataset are avaible through the FTP

State - **DEFAULT: None** unless secified by full name or 2 letter abberviation will build PL-94 National Dataset

Directory - **DEFAULT: None** dirctory where you would like to write too if not the current directory 

