# file_gcd
Toy package to calculate GCD from file input.
## standalone inputs and outputs
Call the program with `-h` to get program call arguments. The program can consume an input filepath and output filepath. From lines in the input file, where PROPERTY starts with `000`, the GCD of the columns NUM1, NUM2, ... will be calculated, row by row. The output is printed into stdout if no output filename is provided.
## python API
The package also provides a python API, use the source to figure out how.
Raw data
{
"_id": null,
"home_page": "https://github.com/danieltuzes/file_gcd",
"name": "file-gcd",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "python, packaging, pip",
"author": "Daniel Tuzes",
"author_email": "tuzesdaniel@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/10/d8/6a05863d798b63232c33d420d5f2c8218971e19efab613fbcf156bf21c2a/file_gcd-0.0.1.tar.gz",
"platform": null,
"description": "# file_gcd\r\n\r\nToy package to calculate GCD from file input.\r\n\r\n## standalone inputs and outputs\r\n\r\nCall the program with `-h` to get program call arguments. The program can consume an input filepath and output filepath. From lines in the input file, where PROPERTY starts with `000`, the GCD of the columns NUM1, NUM2, ... will be calculated, row by row. The output is printed into stdout if no output filename is provided.\r\n\r\n## python API\r\n\r\nThe package also provides a python API, use the source to figure out how.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A toy model to consume file input and output with simple calculation logic",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://github.com/danieltuzes/file_gcd/blob/main/README.md",
"Homepage": "https://github.com/danieltuzes/file_gcd",
"Source": "https://github.com/danieltuzes/file_gcd"
},
"split_keywords": [
"python",
" packaging",
" pip"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "10d86a05863d798b63232c33d420d5f2c8218971e19efab613fbcf156bf21c2a",
"md5": "f0d57e4832e464fa8feb66499c8b6587",
"sha256": "94d32f66a8c2f5cab894842b3605cb8235a57658cc68b2721412db978ae0b0cf"
},
"downloads": -1,
"filename": "file_gcd-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f0d57e4832e464fa8feb66499c8b6587",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4520,
"upload_time": "2024-09-22T23:37:19",
"upload_time_iso_8601": "2024-09-22T23:37:19.006208Z",
"url": "https://files.pythonhosted.org/packages/10/d8/6a05863d798b63232c33d420d5f2c8218971e19efab613fbcf156bf21c2a/file_gcd-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-22 23:37:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "danieltuzes",
"github_project": "file_gcd",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "file-gcd"
}