Skip to main content

Software development kit for the ProjectManager.com API for Python

Project description

PyPI - Version

ProjectManager.com SDK API v4

This software development kit contains all API definitions for the ProjectManager.com REST API v4 for Python.

Why use the SDK?

The ProjectManager API v4 is available as a REST definition in OpenAPI format. You can read the documentation online at developer.projectmanager.com.

Using this SDK

Here's how to add this SDK to create a project.

pip install ProjectManagerSdk

To create an API client for ProjectManager, you must specify:

  • Your API key, and
  • Your environment URL.

For the ProjectManager production environment, the environment URL is https://api.projectmanager.com.

To obtain a ProjectManager.com API key:

  • Log on to ProjectManager.com
  • Click your name in the bottom left hand corner
  • Select Account, then API
  • Follow the instructions on the page to create a new API key

This example code demonstrates how to retrieve your API key from an environment variable and use it in Python:

import ProjectManagerSdk
import os

# Retrieve API key and create a client
apiKey = os.environ.get('PM_API_KEY')
client = ProjectManagerSdk.ProjectManagerClient('production', 'EXAMPLE_JUPYTER_NOTEBOOK')
client.with_api_key(apiKey)

# Test connectivity to the server
status_results = client.me.retrieve_me()
if not status_results.success or not status_results.data:
    print("Your API key is not valid.")
    print("Please set the environment variable PM_API_KEY and PM_ENV and try again.")
    exit()
print(f"Logged in as {status_results.data.fullName} ({status_results.data.emailAddress})")

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

projectmanagersdk-148.0.136.tar.gz (85.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

projectmanagersdk-148.0.136-py3-none-any.whl (228.5 kB view details)

Uploaded Python 3

File details

Details for the file projectmanagersdk-148.0.136.tar.gz.

File metadata

  • Download URL: projectmanagersdk-148.0.136.tar.gz
  • Upload date:
  • Size: 85.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for projectmanagersdk-148.0.136.tar.gz
Algorithm Hash digest
SHA256 c18e5ff485d03ccb0029675491022df62ee05792b84cfc27c5205ebbe403f8c7
MD5 bf46a686653cfeef30aa84c0c4faba63
BLAKE2b-256 55a567c27bd79c2c5aa0860dc1207fae9dd6719b6f8c096c7963490fbbe48e75

See more details on using hashes here.

File details

Details for the file projectmanagersdk-148.0.136-py3-none-any.whl.

File metadata

File hashes

Hashes for projectmanagersdk-148.0.136-py3-none-any.whl
Algorithm Hash digest
SHA256 f78faa5a5261f6f4ddb9b0615bc62be6d0da9be7990d9ac67b088a7b2f00bde2
MD5 6ee0e281cb760ddd5245289c584acee9
BLAKE2b-256 591fa766b9347d614d945e20891def90189690536d9f06bdfb6f9f574f2e9f76

See more details on using hashes here.

Supported by

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