Skip to content

Commit 00eb640

Browse files
authored
Python 3.x support + PEP8 Cleanup (#10)
* Converted Py2.x code to Py3.x compatible code * Made EDF.py Py2.7+3.x compatible. * Modified code syntax to reflect PEP-8 Guidelines * Added documentation + independent module design. * EDF.py is independent module.removed testedf.py. * cleanup * cleanup II * only py3 support * restructured styling. Restructured functions. * Optimization : removed 'if' from writebyte * Edited README Co-authored-by: = <=>
1 parent 9361d60 commit 00eb640

File tree

4 files changed

+248
-153
lines changed

4 files changed

+248
-153
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude these dirs
2+
/_pycache_/
3+
/.vscode/

0 commit comments

Comments
 (0)