Fast, safe and thoroughly tested implementation of bencode in pure Python 3, without any C extension.
Fast, safe and thoroughly tested implementation of bencode in pure Python 3, without any C extension. This is called flatbencode because the algorithm for decoding a bencode structure is non-recursive, thus preventing RuntimeException.
Fast, safe and thoroughly tested implementation of bencode in pure Python 3, without any C extension. This is called flatbencode because the algorithm for decoding a bencode structure is non-recursive, thus preventing RuntimeException.
To install py314-flatbencode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py314-flatbencode
To see what files were installed by py314-flatbencode, run:
port contents py314-flatbencode
To later upgrade py314-flatbencode, run:
sudo port selfupdate && sudo port upgrade py314-flatbencode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.