Metadata-Version: 1.1
Name: cj
Version: 0.7.0
Summary: Personal collection of command line utilities.
Home-page: https://github.com/vitorfs/cj/
Author: Vitor Freitas
Author-email: vitor@freitas.com
License: MIT License
Description: CJ
        ==
        
        Personal collection of command line utilities. I usually add more functions as
        I need them. No particular subject.
        
        The idea of this package is to be self-contained and easily installed in any
        unix-like system. It should also be safe to install it globally without a
        virtual environment. For that matter, I try to avoid at all cost using
        external Python dependencies and using Python 3 specific features.
        
        The usage varies from command-line utilities, automation scripts to cron tasks.
        
        Installation
        ------------
        
        Using pip:
        
        .. code-block:: console
        
            pip install cj
        
        Usage
        -----
        
        .. code-block:: console
        
            cj COMMAND
        
        Examples
        ~~~~~~~~
        
        Backup a Wordpress site:
        
        .. code-block:: console
        
            cj wp
        
        Compress a folder:
        
        .. code-block:: console
        
            cj zip foldername/
        
        License
        -------
        
        The source code is released under the `MIT License <https://github.com/vitorfs/cj/blob/master/LICENSE>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Utilities
