Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
python-cellframe
Commits
55fb4c90
Commit
55fb4c90
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Example rename
[+] Symlink for setup.py build [+] Debian temprorary build files ignore lines
parent
123c4518
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+7
-0
7 additions, 0 deletions
.gitignore
CellFrame
+1
-0
1 addition, 0 deletions
CellFrame
example/example-start-1/MyChains.py
+1
-1
1 addition, 1 deletion
example/example-start-1/MyChains.py
example/example-start-1/MyChainsCli.py
+3
-0
3 additions, 0 deletions
example/example-start-1/MyChainsCli.py
with
12 additions
and
1 deletion
.gitignore
+
7
−
0
View file @
55fb4c90
...
...
@@ -3,7 +3,14 @@ example/tmp
example/var
*.text
_skbuild/
.pybuild/
dist/
CellFrame.egg-info/
debian/*.log
debian/*.debhelper
debian/*.substvars
debian/python3-cellframe-doc/
debian/python3-cellframe/
debian/files
*.text
CMakeLists.txt.user*
This diff is collapsed.
Click to expand it.
CellFrame
0 → 120000
+
1
−
0
View file @
55fb4c90
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
example/example
_node
.py
→
example/example
-start-1/MyChains
.py
+
1
−
1
View file @
55fb4c90
from
CellFrame
import
*
import
os
app_name
=
"
example_node
"
app_name
=
"
MyChains
"
tmp_dir
=
os
.
getcwd
()
+
"
/tmp
"
var_dir
=
os
.
getcwd
()
+
"
/var
"
...
...
This diff is collapsed.
Click to expand it.
example/example-start-1/MyChainsCli.py
0 → 100644
+
3
−
0
View file @
55fb4c90
from
CellFrame
import
*
import
os
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment