8000 Initial commit · pythonnet/pythonnet-docker@c7b6de7 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit c7b6de7

Browse files
committed
Initial commit
0 parents  commit c7b6de7

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# General binaries and Build results
2+
*.dll
3+
*.exe
4+
*.pdb
5+
6+
### JetBrains ###
7+
.idea/
8+
9+
### Python ###
10+
# Byte-compiled / optimized / DLL files
11+
__pycache__/
12+
*.py[cod]
13+
14+
# Distribution / packaging
15+
build/
16+
dist/
17+
*.egg-info/
18+
19+
### CSharp ###
20+
# User-specific files
21+
*.suo
22+
*.user
8000 23+
*.vcxproj.filters
24+
*.userprefs
25+
*.DotSettings.user
26+
27+
# Build results
28+
[Bb]in/
29+
[Oo]bj/

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017-2017 the contributors of the "Python for .NET" project
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a
6+
copy of this software and associated documentation files (the "Software"),
7+
to deal in the Software without restriction, including without limitation
8+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
9+
and/or sell copies of the Software, and to permit persons to whom the
10+
Software is furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included
13+
in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21+
DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# pythonnet-docker

0 commit comments

Comments
 (0)
0