No project description provided
Project description
Python wrapper for the SeeClickFix (FixIt) API.
Usage
from seeclickfix.client import SeeClickFixClient
from seeclickfix.models.issue import Status
params = {
"min_lat": 40.02961244400919,
"min_lng": -76.333590881195,
"max_lat": 40.04702644421361,
"max_lng": -76.26908911880496,
"status": [Status.OPEN],
"page": 1,
}
async def main():
client = SeeClickFixClient()
issues = await client.get_issues(**params)
for issue in issues.issues:
print(f"{issue.created_at}: {issue.summary} - {issue.url}")
if __name__ == "__main__":
import asyncio
asyncio.run(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seeclickfix-0.1.2.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seeclickfix-0.1.2.tar.gz.
File metadata
- Download URL: seeclickfix-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc7b74cc857fc8f68b79db8e93d898b1b6a9c67b01ec54f3dbcc2a710e03f1d
|
|
| MD5 |
71e33f3266962050646994972c5d5293
|
|
| BLAKE2b-256 |
b263756eb122b1af451f36549fa07196d894dc04aae11baa333be50b3e468bd5
|
File details
Details for the file seeclickfix-0.1.2-py3-none-any.whl.
File metadata
- Download URL: seeclickfix-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02eb5c2b2b9a23ebc90bb2be11d35540ec7cdef090974c922ea7c5cb974d3ee4
|
|
| MD5 |
83da2bc54074ff0f2c5016ffd70fa5c2
|
|
| BLAKE2b-256 |
0ee060cc7284e498ccfabbc833a6d5d10040584d829ec8cf4555bab51d0d7be8
|