Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiostp

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiostp

asyncio client library for stpmex.com

  • 0.0.12
  • PyPI
  • Socket score

Maintainers
2

asyncio client library for stpmex.com

STP – Async python client library for stpmex.com

test codecov release

Installation

pip install aiostp

Authentication

The preferred way to configure the credentials for the client is to set the STP_PRIVATE_LOCATION and STP_KEY_PASSPHRASE environment variables. The client library will automatically configure based on the values of those variables. STP_PRIVATE_LOCATION can be the route to the file, or the private key itself.

To configure manually:

import aiostp

aiostp.configure(priv_key='PKxxxx', priv_key_passphrase='yyyyyy')

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc