Allows you to save IP addresses so that they are accessible in the command line
Project description
# ipbook
*Allows you to save IP addresses so that they are accessible in the command line*
## Installation
```
git clone https://github.com/bypie5/ipbook.git
cd ipbook
pip install .
```
## Usage
### Add a Record
```
ipbook add [ip] [name]
ex: ipbook add 127.0.0.1 localhost
```
*NOTE: You cannot add entries with duplicate names*
___
### Show All Records
```
ipbook list
```
```
sample output:
1) localhost: 127.0.0.1
```
___
### Delete a Record
```
ipbook remove [name]
ex: ipbook remove localhost
```
___
*Allows you to save IP addresses so that they are accessible in the command line*
## Installation
```
git clone https://github.com/bypie5/ipbook.git
cd ipbook
pip install .
```
## Usage
### Add a Record
```
ipbook add [ip] [name]
ex: ipbook add 127.0.0.1 localhost
```
*NOTE: You cannot add entries with duplicate names*
___
### Show All Records
```
ipbook list
```
```
sample output:
1) localhost: 127.0.0.1
```
___
### Delete a Record
```
ipbook remove [name]
ex: ipbook remove localhost
```
___
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ipbook-0.1.2.tar.gz
(2.2 kB
view details)
File details
Details for the file ipbook-0.1.2.tar.gz.
File metadata
- Download URL: ipbook-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eb3bb3ad2c00f6e2389a2fda4e1f0ad1766351ac1e01bcf9e8f53a559c7675e
|
|
| MD5 |
d0a0f2e25608ce415af7cc828a007834
|
|
| BLAKE2b-256 |
f448e808ef8412449e3ca626b72db500c449a0d881ded7f2e982a29baac7318a
|