Skip to content

Commit

Permalink
Release v0.0.2 - Dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 22, 2022
1 parent 7d6b203 commit 78f95b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.0.2] 2022-11-22
### Dummy

- Minor Updates

## [0.0.1] 2022-11-22
### Dummy Release

Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ Converter library for XLS, CSV, OpenAPI, URLs using a simple Drag & Drop UI.
| Status | Format | Output | Info |
| --- | --- | --- | --- |
| NA | OpenAPI | `DB Model` | DB Model |
| NA | OpenAPI | DataTables | Paginated DT (vanilla JS) |
| NA | **OpenAPI** | `DB Model` | DB Model(s) extraction |
| NA | **OpenAPI** | DataTables | Paginated DT (vanilla JS) |
| --- | --- | --- | --- |
| NA | Pandas DF | `DB Model` | DB Model |
| NA | Pandas DF | Export (with filters) | CSV, PDF |
| NA | Pandas DF | DataTables | Paginated Data View (vanilla JS) |
| NA | Pandas DF | Charts | Data to visualisation |
| --- | --- | --- | --- |
| NA | CSV | `DB Model` | DB Model |
| NA | CSV | Export (with filters) | CSV, PDF |
| NA | CSV | DataTables | Paginated Data View (vanilla JS) |
| NA | CSV | Charts | Data to visualisation |
| NA | **Pandas DF** | `DB Model` | DB Model |
| NA | **Pandas DF** | Export (with filters) | CSV, PDF |
| NA | **Pandas DF** | DataTables | Paginated Data View (vanilla JS) |
| NA | **Pandas DF** | Charts | Data to visualisation |
| --- | --- | --- | --- |
| NA | **CSV** | `DB Model` | DB Model |
| NA | **CSV** | Export (with filters) | CSV, PDF |
| NA | **CSV** | DataTables | Paginated Data View (vanilla JS) |
| NA | **CSV** | Charts | Data to visualisation |

<br />

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='python-data-converter',
version='0.0.1',
version='0.0.2',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 78f95b8

Please sign in to comment.