Prsmsp

Latest version: v1.7.2

Safety actively analyzes 641221 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.7.2

What's Changed
* Add ``Panel`` to ``prsmsp`` main module, now you can use ``prsmsp`` like this:
python
from prsmsp import Panel
p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")

* Add ``Exceptions`` for validating auth type for each ``panel``, should be ``username and password`` or ``api_key``.

**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.7.1...v1.7.2

1.7.1

What's Changed
* Add ``Panel`` to ``prsmsp`` main module, now you can use ``prsmsp`` like this:
python
from prsmsp import Panel
p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")

* Add ``Exceptions`` for validating auth type for each ``panel``, should be ``username and password`` or ``api_key``.

**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.7.0...v1.7.1

1.7.0

Panel Factory
now you can use a factory and call your panel like this
python
from prsmsp.panel import Panel

p = Panel("PANEL_NAME", username="USERNAME", password="PASSWORD")

p.send_sms(**args)

or for api key based you can use this
python
from prsmsp.panel import Panel

p = Panel("PANEL_NAME", api_key="API_KEY")

p.send_sms(**args)


What's Changed
* Add Panel Factory by parsariyahi in https://github.com/parsariyahi/prsmsp/pull/46


**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.6.0...v1.7.0

1.6.0

panels
* Sapak

What's Changed
* Add Sapak panel by parsariyahi in https://github.com/parsariyahi/prsmsp/pull/43


**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.5.0...v1.6.0

1.5.0

panels
* Sms1

What's Changed
* Add sms1 panel 25 by parsariyahi in https://github.com/parsariyahi/prsmsp/pull/42


**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.4.0...v1.5.0

1.4.0

Panels
* niksms

What's Changed
* feature(panel): Add niksms panel by parsariyahi in https://github.com/parsariyahi/prsmsp/pull/41


**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.3.1...v1.4.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.