py-kitchen is a python API for commonly used snippets of code
The py-kitchen module provides a python API for all sorts of little useful snippets of code that everybody ends up writing for their projects but never seem big enough to build an independent release. Use kitchen and stop cutting and pasting that code over and over.
The py-kitchen module provides a python API for all sorts of little useful snippets of code that everybody ends up writing for their projects but never seem big enough to build an independent release. Use kitchen and stop cutting and pasting that code over and over.
To install py37-kitchen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-kitchen
To see what files were installed by py37-kitchen, run:
port contents py37-kitchen
To later upgrade py37-kitchen, run:
sudo port selfupdate && sudo port upgrade py37-kitchen
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.