No project description provided
Project description
rapidsms-smpp-gateway
A RapidSMS SMPP gateway.
Management commands
smpp_client
Start an SMPP client instance:
python manage.py smpp_client smppsim
Example configuration using environment variables:
export PGDATABASE=libya_elections
export DATABASE_URL=postgresql://localhost/$PGDATABASE
export SMPPLIB_HOST=localhost
export SMPPLIB_PORT=2775
export SMPPLIB_SYSTEM_ID=smppclient1
export SMPPLIB_PASSWORD=password
export SMPPLIB_SUBMIT_SM_PARAMS='{"foo": "bar"}'
listen_mo_messages
Listen for mobile-originated (MO) messages:
python manage.py listen_mo_messages --channel new_mo_msg
Publish
- Update
pyproject.toml
with the version number - Update
CHANGES.md
with release notes - Create a new release and tag on GitHub. A
publish
Github Actions workflow is configured to run on tag creation.
Or use Poetry's publish command:
poetry config pypi-token.pypi <get-from-pypi>
poetry build
poetry publish
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
smpp_gateway-1.0.3.tar.gz
(17.2 kB
view hashes)
Built Distribution
Close
Hashes for smpp_gateway-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec70487df9d072a370c6e4c68e76461ba7640e628a4e0c9aa4d7c46cd3cb44bc |
|
MD5 | 4ee7ea97aa7a596b3cb883ce50e23686 |
|
BLAKE2b-256 | 1e795db4e18b677ef88101f9248d91bfc00ebc3037773676c5a28868afff07c6 |