Metadata-Version: 2.1
Name: tansa
Version: 0.0.1
Summary: JSON extractor from file path
Home-page: https://github.com/k0a8t1o6/tansa
Author: Takashi Kato
Author-email: taka@m.atelierpal.space
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Name for JSON
A filter to get the json file content from filename in a command line terminal. Type less with a file name along with ```tansa```, while the tansa takes care of frustrating search. 

## Quick Start
### Installation
The simplest installation method.

	pip install tansa

### Sample
While sample.json is in your current/nested directory,

	$ tansa sample

which will display json contents.

	[{'sample.json':{key:value}, 'sample2.json':{key:value}}]

## Development
The tansa takes one argument as a file name to look for. Customers are free from entering the exact file name such as suffix because the tansa append ```*``` to the input as its suffix.


### Test
In progress

### Contact
If it turns out that you may have found a bug, please open [an issue](https://github.com/k0a8t1o6/tansa/issues/new/choose).


