Skip to content

Commit

Permalink
Ported to Python 3.6+, improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Mar 27, 2019
1 parent a2530fa commit 6a04090
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 148 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.log
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
Version 0.4

* Ported to Python 3.6+
* Made everything a bit more PEP8 compliant
* Improved logging

Version 0.3

* Added support for the latest version of the dnslib library - 0.9.3
Expand Down
10 changes: 10 additions & 0 deletions Pipfile
@@ -0,0 +1,10 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
dnslib = "*"
ipy = "*"
33 changes: 33 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README
@@ -1,5 +1,5 @@
_ _ __
| | version 0.2 | | / _|
| | version 0.4 | | / _|
__| |_ __ ___ ___| |__ ___| |_
/ _` | '_ \/ __|/ __| '_ \ / _ \ _|
| (_| | | | \__ \ (__| | | | __/ |
Expand Down

0 comments on commit 6a04090

Please sign in to comment.