Metadata-Version: 2.1
Name: tracko
Version: 0.0.2
Summary: Track your series!
Home-page: https://github.com/revisto/tracko2
Author: Alireza Shabani
Author-email: walt.shabani@gmail.com
License: LGPL-2.1-or-later
Project-URL: Issue Tracker, https://github.com/revisto/tracko2/issues
Description: # Tracko
        ## _Track your series!_
        
        Tracko is an application that you can track the time of the series you've watched till.
        
        
        ## ⚙️ Installation
        
        ```sh
        pip3 install tracko
        ```
        
        ## ✨ How To Use
        
        First you should setup your account with: 
        
        ```sh
        tracko setup
        ```
        
        You can add new series with:
        
        ```sh
        tracko add
        ```
        
        You can see all-shelves's series with:
        
        ```sh
        tracko all-shelves
        ```
        
        You can see specific shelf's series with:
        
        ```sh
        tracko shelf
        ```
        
        You can move a series to a different shelf:
        
        ```sh
        tracko move
        ```
        
        You can update a series watched-till time with:
        
        ```sh
        tracko update
        ```
        
        You can sign out with:
        
        ```sh
        tracko signout
        ```
        
        
        ## 🤝 Contributing
        
        Contributions, issues and feature requests are welcome.<br />
        Feel free to check [issues page](https://github.com/revisto/tracko2/issues) if you want to contribute.<br /><br />
        
        
        ## Show your support
        
        Please ⭐️ this repository if this project helped you!
        
        
        ## 📝 License
        
        GNUv2
        
        **Free Software, Hell Yeah!**
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Python: >=3.0
Description-Content-Type: text/markdown
