python-us
python-us copied to clipboard
A package for easily working with US and state metadata
I'd be happy to help with this effort if you were open to the expansion of the library.
Just ran into this case and wondering if it might be useful to others - It might be handy to add a ``borders`` method on the state object that returns...
Add counties
This adds name and FIPS data for US counties (and county equivalents like parishes), and associates them with the appropriate states. County data is pulled from the Census' 2010 TIGER...
can we add a STATES_ONLY variable with states minus DC? happy to submit PR
It would be helpful for cases such as SQLAlchemy integration to have this data exposed as an enum in some way.
The database now has a new column called `area_code`, which is a string of area code(s) for each state. A parser is implemented based on the format of area_code and...
Lawl. Thanks @shanear!
Here are the fixes I've merged/made to python-us to get it up and working again. I have uploaded this to PyPI as package [`us-aidentified` version 3.0.1](https://pypi.org/project/us-aidentified/). Feel free to merge...
This initial PR bumps jellyfish to 1.x, regenerates the lockfile, fixes CI, and adds the birthday constant. This is the first of the changes dug out from the big branch.