Skip to content

Commit

Permalink
CleverCSV Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Apr 5, 2022
1 parent c14e2c4 commit 64d1309
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 70 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.7.2

* Re-implement command line interface using Wilderness
* Add man-pages to package

## Version 0.7.1

* Remove deprecated wrapper functions
Expand Down
28 changes: 9 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,25 +250,15 @@ also generate Python code for importing data from a file with the correct
dialect. The full help text is as follows:

```text
USAGE
clevercsv [-h] [-v] [-V] <command> [<arg1>] ... [<argN>]
ARGUMENTS
<command> The command to execute
<arg> The arguments of the command
GLOBAL OPTIONS
-h (--help) Display this help message.
-v (--verbose) Enable verbose mode.
-V (--version) Display the application version.
AVAILABLE COMMANDS
code Generate Python code for importing the CSV file
detect Detect the dialect of a CSV file
explore Drop into a Python shell with the CSV file loaded
help Display the manual of a command
standardize Convert a CSV file to one that conforms to RFC-4180
view View the CSV file on the command line using TabView
usage: clevercsv [-h] [-V] [-v] command ...
Available commands:
help Display help information
detect Detect the dialect of a CSV file
view View the CSV file on the command line using TabView
standardize Convert a CSV file to one that conforms to RFC-4180
code Generate Python code to import a CSV file
explore Explore the CSV file in an interactive Python shell
```

Each of the commands has further options (for instance, the ``code`` and
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

Version 0.7.2
-------------


* Re-implement command line interface using Wilderness
* Add man-pages to package

Version 0.7.1
-------------

Expand Down
28 changes: 9 additions & 19 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,25 +270,15 @@ dialect. The full help text is as follows:

.. code-block:: text
USAGE
clevercsv [-h] [-v] [-V] <command> [<arg1>] ... [<argN>]
ARGUMENTS
<command> The command to execute
<arg> The arguments of the command
GLOBAL OPTIONS
-h (--help) Display this help message.
-v (--verbose) Enable verbose mode.
-V (--version) Display the application version.
AVAILABLE COMMANDS
code Generate Python code for importing the CSV file
detect Detect the dialect of a CSV file
explore Drop into a Python shell with the CSV file loaded
help Display the manual of a command
standardize Convert a CSV file to one that conforms to RFC-4180
view View the CSV file on the command line using TabView
usage: clevercsv [-h] [-V] [-v] command ...
Available commands:
help Display help information
detect Detect the dialect of a CSV file
view View the CSV file on the command line using TabView
standardize Convert a CSV file to one that conforms to RFC-4180
code Generate Python code to import a CSV file
explore Explore the CSV file in an interactive Python shell
Each of the commands has further options (for instance, the ``code`` and
``explore`` commands have support for importing the CSV file as a Pandas
Expand Down
8 changes: 0 additions & 8 deletions docs/source/clevercsv.console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ clevercsv.console.application module
:undoc-members:
:show-inheritance:

clevercsv.console.config module
-------------------------------

.. automodule:: clevercsv.console.config
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv-code.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv-code
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV-CODE" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV-CODE" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv-detect.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv-detect
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV-DETECT" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV-DETECT" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv-explore.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv-explore
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV-EXPLORE" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV-EXPLORE" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv-help.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv-help
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV-HELP" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV-HELP" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv-standardize.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv-standardize
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV-STANDARDIZE" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV-STANDARDIZE" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv-view.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv-view
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV-VIEW" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV-VIEW" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/clevercsv.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clevercsv
.\" Author: G.J.J. van den Burg
.\" Generator: Wilderness <https://pypi.org/project/wilderness>
.\" Date: 2022-04-04
.\" Date: 2022-04-05
.\" Manual: clevercsv Manual
.\" Source: clevercsv 0.7.1
.\" Source: clevercsv 0.7.2
.\" Language: English
.\"
.TH "CLEVERCSV" "1" "2022\-04\-04" "Clevercsv 0\&.7\&.1" "Clevercsv Manual"
.TH "CLEVERCSV" "1" "2022\-04\-05" "Clevercsv 0\&.7\&.2" "Clevercsv Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
from setuptools import setup
from setuptools._distutils.core import Command

# from setuptools._distutils.extension import Extension


# Package meta-data.
AUTHOR = "Gertjan van den Burg"
DESCRIPTION = "A Python package for handling messy CSV files"
Expand Down

0 comments on commit 64d1309

Please sign in to comment.