Metadata-Version: 2.1
Name: past-time
Version: 0.3.1
Summary: Visualizer for the days of the year
Home-page: https://github.com/audiusGmbH/audiness
License: MIT
Keywords: time,days,year,past
Author: Fabian Affolter
Author-email: fabian@affolter-engineering.ch
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Dist: click
Requires-Dist: tqdm
Project-URL: Repository, https://github.com/audiusGmbH/audiness
Description-Content-Type: text/x-rst

past-time
=========

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 <https://pypi.python
.org/pypi>`_.

.. code:: bash

    $ pip3 install past-time

Installation on Fedora and CentOS/RHEL with EPEL.

.. code:: bash

    $ 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.

.. code:: bash

   $ nix-env -iA nixos.past-time

Usage
-----

Execute the command to get a visual representation of the year's progress.

.. code:: bash

    $ past-time now

Development
-----------

For development is recommended to use a ``venv``.

.. code:: bash

    $ python3.6 -m venv .
    $ source bin/activate
    $ python3 setup.py develop

License
-------

``past-time`` is licensed under MIT, for more details check LICENSE.

