Skip to main content

Generate reports from amphibian info dataset

Project description

REPORT GENERATOR

Requirements

Python3 is required to be installed on the computer. Also, the python3 Venv package is required to be installed.

If Python3 is not available program can be ran by downloading executable files found in zipped in the dist_zip directory.

Further project requirements for external Python libraries can be found in the requirements.txt file. This file is located in the root folder of the project directory.

The rest of the process of the project's setup is outlined in the installation section below.

Installation

Installation from PyPI

To install from PyPI and using pip it is recommended to initially set up a virtual environment or use a package manager like poetry.

            python3 -m venv {venv-name}

Then activate the venv.

            source {venv-name}/bin/activate

Then install the package.

            pip install qub-amphibian-report-generator

Installation from Git Repository

To install the project: first download the project code from the repository. Extract or pull the code into the directory of your choice. Open a terminal in this directory.

Next set up the virtual environment. This allows us to install the project's libraries without affecting the broader Python environment on the computer. (In example code Python's venv is used.)

    python3 -m venv {venv-name}

This will create a virtual environment to install the project's required libraries. We then activate it through the following command:

    source {venv-name}/bin/activate

We then install the required files:

    pip install requirements.txt

Then install package:

    python -m build

    pip install -e .

When this process has been completed it is now possible to use the program.

Installation from executable files

Download the file. Unzip file. Open directory and double-click app file.

Use

Once the package has been installed and setup the Report Generator program can be used from venv with the command:

    report-generator

This will start the GUI application for the report generator

If the user wants to use the CLI:

    report-generator --cli [options]

CLI options can be found with the command:

    report-generator -h
    report-generator -help

Or can be found in the projects documentation.

If the user wants to set up a new project:

    create-report-generator

Documentation

Project documentation can be found here

Versions

Archived versions of the Report Generator Program can be found in links to repositories below

Changelog

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

qub-amphibian-report-generator-0.0.24.tar.gz (42.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file qub-amphibian-report-generator-0.0.24.tar.gz.

File metadata

File hashes

Hashes for qub-amphibian-report-generator-0.0.24.tar.gz
Algorithm Hash digest
SHA256 dc506f737337f3070b3c6fd757cee6e6f9e3180ba720c27a21761e8b4bbacfcd
MD5 3d61eca3ee939f7759367df13fa60e5f
BLAKE2b-256 e5528a61074f8676fdeb9734dc4251d1f274fd4e6736b61dde7e6e802ab42389

See more details on using hashes here.

File details

Details for the file qub_amphibian_report_generator-0.0.24-py3-none-any.whl.

File metadata

File hashes

Hashes for qub_amphibian_report_generator-0.0.24-py3-none-any.whl
Algorithm Hash digest
SHA256 345799e54d0353a055c0ddfab05371a4e2bd20dcce7fbc17882a9adee7ae7d91
MD5 82c25fec06a78af74f4e2944fb200cd9
BLAKE2b-256 8471997256acc5d47119bdd75cfa3856b8a131cc071791ed499755c163b24bc3

See more details on using hashes here.

Supported by

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