Metadata-Version: 2.4
Name: docs_reader
Version: 0.1.0
Summary: To track previous or nearest import lines and show helper documents automatically
Author-email: Anjan Maity <anjanmaity1824@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/AnjanGitHub4/docs_reader
Project-URL: Repository, https://github.com/AnjanGitHub4/docs_reader
Keywords: docs,automation,helper
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# docs_reader

- A simple tool to track previous or nearest import lines and show helper documents automatically.

## installation
```bash
pip install docs_reader
```

## usage
```python
 1. ...
 2. from doc_reader import DocsReader
 3. DocsReader()
 4. ...
 5. ...
``` 
