No project description provided
Project description
Melissa Cloud API Python Package
Overview
The Melissa Cloud API Python Package provides a unified and streamlined way to access all Melissa Cloud APIs within a single, easy-to-use package. This allows developers to seamlessly integrate and access Melissa's powerful cloud-based services directly from their own development environment.
For more details about how to use the Melissa Cloud API Python Package, please visit the Melissa Docs
For more details about Melissa Cloud APIs, please click here
Features
- Comprehensive API Coverage: Access all Melissa Cloud APIs through a unified interface
- Ease of Integration: Simplifies the process of integrating Melissa's Cloud APIs into your applications
- Consistent Interface: Offers a standardized way to interact with different Melissa Cloud APIs
Getting Started
These instructions will get you a copy of the package integrated into your development environment.
Licensing
All Melissa cloud services require a license to use. This license is an encrypted series of letters, numbers, and symbols. This license can also either be a Credit license or a Subscription license. Both ways use the same service, so you do not need to change your code to move from one model to another.
To learn more about how to set up a license key with Melissa, please click here
Installation
To integrate the package source code with another Python project, proceed with the following instructions:
Install with pip - reccommended method
-
Ensure that you have pip installed on your machine. You can check this by using :
pip --versionFor information on installing and using pip please see https://pip.pypa.io/en/stable/installation/
-
Run the command:
pip install melissadatacloudapi -
Add to your project:
import melissadatacloudapiOr if you want to only add specific classes add something like this:
from melissadatacloudapi.RecordRequests import GlobalPhoneRecordRequest from melissadatacloudapi.cloudapis.GlobalPhone import GlobalPhone from melissadatacloudapi.apiresponse import GlobalPhoneResponse from melissadatacloudapi.PostReqestBase import GlobalPhonePostRequest
Import to your project manually
-
Navigate to the project directory where you would like to add the package.
-
Clone the package repository using the command:
git clone [https://github.com/MelissaData/MelissaCloudAPI-PyPI](https://github.com/MelissaData/MelissaCloudAPI-PyPI)This will create a directory named
MelissaCloudAPI-PyPIin your current location. -
Locate the package files: Inside the
MelissaCloudAPI-PyPIdirectory, you will find the actual package files within a subdirectory also namedmelissadatacloudapi. -
Copy the
melissadatacloudapidirectory: Copy the entiremelissadatacloudapidirectory. -
Navigate to your project's main directory.
-
Paste the
melissadatacloudapidirectory into your project's main directory. Your project structure should now look something like this (example):your_project/ ├── your_script.py ├── ... └── melissadatacloudapi/ ├── __init__.py ├── cloudapis/ │ ├── ... ├── apiresponse/ │ ├── ... ├── PostReqestBase.py └── RecordRequests.py
Contact Us
For free technical support, please call us at 800-MELISSA ext. 4 (800-635-4772 ext. 4) or email us at Tech@Melissa.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file melissadatacloudapi-3.13.124.tar.gz.
File metadata
- Download URL: melissadatacloudapi-3.13.124.tar.gz
- Upload date:
- Size: 74.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0988a4e9fad5a486ef5475573b0524e9f9e39b0f763edd79b4d58b5701c5059
|
|
| MD5 |
3b823a5c8b13d2c45840279ed4a135a7
|
|
| BLAKE2b-256 |
13e8eddb889ffe8a890cd60fcec486ca70858f6fd15cd6360668d7554ba9f2b5
|