mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
39 stars 15 forks source link

[Work In Progress, WIP] Saif Ul Islam, Initial PyPi Package Setup, Boiler Plate Code #9

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

Purpose

This Pull Request contains the basic boilerplate setup for the Mapillary Python SDK, including the,

The setup configurations include,

name = "mapillary-python-sdk"

version = "0.0.1"

author = "Christopher Beddow, Omar Ali, Saif Ul Islam"

author_email = "cbed@fb.com, omarmuhammed1998.om@gmail.com, saifulislam84210@gmail.com"

description = "A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data"

long_description_content_type = "text/markdown"

url = "https://github.com/facebookexternal/mapillary-python-sdk"

requires_python = '>3.5'

here = os.path.abspath(os.path.dirname(__file__))

requirements = ["mercantile", "Fiona", "mapbox-vector-tile"]
classifiers = [
        'Programming Language :: Python',
        'Programming Language :: Python :: 3',        
        "Programming Language :: Python :: 3.7",
    ]

Why?

This PR is in context with issues of #7, #5, #4, #3, where the goal and main underlying milestone is to have a basic boiler setup for the Mapillary Python SDK library so that it can be published on PyPi

Feedback required over ...

Feedback required when ...

This is a work in progress, as mentioned in Discord, I have looked into the instructions until the 10th, this is currently NOT tested under installing from PyPi itself, and the steps starting from the 11th and onwards need to be tested

Mentions

References