Pendulum is a Python package to ease datetimes manipulation. It provides classes that are drop-in replacements for the native ones (they inherit from them).
Pendulum is a Python package to ease datetimes manipulation. It provides classes that are drop-in replacements for the native ones (they inherit from them).
To install py38-pendulum, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-pendulum
To see what files were installed by py38-pendulum, run:
port contents py38-pendulum
To later upgrade py38-pendulum, run:
sudo port selfupdate && sudo port upgrade py38-pendulum
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.