Skip to main content

Manage your reports

Project description

Report Manager

Version: 0.7.0

Manage your reports

  • Merge reports based off specified columns
  • Generate analysis on data set
  • Pandas profiling

Usage:

Short Flag Long Flag Description
-h --help See Usage
-f --files File(s) to be read (Comma separated)
-n --name Name of report
-j --join-keys File(s) to be read (Pipe Separated for files, Comma separated for each column)
-t --type Save as the following formats: <CSV/csv/XLSX/xlsx>
-m --merge Merge two datasets: <inner/outer/left/right/append>
-p --pandas-profiling Generate a pandas profiling report
-r --report Generate a custom report with plots

Example:

Report and Pandas Profiling

report-manager --pandas-profiling --report
          --files "/home/Users/Fred/usa_weather.csv" 
          --name "USA Weather" 
          --type "XLSX" 
          --save-directory "/home/Users/Fred/Downloads"

Merge

report-manager --merge "append"
          --files "/home/Users/Fred/usa_weather.csv,/home/Users/Fred/mexico_weather.csv" 
          --name "North America Weather" 
          --type "csv" 
          --save-directory "/home/Users/Fred/Downloads" 
          --join-keys "column1,column2,column3"

Install Instructions

Install Python Package

python -m pip install report-manager

Build Instructions

Build Python Package

sudo chmod +x ./*.py
sudo pip install .
python setup.py bdist_wheel --universal
# Test Pypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose -u "Username" -p "Password"
# Prod Pypi
twine upload dist/* --verbose -u "Username" -p "Password"

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

report_manager-0.7.0-py2.py3-none-any.whl (10.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file report_manager-0.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for report_manager-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 371a7226b840ff030eed3da2b94b2357f37e1f34cdefc8e0f9c309d84490c7f9
MD5 d6a7dd8ccfb7493ac0079532095dcbf0
BLAKE2b-256 2745d60a5ca8cbb54aee139a0add91c9dd67749538fbd1b5b446e45f6813af65

See more details on using hashes here.

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