Metadata-Version: 1.2
Name: billarchive
Version: 0.1
Summary: Command-line automated bills downloading
Home-page: https://gitlab.com/hydrargyrum/billarchive
Author: Hg
Author-email: dev@indigo.re
Maintainer: Hg
Maintainer-email: dev@indigo.re
License: UNKNOWN
Description: # billarchive
        
        billarchive allows you to download bills from popular websites, so you don't
        have to periodically visit every website where you buy products or services
        and download bills.
        
        It relies on modules implemented by [weboob](https://weboob.org/modules).
        
        # Configuration
        
        The `~/.config/weboob/backends` file must be configured for you to choose the
        desired modules and their credentials.
        
        Then `~/.config/weboob/billarchive` can be configured to specify various
        options, e.g. how to name downloaded files, whether to force conversion to pdf,
        date until which new documents are searched, etc.
        
        See `config_sample` file in repository.
        
        # Usage
        
        Run `billarchive download` to download all documents on all backends, as
        specified by config.
        
        Or run `billarchive -b backend download` to use only one backend at a time.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: Home Automation
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: System :: Archiving :: Backup
Requires-Python: >=3.6
