Skip to main content

A Python wrapper for the ProductsUp API

Project description

ProductsUpPy

This is a simple Python wrapper around the ProductsUp platform API. It allows you to easily interact with the ProductsUp platform using Python code.

Features

Easy to use interface Support most ProductsUp platform API endpoints Exception handling for common error cases

Installation

You can install the package using pip:

pip install productsup-py

Usage

import productsup_py as pu

# First, create a ProductUpAuth object
pu_auth = pu.ProductUpAuth(1234, 'mknjbhvgcd')
# Next, create a Projects object
example_project = pu.Projects(pu_auth)

project = example_project.get_project(28532)

print("Project ID:", project.project_id)
print("Project Name:", project.name)
print("Project Creation Date:", project.created_at)
Output:
Project ID: 28532
Project Name: Test
Project Creation Date: 2015-08-20 14:19:00

Supporting

In case of any issues or for feature request, please raise an issue on the GitHub repository.

License

Copyright (c) 2023, Lyes Tarzalt All rights reserved.

This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

productsup_py-0.0.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

productsup_py-0.0.1-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file productsup_py-0.0.1.tar.gz.

File metadata

  • Download URL: productsup_py-0.0.1.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.7

File hashes

Hashes for productsup_py-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a03aad440c7e7236d22e5cc8be4e5c9f73c6d0b087902e1e168310c9b30a7ab5
MD5 ae61e76763e48a3a8d79ae8fd4d041d6
BLAKE2b-256 e45b73f7cbc673b35885f9659092666e1b9757342d263b83e461208d32b76896

See more details on using hashes here.

File details

Details for the file productsup_py-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for productsup_py-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 743886d6546002a5d2ecde2e36078f30189d4cfe09f5c848ea6dfb9d0e8774a7
MD5 b20a63a6efe4b644bd436384691a1226
BLAKE2b-256 b7d454eff3e3d3f9a41836266ed8115b90ee17e97fc82616b4f437f2bda428ec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page