Metadata-Version: 2.1
Name: remarkable-cli
Version: 0.1.1
Summary: An unofficial CLI for interacting with the Remarkable tablet.
Home-page: https://github.com/awwong1/remarkable-cli
Author: Alexander Wong
Author-email: alex@udia.ca
License: Apache-2.0
Description: # remarkable-cli
        
        An unofficial command line interface (CLI) for interacting with the Remarkable paper tablet.
        
        ## Getting Started
        
        ```bash
        pip install remarkable-cli
        remarkable-cli -a clean-local -a pull
        ```
        
        ## License
        
        [Apache-2.0](./LICENSE)
        
        ```text
        Copyright 2021, Alexander Wong
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        http://www.apache.org/licenses/LICENSE-2.0
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
