Metadata-Version: 2.1
Name: staircase-kit
Version: 0.1.12
Summary: 
Author: Zik
Author-email: zikunov.vladislav@staircase.co
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
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-Dist: aiohttp (>=3.0.0,<4.0.0)
Requires-Dist: aiostream
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: cryptography
Requires-Dist: curlify
Requires-Dist: mypy
Requires-Dist: plumbum
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: rich
Requires-Dist: uncurl
Description-Content-Type: text/markdown

**Table of contents**
- [Installation](#installation)
  - [Requirements](#requirements)
    - [Git token](#git-token)
    - [Hot get Postman API Key](#hot-get-postman-api-key)
  - [Installing](#installing)
  - [Configuring](#configuring)
- [How to use](#how-to-use)


# Installation
## Requirements
- [`fzf`]("https://github.com/junegunn/fzf#installation")
- `git` + be setup with Staircase by ssh key
- [`git` token](#git-token)
- [Postman API Key](#hot-get-postman-api-key)
- Marketplace API key
- `pipenv` *optional*

### Git token
Used for clone product.
GitHub token. Go to GitHub.com/Settings/Developer settings/Personal access token/New/Enable SSO.
Add checks to enable repo access.

### Hot get Postman API Key
Follow steps via app or website:
- Click on profile pic 
- Settings 
- API keys 
- Generate API key
  Consider verify that expiration date is okay, you are going need to renew it after.

## Installing 
- Open terminal.
- `pip install staircase-kit`

## Configuring
- Open terminal.
- Run command `staircase config setup` or edit file `staircase config file-path`.

# How to use
- Open terminal
- Run command `staircase` or `sc`
- You can run `--help` to any command to get extra info.

