Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phaethon committed May 26, 2018
1 parent 663ff74 commit 28a4be5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

To clearly separate from original scapy project and decrease ambiguity in naming, we are undergoing renaming. This will include:
* renaming of the github repo (done)
* using new package name on PyPI (at present only non functional package as a placeholder is published, do not use it yet)
* new python module name (renaming currently in development)
* documentation to be updated (not done yet, including this Readme)
* using new package name on PyPI (first release published, consider it for testing purposes at this moment)
* new python module name (done)
* documentation to be updated (not fully done yet, including this Readme)

Existing PyPI package scapy-python3 will not be updated with new functionality except a warning message on the need to transition to the different package.
Existing PyPI package scapy-python3 will not be updated with new functionality except a warning message on the need to transition to a different package.

N.B.! If you use current code from Github you need to use `from scapy3k.all import *` (instead of `from scapy.all import *`).
This is temporary solution to resolve name clashes. From the next release you will need to use `from kamene.all import *`.
N.B.! If you use current code from Github or new package kamene from PyPI you need to use `from kamene.all import *` (instead of `from scapy.all import *`).

More news to follow on the coming new features once naming transition is finalized.

Expand Down

0 comments on commit 28a4be5

Please sign in to comment.