Metadata-Version: 2.1
Name: pypawcli
Version: 1.0.0
Summary: CLI tool for PythonAnywhere
Project-URL: Source, https://codeberg.org/maraudeur/pawcli
Author-email: Maraudeur <maraudeur1@protonmail.ch>
License:  The MIT License (MIT)
        
         Copyright (c) 2020 Maraudeur <maraudeur1 AT protonmail DOT ch>
        
         Permission is hereby granted, free of charge, to any person obtaining
         a copy of this software and associated documentation files (the
         "Software"), to deal in the Software without restriction, including
         without limitation the rights to use, copy, modify, merge, publish,
         distribute, sublicense, and/or sell copies of the Software, and to
         permit persons to whom the Software is furnished to do so, subject to
         the following conditions:
        
         The above copyright notice and this permission notice shall be included
         in all copies or substantial portions of the Software.
        
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
         IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
         CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
         TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
         SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Keywords: cli,pawcli,pythonanywhere
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: pypawapi<2.0.0,>=1.2.0
Requires-Dist: typer<1.0.0,>=0.6.1
Provides-Extra: dev
Requires-Dist: pre-commit<3.0.0,>=2.0.0; extra == 'dev'
Provides-Extra: lint
Requires-Dist: flake8-bugbear==22.6.22; extra == 'lint'
Requires-Dist: flake8==5.0.4; extra == 'lint'
Requires-Dist: isort<6.0.0,>=5.10.1; extra == 'lint'
Requires-Dist: toml==0.10.2; extra == 'lint'
Requires-Dist: yapf==0.32.0; extra == 'lint'
Provides-Extra: test
Requires-Dist: coverage<7.0.0,>=6.0.0; extra == 'test'
Requires-Dist: pytest-cov<4.0.0,>=3.0.0; extra == 'test'
Requires-Dist: pytest<7.0.0,>=6.0.0; extra == 'test'
Description-Content-Type: text/markdown

## pawcli

CLI tool for PythonAnywhere

## Install
Install via `pipx`
```shell
$ pipx install pypawcli
```
or `pip`
```shell
$ pip install --upgrade pypawcli --user
```

## Usage
[Get your api token](https://www.pythonanywhere.com/account/#api_token)

```shell
$ pawcli config api.username --set <your_username>
$ pawcli config api.token --set <your_token>
$ pawcli [COMMAND [SUBCOMMAND]] --help
```

## License
[MIT](./LICENSE)
