Metadata-Version: 2.1
Name: protocol-helper
Version: 0.0.5
Summary: Common protocol encapsulation classes
Home-page: UNKNOWN
Author: LeisureMan
Author-email: leisuremam@gmail.com
License: BSD License
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE

## Common protocol encapsulation integration

pip install protocol-helper


Please set the environment variables before the project is initialised



import os

# The directory where you store your .env files
os.environ.setdefault('LOAD_PROJECT_PATH', BASE_PATH)




Current required profile

# Monitoring Centre
SURVEILLANCE_SYSTEM_DOMAIN=
SURVEILLANCE_SYSTEM_TOKEN=




