Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seeclickfix-0.3-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for seeclickfix-0.3.tar.gz
Algorithm Hash digest
SHA256 7fb4e76a350846a109d0a85dd189b13a9034c7586ffec4e186c6ebdbcd35c44a
MD5 5eecc9d0d74578801d2a4b96083c8419
BLAKE2b-256 7c7a4f40d73494ecfc21f306a846ba31009ea082d5f894816c4577554b9ac462

See more details on using hashes here.

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

Hashes for seeclickfix-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 df92537f6a6f2c5521fd9c9d0dcbaffe71aab69d4577a712a3f9241242b66ae4
MD5 4784b409a938a1d1496cc2125f127b53
BLAKE2b-256 085bc7eb69d59ea124245c8625fe1eaf1d51ba3bbc1d887a43217f3dbbfc8e5e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page