/atlassian_marketplace_python_client

The Python Client for the Atlassian Marketplace

Primary LanguagePythonMIT LicenseMIT

Atlassian Marketplace Python Client

The Python Client for the Atlassian Marketplace, which allows to easily get information from the Atlassian Marketplace and setting information in it.

Getting Started

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.

Prerequisites

This project was written with Python 3.6. The results of running this with Python 2 will vary.

Installing

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  

Versioning

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.

Authors

  • Jean Petry

License

This project is licensed under the MIT License - see the LICENSE.md file for details