Metadata-Version: 2.1
Name: atlassian_marketplace_python_client
Version: 0.3.1
Summary: The Python Client for the Atlassian Marketplace
Home-page: https://github.com/seibert-media/atlassian_marketplace_python_client
Author: Jean Petry
Author-email: jpetry@seibert-media.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# 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](LICENSE.md) file for details


