Metadata-Version: 2.3
Name: post-tracker
Version: 0.2.2
Summary: this is a command line tool to get tracking information about your parcels from tracking.post.ir
Author-email: Amir Aref <amiraref808@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: bs4>=0.0.2
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.8.2
Requires-Dist: rich>=13.8.0
Requires-Dist: user-agent>=0.1.10
Description-Content-Type: text/markdown

# Post Tracker
Post-Tacker is a command-line tool to get information about parcel's tracking from https://tracking.post.ir.

## Install the program :
install the post-tracker iusing pip :
```bash
pip install post-tracker
```

## Usage
after install, just write `post-tracker` command to access to program :
```bash
# get help
post-tracker -h
# or, pass your tracking code
post-tracker -c 123456789101111213
```


## TODO:
- [x] create models to better parsing the data.
- [x] create dmenu (or fzf menu) to save tracking codes in local cache and select in future program's runs.
- [x] add installer script as a CLI tool in linux machines.
- [x] create [python telegram bot](https://github.com/amiraref/post-tracker-bot).
- [x] make output result prettiy.
- [ ] write README.md in persian
- [ ] publish on pypi.org
- [ ] re-write cli using click library
- [ ] write tests
- [ ] add CI/CD
- [ ] check installed external dependencies : `fzf`
- [ ] make and test compatibily with windows os
