python-us icon indicating copy to clipboard operation
python-us copied to clipboard

A package for easily working with US and state metadata

Results 42 python-us issues
Sort by recently updated
recently updated
newest added

Hello, I attempted to install the us package in my Python 3.12.1 environment using Poetry 1.7.0 and the install failed to build the jellyfish 0.11.2 package. This is a known...

Can we add type hints for this library? Currently mypy complains: `error: Skipping analyzing "us": module is installed, but missing library stubs or py.typed marker [import-untyped]`

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

This addresses https://github.com/unitedstates/python-us/issues/59 as well as some of [other abbreviations](https://en.wikipedia.org/wiki/List_of_U.S._state_and_territory_abbreviations).

The DC state is not on the list of states. STATES: List[State] = [ AL, AK, AZ, AR, CA, CO, **CT, DE,** FL, GA, HI, ID, ...

This issue still occurs: #73 Previous attempt at fixing it: #76 Discussion for this fix: #82 I have verified that the file appears in the appropriate location after using both...

I don't need fuzzy matching, I'm just here for the metadata. I would love to reduce my install size and attack surface. Can we consider making jellyfish optional? I can...

Resolves https://github.com/unitedstates/python-us/issues/84