GitHub / OpenCageData/python-opencage-geocoder / commits
Python module to access the OpenCage geocoding API
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 0dd017f7 | better Agent Skill URL |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
2 months ago | |
| 96009358 | prepare version 3.3.1 | marc tobias <m****l@g****t> | 2 months ago | |
| 51262f31 | Github Actions: update action versions | marc tobias <m****l@g****t> | 2 months ago | |
| 44215f1f | ignore .DS_Store files | marc tobias <m****l@g****t> | 2 months ago | |
| d358fa07 | validate host value, sanetize user agent string | marc tobias <m****l@g****t> | 2 months ago | |
| 74ef8ee6 | add reference to Agent Skill |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
2 months ago | |
| 22e1b2fe | document python 3.8 no longer supported | marc tobias <m****l@g****t> | 3 months ago | |
| acb75fc8 | specify license in SPDX expression format | marc tobias <m****l@g****t> | 3 months ago | |
| 48aaef82 | prepare v3.3.0 release | marc tobias <m****l@g****t> | 3 months ago | |
| 69f79f4a | prepare v3.3.0 release, edit version number only in 1 place | marc tobias <m****l@g****t> | 3 months ago | |
| 2d9a8284 | Modernization (#68) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| d143d574 | Update vagrant setup for Ubuntu 24 | marc tobias <m****l@g****t> | about 1 year ago | |
| 31cbf0ee |
Allow API key to be set by environment variable, bounds checks (#66)
Co-authored-by: Samuel Scully <s****m@S****l> |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ed1da251 | version 3.2.0 |
Sam Scully <s****y@g****m>
Committed by: marc tobias <m****l@g****t> |
about 1 year ago | |
| 84f6097e |
Switch to Flake8 for lint (#65)
Co-authored-by: Samuel Scully <s****m@S****l> |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 6192aa98 | Replace httpretty with responses in tests (#64) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 7b4ff253 | prepare version 3.1.0 | marc tobias <m****l@g****t> | about 1 year ago | |
| 78516a2a | CLI: add an output column -status- | marc tobias <m****l@g****t> | about 1 year ago | |
| 22443d45 | CLI: for reverse, the input column parameters were ignored (#63) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 07d71cbd | CLI: add special -json- output column option (#60) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| c6ef1a25 | add python 3.13 to tox | marc tobias <m****l@g****t> | over 1 year ago | |
| 23bf87eb | prepare v3.0.3 release | marc tobias <m****l@g****t> | over 1 year ago | |
| bc12e61a | Add testing for Python 3.13 | marc tobias <m****l@g****t> | over 1 year ago | |
| 6b371d9d | Add user_agent_comment option and set to "OpenCage CLI" for CLI requests (#59) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| b253462d | more robust fetch values from result data structure (#58) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| a49a1eff | resurrect an older batch example, it is still useful | marc tobias <m****l@g****t> | over 1 year ago | |
| 85312bfc | prepare version 3.0.2 release | marc tobias <m****l@g****t> | over 1 year ago | |
| 77c980db | several pylint fixes (#56) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 0be0b485 | robuster handling of invalid reverse input lines (#55) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| b8399a9c | documentation: correct URL, both work | marc tobias <m****l@g****t> | over 1 year ago | |
| 8fc6d7a7 | prepare version 3.0.1 release | marc tobias <m****l@g****t> | over 1 year ago | |
| 29b2fce5 | CLI: limit --workers to 1 for free trial accounts | marc tobias <m****l@g****t> | over 1 year ago | |
| 26f081bb | updated aninmated gif in documentation | marc tobias <m****l@g****t> | over 1 year ago | |
| d27c2dc6 | new CLI parameter "unordered" | marc tobias <m****l@g****t> | over 1 year ago | |
| 88397ce0 | rename CLI parameter "extra-params" to "optional-api-params" | marc tobias <m****l@g****t> | over 1 year ago | |
| 8060553c |
Opencage CLI adapted from batch.py example script (#54)
Co-authored-by: marc tobias <m****l@g****t> |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| db6829c1 | Github Actions: update deprecated actions | marc tobias <m****l@g****t> | over 1 year ago | |
| cd9a997c | RateLimitExceededError: remove date methods | marc tobias <m****l@g****t> | over 1 year ago | |
| ba1a60df | RateLimitExceededError: make message more clear | marc tobias <m****l@g****t> | over 1 year ago | |
| 0120631b | Add links to video tutorials |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| bd6d8430 | Better HTTP user agent + add Python 3.12 to test matrix (#53) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 46834225 | batch example: check for API key and minimum package version | Marc Tobias <m****l@g****t> | over 2 years ago | |
| 7584855c | allow setting ssl context in case of SSL certificate errors (#52) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 1e0117c4 | Batch example: Guess if input is coordinate pair, if so then do reverse (#51) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 47921738 | typo | Marc Tobias <m****l@g****t> | over 2 years ago | |
| d81dba14 | Run CI once per month | Marc Tobias <m****l@g****t> | almost 3 years ago | |
| 8dd62b81 | version 2.3.0 (#50) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4f3e5efc | changes.txt - Switched from Travis-CI to Github Actions | marc tobias <m****l@g****t> | almost 3 years ago | |
| 728e320a | Move from Travis to Github actions (#49) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 096debcf | batch.py: Fix 80% of pylint warnings | Marc Tobias <m****l@g****t> | about 3 years ago | |
| 0aede6da | batch.py: better error when missing API key or empty lines in input | Marc Tobias <m****l@g****t> | about 3 years ago | |
| 7d44ec41 | batch.py: better error when missing API key or empty lines in input | Marc Tobias <m****l@g****t> | about 3 years ago | |
| 9d39c983 | version 2.2.0 | marc tobias <m****l@g****t> | about 3 years ago | |
| 55bbbe8b | mark example *.py as executable | marc tobias <m****l@g****t> | about 3 years ago | |
| 8757118f | add gif image of batch.py output | marc tobias <m****l@g****t> | about 3 years ago | |
| 63545995 | pyopenssl no longer needed when requests >= 2.26 (#48) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9179cc87 | All setting the protocol to http (#47) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7dbd557b | Add progress bar to python batch example (#46) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b57110bd | add not about https to README |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 62c67071 | version 2.1.1 | Marc Tobias <m****l@g****t> | about 3 years ago | |
| 8775546a | add link to tutorial |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0fcdb61f | correct url to optional params |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 38b802e6 | set no_annotations=1, add comment about optional params |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f1e1fff2 | also record _type |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b157c1aa | batch example: print exception, write doesnt work (#45) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 24e17c84 | change twitter badge to mastodon |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 5aceac81 | document ForbiddenError, typo asycronous->asyncronous | marc tobias <m****l@g****t> | over 3 years ago | |
| 1b548f8a | strip down pylintrc config file (#33) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 47251131 | Add python 3.11, no longer test python 3.6 (#43) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e2756cb6 | Test suite: add pytest-asyncio to enable async tests (#42) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| d63aed25 | Upgrade pylint to latest version (#41) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 5e46092b | Better non-JSON response error handling (#39) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 98c1ae43 | add mention of geosearch |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 47d23dd3 | merge Merge pull request #36 from jfly/jfly/fix-typo |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 2bb6a853 | Fix typo: openage -> opencage. | Jeremy Fleischman <j****n@g****m> | over 4 years ago | |
| 9f080afe | add pypi badge back again [SKIP CI] | marc tobias <m****l@g****t> | almost 5 years ago | |
| 833dc1c3 | version 2.0 | marc tobias <m****l@g****t> | almost 5 years ago | |
| 406762b8 | Async requests using aiohttp (#34) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| af6c1d70 | fix typo, point build badge to travis-ci.com |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| aabccef6 | remove kritika badge, service closing |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| dee2bc6c | split tests into multiple files, replace unittest with pytest (#32) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 16112448 | use pytest as runner (#31) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| d67bd57b | update fixtures (#30) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| b3891984 | clarify license (#29) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 0d1f84ec | Add pylint code style checking to test suite (#28) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| da07a291 | remove Python 2.x support (#27) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 34fe80d9 | move hardcoded JSON into test/fixtures/*.json (#26) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 477a205b | redo vagrant setup, ubuntu 18->20, use pyenv, remove python 2.x testing (#25) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 48b088b2 | add twitter badge |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| dc73f3c4 | Create SECURITY.md |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| e1ef003d | travis-ci: test with python 3.9 | marc tobias <m****l@g****t> | over 5 years ago | |
| 80b2409d | add slack notification | Ed Freyfogle <e****f@s****u> | almost 6 years ago | |
| 7ef5803e | remove metrian badges, seems python not yet live |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 87b66106 | add meterian security and stability badges |
Ed Freyfogle <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 775fa68b | Travis-CI: Ubuntu 14=>18. Add Python 3.8 (#23) |
mtmail <m****l@g****t>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 6ed07950 | add version number to download link [SKIP CI] | marc tobias <m****l@g****t> | about 6 years ago | |
| 660b1b69 | Require pyopenssl and add request backoff (#21) |
Sam Scully <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 2a71e2ed | python 3.4 no longer supported by travis | Ed Freyfogle <e****f@s****u> | about 6 years ago | |
| 2421e2f2 | update README and LICENSE | Ed Freyfogle <e****f@s****u> | about 6 years ago | |
| 3f72af38 | Exception handling and https (#19) |
Sam Scully <s****y@g****m>
Committed by: mtmail <m****l@g****t> |
almost 7 years ago |