Metadata-Version: 1.2
Name: jccli
Version: 0.0.2
Summary: A Jumpcloud command line client
Home-page: https://github.com/Sage-Bionetworks/jccli
Author: zaro0508
Author-email: zaro0508@gmail.com
License: Apache Software License
Download-URL: https://github.com/Sage-Bionetworks/jccli/archive/0.0.2.tar.gz
Description: jccli
        =====
        
        A Jumpcloud command line client
        
        Project Features
        ----------------
        
        -  `jccli <http://jccli.readthedocs.io/>`__
        -  a starter `Click <http://click.pocoo.org/5/>`__ command-line
           application
        -  automated unit tests you can run with
           `pytest <https://docs.pytest.org/en/latest/>`__
        -  a `Sphinx <http://www.sphinx-doc.org/en/master/>`__ documentation
           project
        
        Getting Started
        ---------------
        
        The project’s documentation contains a section to help you `get
        started <https://jccli.readthedocs.io/en/latest/getting_started.html>`__
        as a developer or user of the library.
        
        Development Prerequisites
        -------------------------
        
        If you’re going to be working in the code (rather than just using the
        library), you’ll want a few utilities.
        
        -  `GNU Make <https://www.gnu.org/software/make/>`__
        -  `Pandoc <https://pandoc.org/>`__
        
        Resources
        ---------
        
        Below are some handy resource links.
        
        -  `Project Documentation <http://jccli.readthedocs.io/>`__
        -  `Click <http://click.pocoo.org/5/>`__ is a Python package for
           creating beautiful command line interfaces in a composable way with
           as little code as necessary.
        -  `Sphinx <http://www.sphinx-doc.org/en/master/>`__ is a tool that
           makes it easy to create intelligent and beautiful documentation,
           written by Geog Brandl and licnsed under the BSD license.
        -  `pytest <https://docs.pytest.org/en/latest/>`__ helps you write
           better programs.
        -  `GNU Make <https://www.gnu.org/software/make/>`__ is a tool which
           controls the generation of executables and other non-source files of
           a program from the program’s source files.
        
        Authors
        -------
        
        -  **zaro0508** - *Initial work* -
           `github <https://github.com/zaro0508>`__
        
        See also the list of
        `contributors <https://github.com/zaro0508/jccli/contributors>`__ who
        participated in this project.
        
        LicenseCopyright (c) zaro0508
        -----------------------------
        
        All rights reserved.
        
Keywords: jccli,jumpcloud,cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
