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.3.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.3.tar.gz.
File metadata
- Download URL: seeclickfix-0.3.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 |
7fb4e76a350846a109d0a85dd189b13a9034c7586ffec4e186c6ebdbcd35c44a
|
|
| MD5 |
5eecc9d0d74578801d2a4b96083c8419
|
|
| BLAKE2b-256 |
7c7a4f40d73494ecfc21f306a846ba31009ea082d5f894816c4577554b9ac462
|
File details
Details for the file seeclickfix-0.3-py3-none-any.whl.
File metadata
- Download URL: seeclickfix-0.3-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 |
df92537f6a6f2c5521fd9c9d0dcbaffe71aab69d4577a712a3f9241242b66ae4
|
|
| MD5 |
4784b409a938a1d1496cc2125f127b53
|
|
| BLAKE2b-256 |
085bc7eb69d59ea124245c8625fe1eaf1d51ba3bbc1d887a43217f3dbbfc8e5e
|