Metadata-Version: 2.1 Name: LbSoftConfDb2Server Version: 1.2.6 Summary: LHCb Software configuration database 2 server Home-page: https://gitlab.cern.ch/lhcb-core/LbSoftConfDb2Server Author: CERN - LHCb Core Software Author-email: lhcb-core-soft@cern.ch License: GPLv3+ Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Build Tools Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 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 Requires-Python: >=2.7 Requires-Dist: py2neo (>=4.1.0) Requires-Dist: LbCommon Requires-Dist: LbEnv Requires-Dist: LbSoftConfDb2Clients Neo4j database used to store the dependencies of the LHCb software projects. The project is composed of 2 packages: * a client side package that contains all the clients. The clients connect to the server side application using XML RPC via HTTP requests. The communication is done for clients that only query the databse using non-authe requests, while the database modifications are done using SSO auth requests. * a server side package. It provides 2 XML RPC servers: one for non-auth requests and the other one for auth-requests. The SSO auth is managed by a revers Apache proxy. The data exchange with the Neo4j server is executed only the main component of the application.