Metadata-Version: 2.1
Name: clipt
Version: 1.0.14
Summary: clipt makes graphs using matplotlib from the command line
Home-page: https://bitbucket.org/stephenwasilewski/clipt
Author: Stephen Wasilewski
Author-email: stephen@coolshadow.com
License: Mozilla Public License 2.0 (MPL 2.0)
Project-URL: documentation, https://clipt.readthedocs.io/
Keywords: clipt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
License-File: LICENSE

About
-----
Clipt (command line interface plotting tool) uses clasp and matplotlib
to aid in plotting data files using matplotlib directly from the command
line using a extensive set of options.  See the clasp documentation for
imformation about using config files.

https://clipt.readthedocs.io/

Clipt was built using clasp: https://clasp.readthedocs.io/
which in turn depends on click: https://palletsprojects.com/p/click/


Installation
------------

::

    pip install clipt

Usage
-----

see::

    cl_plot --help

Autocomplete
------------

::

    _CL_PLOT_COMPLETE=source cl_plot > clipt_complete.sh


In your .bash_profile::

    source path/to/bin/clipt_complete.sh


Source Code
-----------

* clipt: https://bitbucket.org/stephenwasilewski/clipt

Licence
-------

| Copyright (c) 2018 Stephen Wasilewski
| This Source Code Form is subject to the terms of the Mozilla Public
| License, v. 2.0. If a copy of the MPL was not distributed with this
| file, You can obtain one at http://mozilla.org/MPL/2.0/.



=======
History
=======

1.0.0
-----
alpha python 3.7 version

0.1.11
------
polar fix for scatter plot plus variable defined marker size

0.1.11
------
initial box plot implementation (need to work on multi-series / color options)

0.1.10
------
expose additional options to CLI

0.1.9
-----
fix polar axis readin options on scatterplot

0.1.8
-----
proper labeling of max value when using -xticks/yticks

0.1.7
-----
bug in cl_plot colors

0.1.6
-----
improve graph formatting and bug fixes in scatter and histo

0.1.3
-----
add release to version bump

0.1.2
-----
first release on pypi

0.1.1
-----
remove dependency link from setup.py

0.1.0
-----
first stable release

0.0.1
-----
Initial setup of the directory

