Mapbox

Latest version: v0.18.1

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

0.3.0

------------------
- Testing and Documentation improvements (38, 47, 54)
- Geocoding options to specify country code and dataset (55)

0.2.0

------------------
- Addition of mapbox-mapmatching command (17).
- Access tokens can be set in a mapbox.ini config file (1). See
`mapbox --help` for directions.
- Addition of mapbox-config command (30).
- The mapbox-upload infile arg type has been changed to `click.File` (29).
- This release requires a patched distribution of `boto3`. Either follow the
two step installation process in the README or satisfy the requirement in
a single command using pip's `--constraint` option and the mapbox-cli-py
constraints.txt file (22).

0.1.3

- **Fix:** Include all services in the UMD bundled client. Several were missing.

0.1.2

- **Chore:** Use `mapbox/fusspot` for validation; remove the local implementation.

0.1.1

- **Fix:** `DirectionsgetDirections` and `GeocodingforwardGeocode` stringify boolean query parameters like `steps` and `autocomplete`.

0.1.0

------------------
- Initial release consists of a `mapbox` command and the following
sub-commands: directions, distance, geocoding, staticmap, surface, upload.
Each corresponds to one of the Mapbox APIs described at
https://www.mapbox.com/developers/api/.


How to release

A source distribution (sdist) and wheels (bdist_wheel) for Python 2 and 3 are published to PyPI under the 'mapboxci' account
using [twine](https://twine.readthedocs.io/en/latest/index.html).

This process has been automated on Travis-CI. The 'mapboxci' account name and its token are stored on Travis-CI (see
`PYPI_USERNAME` and `PYPI_PASSWORD` in the project settings). Pushing a tag to GitHub will result in uploads to PyPI if the
build succeeds. You can make releases from the GitHub web page if you like.

Steps for making a release:

* Update the `__version__` attribute in mapboxcli/\_\_init\_\_.py. This project uses semantic versioning.
* Update the CHANGES file.
* Make a new tag that exactly matches the `__version__` attribute above.
* Push the tag and look for the new release and its binaries at https://pypi.org/project/mapboxcli/#history.

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.