Metadata-Version: 2.1
Name: ibsec
Version: 0.0.3
Summary: Lookup security codes for Interactive Brokers
Home-page: https://github.com/dissolved/ibsec
Author: Ryan Sandridge
Author-email: noreply@ryansandridge.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: fire (>=0.3.0)
Requires-Dist: pyperclip (>=1.8.0)

# ibsec

## Installation and usage

### Installation

`pip install ibsec`

### Configuration

Create a file in your home directory named `.ibsec_codes.json` which will contain the data from your security card. See [ibsec_codes.json.example](ibsec_codes.json.example) for an example.

### Usage

`ibsec [code1] [code2]`

Your code will be copied to your clipboard.


