🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

tpconfig

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tpconfig

Configuration management for TotalPath services

0.1.9
PyPI
Maintainers
1

Nopaque Config

A configuration management utility for Nopaque services. Install this into any application and provide the correct environment table name to be able to fetch, write, update and delete config data.

Installation

pip install tpconfig

Builds

Carry out the following:

Update the version in config-package/src/__init__.py and config-package/setup.py

  • cd config-package
  • pip install setuptools twine
  • python setup.py sdist bdist_wheel
  • twine check dist/*
  • twine upload dist/*

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