You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
-
# PythonLIASampleServer
1
+
# PythonAASxServer
2
2
3
3
## Dependencies
4
4
5
-
This repository hosts the source code for RIC architecture,
5
+
This repository hosts the source code for Python AASx Server,
6
6
7
7
:one: The code is written in Python 3.9 <br />
8
8
:two: All the Python dependencies are specified in the [requirements.txt](https://github.com/harishpakala/PythonAASxServer/blob/master/requirements.txt) <br />
9
9
:three: The LIA OVGU development uses eclipse editor, accordingly eclipse related project files are provided in the repository.
The source code is associated with a .env file, all the configuration variables are specified in it.
13
16
<pre><code>
@@ -66,7 +69,7 @@ The table 2 provides list of rest services the Python AASx Serve rprovides, it a
66
69
The python project maintains a logger, all the important aspects regarding its functionality are captured with logger. The entire log information is stored into .LOG files under the src > main > logs folder.
67
70
68
71
## Issues
69
-
If you want to request new features or report bug [submit a new issue](https://github.com/admin-shell-io/python-aas-registry/issues/new)
72
+
If you want to request new features or report bug [submit a new issue](https://github.com/harishpakala/PythonAASxServer/issues/new)
0 commit comments