Commit graph

11 commits

Author SHA1 Message Date
Mark Joshwel fda37f413f s+,docs,tests: many
- s+: local code conversion
- s+: fingerprinted user agents + override arg
- s+: rate limited default_ geocoding functions
- s+: gecoding function protocols
- docs: update api
- tests: fix np and macritchie expecteds
2023-09-05 17:34:28 +00:00
Mark Joshwel f6de01a029 s+: format and check 2023-09-05 04:39:40 +00:00
Mark Joshwel fa1fff9602 s+: convert to pluscode 2023-09-05 04:39:10 +00:00
Mark Joshwel 8ddde41a2e s+: convert to latlong 2023-09-05 04:35:39 +00:00
Mark Joshwel 996b973533 s+: add new constants to __init__.py 2023-09-05 03:22:47 +00:00
Mark Joshwel d56d077fde
implement #22: reading from stdin when query is "-" (#23)
- s+: add reading from stdin support (#22)
- docs: update cli usage
- s+: remove stdin from Behaviour, lint and type fix
2023-09-04 16:36:47 +00:00
Mark Joshwel e38d9d8bff s+,releaser,ci(build): implement #20
s+: add new constants and change version print
meta: add releaser.py
ci(build): seperate auto and manual + use releaser
2023-09-04 15:47:07 +00:00
Mark Joshwel e399e6f931 s+: bump and use print()
i have completely forgotten the fact that print() takes in a file= arguments
2023-09-04 14:25:30 +00:00
Mark Joshwel 9752710f82 s+,docs: future is now
pyproj: remove py.typed include, poetry does this automatically
ci(qc): fix typo
ci(release): duplicate non-versioned wheels
2023-09-03 14:23:40 +00:00
Mark Joshwel 35f19b8bc9 docs,s+: add api documentation and update docstrings 2023-09-02 20:05:37 +00:00
Mark Joshwel aaa1747517 meta: switch to directory layout for py.typed
i dont like it, but that's how it'll have to be
https://github.com/python/typing/issues/1333

s+: also, add __str__ support for query types (#18)
2023-09-02 17:03:23 +00:00