Metadata-Version: 2.1
Name: salesforce-id-converter
Version: 0.3.0
Summary: CLI tool to convert 15 character Salesforce id into a 18 character id
Home-page: https://github.com/amureki/salesforce_id_converter
Author: Rustem Saiargaliev
Author-email: r.sayargaliev@gmail.com
License: Apache-2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3

# Salesforce Id converter

[![PyPI](https://img.shields.io/pypi/v/nine.svg)](https://pypi.org/project/salesforce_id_converter/)
[![GitHub license](https://img.shields.io/github/license/amureki/salesforce_id_converter.svg)](https://github.com/amureki/salesforce_id_converter/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/amureki/salesforce_id_converter.svg?branch=master)](https://travis-ci.org/amureki/salesforce_id_converter)

Simply converts 15 character id into a 18 character id.
Visit [Salesforce StackExchange](http://salesforce.stackexchange.com/questions/1653/what-are-salesforce-ids-composed-of) article for details.

## Usage:

```bash
pip install salesforce_id_converter
sfc 00558000001N0Ke
```

And you will get the next output:
```bash
You converted 15 character `00558000001N0Ke` into 18 character:
00558000001N0KeAAK
New id has been copied to your clipboard
```



