xinv


Namexinv JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA CLI tool for generating customized invoices
upload_time2023-07-04 07:24:32
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords cli invoice
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xinv

A CLI tool for generating customized invoices. The content is hardcoded in
a configuration file but can be overridden with command options.

Created specifically for personal needs, so probably not suitable for others.
The tool officially supports and is distributed only for macOS. Very likely,
it works also on other Unix-like systems but no quality checks are done
for them.

## Usage

```sh
$ xinv
Usage: xinv [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  create
  init
```

## Contributing

### Running Tests

Besides Python packages required for testing, extra tools have to be installed
in your system in order to successfully run regression tests.
Please follow the instructions below.

### macOS

```sh
brew install wkhtmltopdf imagemagick poppler
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xinv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "cli,invoice",
    "author": "",
    "author_email": "Kamil Turek <kamil.turek@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cb/ad/942fe97ea5a21ade1d3ef57c106f08dc40f1a69a593eac7c12fa2e30abd0/xinv-0.1.0.tar.gz",
    "platform": null,
    "description": "# xinv\n\nA CLI tool for generating customized invoices. The content is hardcoded in\na configuration file but can be overridden with command options.\n\nCreated specifically for personal needs, so probably not suitable for others.\nThe tool officially supports and is distributed only for macOS. Very likely,\nit works also on other Unix-like systems but no quality checks are done\nfor them.\n\n## Usage\n\n```sh\n$ xinv\nUsage: xinv [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  create\n  init\n```\n\n## Contributing\n\n### Running Tests\n\nBesides Python packages required for testing, extra tools have to be installed\nin your system in order to successfully run regression tests.\nPlease follow the instructions below.\n\n### macOS\n\n```sh\nbrew install wkhtmltopdf imagemagick poppler\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CLI tool for generating customized invoices",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "cli",
        "invoice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ea6d7a032786ef077d497b0ec05e59416507a8c0adf5d0875a3e90e298cba53",
                "md5": "d45a4eed702a6a63dbe86d656ef30527",
                "sha256": "0af79e4629e1837b6dc5ca7bd03beef5f7a8d0f1be1b6331b61d7fd3c3668413"
            },
            "downloads": -1,
            "filename": "xinv-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d45a4eed702a6a63dbe86d656ef30527",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7831,
            "upload_time": "2023-07-04T07:24:30",
            "upload_time_iso_8601": "2023-07-04T07:24:30.606874Z",
            "url": "https://files.pythonhosted.org/packages/4e/a6/d7a032786ef077d497b0ec05e59416507a8c0adf5d0875a3e90e298cba53/xinv-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbad942fe97ea5a21ade1d3ef57c106f08dc40f1a69a593eac7c12fa2e30abd0",
                "md5": "b9723062a5744382ce5c9a38a13b0dc5",
                "sha256": "f1258f70f4b9820e84d9752ecf919f8f42c93b74faec34dd80bcee0ff01f2c12"
            },
            "downloads": -1,
            "filename": "xinv-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b9723062a5744382ce5c9a38a13b0dc5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 53097,
            "upload_time": "2023-07-04T07:24:32",
            "upload_time_iso_8601": "2023-07-04T07:24:32.343880Z",
            "url": "https://files.pythonhosted.org/packages/cb/ad/942fe97ea5a21ade1d3ef57c106f08dc40f1a69a593eac7c12fa2e30abd0/xinv-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 07:24:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xinv"
}
        
Elapsed time: 0.08949s