The Pan Galactic Engineering Framework (pangalactic) is an open-architecture, standards-based software framework for engineering applications such as systems engineering data and tool integration, product lifecycle management (PLM), computer-aided tools (CAX) integration, collaborative systems engineering, design, and analysis, and multi-disciplinary product model capture, integration, synthesis, and transformation.
The framework consists of 3 Python "namespace packages":
pangalactic.core
contains the ontology, a sqlalchemy-based object-relational api (the "uberorb"), and various utility functions, reference data, and metadata definitions.pangalactic.node
(this package) contains the pyqt-based GUI client, pangalaxian.pangalactic.vger
contains the repository service.
As you might guess, pangalactic.node
and pangalactic.vger
both depend on
pangalactic.core
for their infrastructure. The client and repository service
both have databases with the same schema, although the client uses sqlite and
the repository uses postgresql.
For detailed instructions see the file INSTALL in the pangalactic.core
package
User documentation is in pangalactic/node/docs. Developer documentation is in
the pangalactic.core
package NOTES_FOR_DEVELOPERS.md and other "NOTES" files.
Pangalactic depends on several excellent open source libraries, applications, and frameworks, most notably:
Thanks to all the talented and dedicated folks who have developed and continue to maintain those packages and others in the formidable open source code base that makes the Pan Galactic Engineering Framework possible!
NOTICE: Copyright 2022 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S. Code. All Other Rights Reserved.
Disclaimer: No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE. FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS." Waiver and Indemnity: RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT. IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.