fhir-data-generator


Namefhir-data-generator JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/peter279k/fhir-data-generator
SummaryThe quick FHIR data generator for Python.
upload_time2023-12-12 11:44:14
maintainer
docs_urlNone
authorPeter Li
requires_python>=3.8,<4.0
licenseMIT
keywords fhir data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Development setup

- Running the `git clone` to clone the repository.
- Preparing the `pipenv` environment.
- Running the `pipenv install -e .`.

# Packaging steps

- Running the `poetry check` command.
- Running the `poetry build` command.

# Refrences

- https://hackersandslackers.com/python-poetry-package-manager
- https://www.digitalocean.com/community/tutorials/how-to-publish-python-packages-to-pypi-using-poetry-on-ubuntu-22-04

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/peter279k/fhir-data-generator",
    "name": "fhir-data-generator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "FHIR,Data",
    "author": "Peter Li",
    "author_email": "peter279k@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/de/2b/e17369fff3867385e6ba6d9c051601a9662fd134ab3090ab17703387452e/fhir_data_generator-0.1.0.tar.gz",
    "platform": null,
    "description": "# Development setup\n\n- Running the `git clone` to clone the repository.\n- Preparing the `pipenv` environment.\n- Running the `pipenv install -e .`.\n\n# Packaging steps\n\n- Running the `poetry check` command.\n- Running the `poetry build` command.\n\n# Refrences\n\n- https://hackersandslackers.com/python-poetry-package-manager\n- https://www.digitalocean.com/community/tutorials/how-to-publish-python-packages-to-pypi-using-poetry-on-ubuntu-22-04\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The quick FHIR data generator for Python.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/peter279k/fhir-data-generator",
        "Repository": "https://github.com/peter279k/fhir-data-generator"
    },
    "split_keywords": [
        "fhir",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6e4fdea08e09111cbaa1c741c66b148675247691d21f678030f9f6555df01da",
                "md5": "295dfe07e1e334f938c84da5adc40176",
                "sha256": "35c6d674c8eaaa65a812a89529191ebf622ce6a4ce6702ef4d0974554e10e2bb"
            },
            "downloads": -1,
            "filename": "fhir_data_generator-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "295dfe07e1e334f938c84da5adc40176",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 2618,
            "upload_time": "2023-12-12T11:44:11",
            "upload_time_iso_8601": "2023-12-12T11:44:11.999678Z",
            "url": "https://files.pythonhosted.org/packages/f6/e4/fdea08e09111cbaa1c741c66b148675247691d21f678030f9f6555df01da/fhir_data_generator-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de2be17369fff3867385e6ba6d9c051601a9662fd134ab3090ab17703387452e",
                "md5": "7b552113abb316a74e0e9f25255f50f3",
                "sha256": "103da6e6b19de5b30e9086dedb0ca5d4b8e1cf9db495a1587278e4825cb5bc53"
            },
            "downloads": -1,
            "filename": "fhir_data_generator-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7b552113abb316a74e0e9f25255f50f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 1922,
            "upload_time": "2023-12-12T11:44:14",
            "upload_time_iso_8601": "2023-12-12T11:44:14.150044Z",
            "url": "https://files.pythonhosted.org/packages/de/2b/e17369fff3867385e6ba6d9c051601a9662fd134ab3090ab17703387452e/fhir_data_generator-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 11:44:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "peter279k",
    "github_project": "fhir-data-generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fhir-data-generator"
}
        
Elapsed time: 0.14639s