Metadata-Version: 2.1
Name: taxydromikilib
Version: 1.0.1
Summary: A small library to search taxydromiki for parsels and their status.
Home-page: https://github.com/costastf/taxydromikilib
Author: Costas Tyfoxylos
Author-email: costas.tyf@gmail.com
License: MIT
Keywords: taxydromikilib
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE
License-File: AUTHORS.rst

==============
taxydromikilib
==============

A small library to search taxydromiki for parsels and their status.


* Documentation: https://taxydromikilib.readthedocs.org/en/latest


Development Workflow
====================

The workflow supports the following steps

A small library to search taxydromiki for parsels and their status


* Documentation: http://taxydromikilib.readthedocs.io/en/latest/

Features
--------

* Searches taxydromikis site and returns a list of TrackingState objects for each state if any.

TrackingState objects expose the following attributes
    * status
    * location
    * date
    * time
    * is_final (if the current state concludes the delivery of the package)




History
-------

0.1 (25-09-2017)
---------------------

* First release


1.0.0 (07-07-2021)
------------------

* Dropped python2.7 support.


1.0.1 (07-07-2021)
------------------

* Fixed README.rst for proper upload.


