Last updated:
0 purchases
pasttime 0.3.1
A simple tool to visualize the progress of the year based on the past days.
Installation
The tool is available from the Python Package Index.
$ pip3 install past-time
Installation on Fedora and CentOS/RHEL with EPEL.
$ dnf -y install past-time
For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
be present in the unstable channel.
$ nix-env -iA nixos.past-time
Usage
Execute the command to get a visual representation of the year’s progress.
$ past-time now
Development
For development is recommended to use a venv.
$ python3.6 -m venv .
$ source bin/activate
$ python3 setup.py develop
License
past-time is licensed under MIT, for more details check LICENSE.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.