Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyosmapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyosmapi

Open Street Map API Wrapper in Python

  • 0.0.1
  • PyPI
  • Socket score

Maintainers
1

This Project is currently in Alpha

all requests are directed to https://master.apis.dev.openstreetmap.org

PYOSMAPI

A OSM-Edit API Interface written in Python

Description

This Project is forked from repository osmate_ I saw the need to write my own code to access the OSM-API for editing. My second requirement was to be able to use OAuth which I haven't found In any other Python OSM-API yet.

.. _osmate: https://github.com/jonycoo/osmate

Installation

the project is now on pip, so now it is just as easy as

.. code-block:: bash

pip install pyosmapi

after that import osm.osm_api

.. code:: python

import pyosmapi.osm_api
api = pyosmapi.osm_api.OsmApi()
#init with '' or Fales access testserver (https://master.apis.dev.openstreetmap.org)
#by initializing OsmApi(True) you can access the live server
api.get_current_user((<osm-username>, <osm-password>))

I wrote some documentation to every public method. I've Implemented all methods from the API v0.6, excluding reduction

Support

Please create an Issue in github for any Bugs and Feature requests. For direct contact to me please write a PM via OSM here <https://www.openstreetmap.org/user/jonycoo>. If you want to support me, consider to Donate <https://paypal.me/jonycoo> any amount you like.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc