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

[Build+Structural Suggestions] Setup suggestions #37

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

[Build+Structural Suggestions] Setup suggestions

Pull Request Type

Purpose

To provide easier build instructions with boilerplate ideas in the spirit of `build, develop, test, deploy

Why?

Keep code standardized and according to a proper format and code guidelines helps readers and developers make sense of how the code operates. Flake8 and black help to lint and format the code so a consistent style is visible across the project, and to protect against bugs (unused variables, unrecognized function calls, inconsistent code styling).

Also pipenv is much simpler to operate than virtualenv, with better dependency separation and python version specification.

Feedback required over

Feedback required when

Whenever feasible, no rush!

Mentions

Rubix982 commented 3 years ago

Fixed with #41