Synchronize your subtitle files by shifting the subtitle time (+/-)
Project description
Report Manager
Version: 0.0.2
Manage your reports
- Merge reports based off specified columns
- Generate analysis on data set
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"
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
File details
Details for the file report_manager-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: report_manager-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c95019e9c5c8a814a96c78fbb78db6c11085498fb121b3cc76671effb4222c16 |
|
MD5 | 065583052158d53c15c0c7dc021935b8 |
|
BLAKE2b-256 | 0b07771f82c5390ff679560fd3246d14d7f962efecb09480a2aaa0db68bf345d |