This script automates the process of setting up GitHub Actions workflows for Postman collections. It supports both GitHub repository integration and local workflow setup, allowing for flexible usage in various scenarios.
Project description
PostmanxGithub Action Automatic Sync
This Python package automates the process of setting up GitHub Actions workflows for Postman collections. It supports both GitHub repository integration and local workflow setup, allowing for flexible usage in various scenarios.
Features
- Export Postman collections using a UID or from a local file
- Add Postman collections to GitHub repositories (new or existing)
- Create or update GitHub Actions workflows
- Set up workflows locally without GitHub interaction
- Use custom YAML templates for GitHub Actions workflows
- Support for both new and existing repositories
Installation
You can install the package using pip:
pip install postman-github-sync
Usage
After installation, you can use the package in two ways:
- As a command-line tool:
postman_github_sync [--local] [--template PATH_TO_TEMPLATE]
- As a Python module:
from postman_github_sync import main
main()
Command-line Options
--local
: Set up the workflow files locally without interacting with GitHub.--template PATH_TO_TEMPLATE
: Use a custom YAML template for the GitHub Actions workflow.
Environment Variables
GITHUB_TOKEN
: Your GitHub personal access token (required for GitHub operations)POSTMAN_API_KEY
: Your Postman API key (required for exporting collections by UID)
Examples
-
Setting up a workflow in a GitHub repository:
postman_github_sync
-
Setting up a local workflow:
postman_github_sync --local
-
Using a custom template for GitHub setup:
postman_github_sync --template my_template.yml
Development
To set up the development environment:
-
Clone the repository:
git clone https://github.com/yourusername/postman_github_sync.git cd postman_github_sync
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install the package in editable mode with development dependencies:
pip install -e ".[dev]"
-
Run tests:
pytest
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
Built Distribution
File details
Details for the file postman_github_sync-0.1.0.3.tar.gz
.
File metadata
- Download URL: postman_github_sync-0.1.0.3.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3684f8486752b262758b15ef8c99a4ca61debc0afe7f20eff31e1dee6a15248 |
|
MD5 | d5983251a63292e5774187a6f35af450 |
|
BLAKE2b-256 | 4f695bf4b025b02e96cce621df22b4d23abcebbf6a8c046cd5c4226559bce3aa |
File details
Details for the file postman_github_sync-0.1.0.3-py3-none-any.whl
.
File metadata
- Download URL: postman_github_sync-0.1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a87740e15ae7a41cdb372fef717ef4b9f2f13fb7ba9b9986e83f8974608c8edd |
|
MD5 | be2a1d96c09ec5cdfe84e393f620b05b |
|
BLAKE2b-256 | 007ae1790f177b861fe6d253d77a8fb85fc2a198b728a16f0301a50b0157a9af |