| Name | rbc-pdf-statement-parser JSON | 
            
| Version | 
                  0.1.1
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | A Python-based parser for RBC Business Account statements | 
            | upload_time | 2024-09-21 05:30:47 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | DeflateAwning | 
            
            | requires_python | None | 
            
            
            | license | None | 
            | keywords | 
                 | 
            | VCS | 
                
                     | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            # rbc-pdf-statement-parser
A Python-based parser for RBC Business Account statements
## Usage
1. Collect all PDF account statements in a single folder (not nested).
2. Install this library with `python3 -m pip install rbc_pdf_statement_parser`.
3. Run with `python3 -m rbc_pdf_statement_parser <input_directory> <output_directory>`.
## Features
* Converts each PDF to a CSV of transactions, and a JSON with metadata.
* Creates a single CSV and Parquet which inventories the metadata of each PDF file.
* Creates a single CSV and Parquet of every transaction from every PDF.
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "rbc-pdf-statement-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "DeflateAwning",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2f/4d/bb1943f51f40a9daed5bf0e8c5e5d9c6b10fb9d7dabcfb2b68c199f024ba/rbc_pdf_statement_parser-0.1.1.tar.gz",
    "platform": null,
    "description": "# rbc-pdf-statement-parser\nA Python-based parser for RBC Business Account statements\n\n## Usage\n\n1. Collect all PDF account statements in a single folder (not nested).\n2. Install this library with `python3 -m pip install rbc_pdf_statement_parser`.\n3. Run with `python3 -m rbc_pdf_statement_parser <input_directory> <output_directory>`.\n\n## Features\n\n* Converts each PDF to a CSV of transactions, and a JSON with metadata.\n* Creates a single CSV and Parquet which inventories the metadata of each PDF file.\n* Creates a single CSV and Parquet of every transaction from every PDF.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python-based parser for RBC Business Account statements",
    "version": "0.1.1",
    "project_urls": {
        "homepage": "https://github.com/DeflateAwning/rbc-pdf-statement-parser",
        "issues": "https://github.com/DeflateAwning/rbc-pdf-statement-parser/issues",
        "license": "https://github.com/DeflateAwning/rbc-pdf-statement-parser/blob/main/LICENSE",
        "repository": "https://github.com/DeflateAwning/rbc-pdf-statement-parser"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "951f6a1bd64106e29816ce0a0433e6072efeda50b7d73dffae14202a21e9f20d",
                "md5": "2cd946425766acfb0617e42c77497b55",
                "sha256": "947d0be160c4e6ef1024d65aec7a5c37b848af2280eaec90db67370d68e1e83a"
            },
            "downloads": -1,
            "filename": "rbc_pdf_statement_parser-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cd946425766acfb0617e42c77497b55",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 10369,
            "upload_time": "2024-09-21T05:30:46",
            "upload_time_iso_8601": "2024-09-21T05:30:46.484948Z",
            "url": "https://files.pythonhosted.org/packages/95/1f/6a1bd64106e29816ce0a0433e6072efeda50b7d73dffae14202a21e9f20d/rbc_pdf_statement_parser-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f4dbb1943f51f40a9daed5bf0e8c5e5d9c6b10fb9d7dabcfb2b68c199f024ba",
                "md5": "91c2034232ac45685ffa11a8b37d55e5",
                "sha256": "f1cfb9a97292fc5f1f5a3cb46ddfa4d594977f153d507ece69d95b065751a4ab"
            },
            "downloads": -1,
            "filename": "rbc_pdf_statement_parser-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "91c2034232ac45685ffa11a8b37d55e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10660,
            "upload_time": "2024-09-21T05:30:47",
            "upload_time_iso_8601": "2024-09-21T05:30:47.997215Z",
            "url": "https://files.pythonhosted.org/packages/2f/4d/bb1943f51f40a9daed5bf0e8c5e5d9c6b10fb9d7dabcfb2b68c199f024ba/rbc_pdf_statement_parser-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 05:30:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DeflateAwning",
    "github_project": "rbc-pdf-statement-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "rbc-pdf-statement-parser"
}