The Python Client for the Atlassian Marketplace, which allows to easily get information from the Atlassian Marketplace and setting information in it.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This project was written with Python 3.6. The results of running this with Python 2 will vary.
The requirements which are needed to run the atlassian_marketplace_python_client are set in the requirements.txt file and can be installed by running the following command in your command line.
pip install -r requirements.txt
or
venv/bin/pip install -r requirements.txt
Version 0.1: Supports getting products from a specific vendor(as json) and getting only the names of the products of a specific vendor.
Version 0.3: Update to requests 2.20.0 to fix potential vulnerability.
- Jean Petry
This project is licensed under the MIT License - see the LICENSE.md file for details