Closed jacobwhall closed 1 year ago
Thank you for contributing to the development of this repository.
I am self-taught and my modest programming skills leave much to be desired.
If you have a desire to develop this wrapper - I will gladly accept your contribution.
I am self-taught and my modest programming skills leave much to be desired.
You wrote a bit of code that I found very useful. Thank you for making the world a better place.
Hi there,
I forked this repo yesterday and made some changes I'd like to contribute.
First I merged in @ShevFA's work packaging this repository, and then made some additional tweaks to make using the package more intuitive for me. Here's a summary of what I did:
usgs_m2m/__init__.py
to make imports look something likefrom usgs_m2m import API as M2M
UsageExample.py
into anexamples
directory and edited it to work with the packageThis can be installed with
pip install https://github.com/jacobwhall/usgs-machine-to-machine-API/archive/master.zip
(see here). You can also checkout the branch and runpip install -e .
to install it in editable mode.If you decide to merge this, I recommend editing pyproject.toml to update your contact info and any other metadata you'd like. I could help setup a PyPI publishing workflow should you be interested.
Cheers, Jacob