OnRampSDK

Public SDK Packages for using OnRamp.

orpythonsdk (1.0.0)

Published 2026-06-03 13:51:30 -04:00 by ccurran

Installation

pip install --index-url  --extra-index-url https://pypi.org/simple orpythonsdk

About this package

Python SDK for the OnRamp public API.

ORPythonSDK

Python SDK for the OnRamp public API.

Install from Gitea

python -m pip install --index-url https://git.onramp-solutions.com/api/packages/OnRampSDK/pypi/simple orpythonsdk

Usage

from OnRampAPI import OnRampAPI, ORApiAutoAnswerMsgBoxOption

api = OnRampAPI("https://example.com/EnvRoot/")
sess = api.APILogin("username", "password")
api.SetAutoMsgBoxAnswer(sess, ORApiAutoAnswerMsgBoxOption.NoneOption)

Build

python -m pip install --upgrade build twine
python -m build

Publish to Gitea

Configure twine credentials with a Gitea access token, then upload:

python -m twine upload --repository-url https://git.onramp-solutions.com/api/packages/OnRampSDK/pypi dist/*

Git Setup

Create an empty repository in Gitea first, then connect this local folder:

git init
git add .
git commit -m "Initial Python SDK"
git branch -M main
git remote add origin https://git.onramp-solutions.com/OnRampSDK/ORPythonSDK.git
git push -u origin main

Requirements

Requires Python: >=3.9
Details
PyPI
2026-06-03 13:51:30 -04:00
46
6.7 KiB
Assets (2)
Versions (3) View all
1.4.0 2026-06-04
1.3.0 2026-06-04
1.0.0 2026-06-03