소스 검색

Initial commit

PD Buddy 6 년 전
커밋
f6a23879b3
2개의 변경된 파일63개의 추가작업 그리고 0개의 파일을 삭제
  1. 60
    0
      .gitignore
  2. 3
    0
      README.md

+ 60
- 0
.gitignore 파일 보기

@@ -0,0 +1,60 @@
1
+# ---> Python
2
+# Byte-compiled / optimized / DLL files
3
+__pycache__/
4
+*.py[cod]
5
+*$py.class
6
+
7
+# C extensions
8
+*.so
9
+
10
+# Distribution / packaging
11
+.Python
12
+env/
13
+build/
14
+develop-eggs/
15
+dist/
16
+downloads/
17
+eggs/
18
+.eggs/
19
+lib/
20
+lib64/
21
+parts/
22
+sdist/
23
+var/
24
+*.egg-info/
25
+.installed.cfg
26
+*.egg
27
+
28
+# PyInstaller
29
+#  Usually these files are written by a python script from a template
30
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
31
+*.manifest
32
+*.spec
33
+
34
+# Installer logs
35
+pip-log.txt
36
+pip-delete-this-directory.txt
37
+
38
+# Unit test / coverage reports
39
+htmlcov/
40
+.tox/
41
+.coverage
42
+.coverage.*
43
+.cache
44
+nosetests.xml
45
+coverage.xml
46
+*,cover
47
+
48
+# Translations
49
+*.mo
50
+*.pot
51
+
52
+# Django stuff:
53
+*.log
54
+
55
+# Sphinx documentation
56
+docs/_build/
57
+
58
+# PyBuilder
59
+target/
60
+

+ 3
- 0
README.md 파일 보기

@@ -0,0 +1,3 @@
1
+# pd-buddy-python
2
+
3
+Python library for working with the PD Buddy Sink Serial Console Configuration Interface

Loading…
취소
저장