Skip to main content

A bawdy, emoji-friendly progress bar.

Project description

Another Python Terminal Logger

Here it is: another python terminal logger---apytl.

Installation

I've attempted to make this easy. You should be abple to use pip to install the package by running:

pip install apytl

You may also install from source. You may either download the files from PyPI by following the Download files link on the package homepage, or you may clone the git repository:

git clone https://github.com/anadolski/apytl.git

If this is the first time you're installing the package, all you should need to do is cd to the source directory (i.e., the one containing setup.py) and run:

python setup.py build
python setup.py install --user --record ./.installed_files.txt

If you re-clone the repo (or git pull or otherwise update the source code), you will need to reinstall to take advantage of all the fun new features. And bugs. Let's not forget those bugs. To reinstall---again, from the source directory---run:

rm $(cat ./.installed_files.txt)

This command will attempt to delete every entry in .installed_files.txt, so use with caution.

To reinstall, simply run the build and install commands mentioned at the beginning of the section.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apytl-0.0a3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

apytl-0.0a3-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page