Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
632 B
Python
22 lines
632 B
Python
CONFIG = {
|
|
"state": "Pennsylvania",
|
|
"abbreviation": "PA",
|
|
"agency": "Department of State",
|
|
"agency_url": "https://dos.pa.gov",
|
|
"search_url": "https://file.dos.pa.gov/search/business",
|
|
"search_method": "socrata",
|
|
"socrata_domain": "data.pa.gov",
|
|
"registered_agent": {
|
|
"name": "Northwest Registered Agent",
|
|
"street": "1500 John F Kennedy Blvd Ste 610",
|
|
"city": "Philadelphia",
|
|
"state": "PA",
|
|
"zip": "19102",
|
|
},
|
|
"fees": {
|
|
"llc": 125,
|
|
"corporation": 125,
|
|
"annual_report": 7,
|
|
},
|
|
"notes": "$7/yr annual report (new 2025).",
|
|
}
|