aced-submission


Nameaced-submission JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/ACED-IDP/aced_submission
SummaryPopulate ACED commons from FHIR resources
upload_time2023-09-15 21:05:13
maintainer
docs_urlNone
authorcompbio
requires_python>=3.6, <4
license
keywords gen3 bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
              
# submission

Utilities to upload metadata and files to ACED's Gen3 instance

## Setup

```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e . 
```

## Use

see etl pod

## Distribution

- PyPi

```
# update pypi

# pypi credentials - see https://twine.readthedocs.io/en/stable/#environment-variables

export TWINE_USERNAME=  #  the username to use for authentication to the repository.
export TWINE_PASSWORD=  # the password to use for authentication to the repository.

# this could be maintained as so: export $(cat .env | xargs)

rm -r dist/
python3  setup.py sdist bdist_wheel
twine upload dist/*
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ACED-IDP/aced_submission",
    "name": "aced-submission",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "gen3 bioinformatics",
    "author": "compbio",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c4/eb/8e5286a855a1994050fc27c54a8af9cf8e95c99c759b2a8f03e99d1083a8/aced_submission-0.0.7.tar.gz",
    "platform": null,
    "description": "  \n# submission\n\nUtilities to upload metadata and files to ACED's Gen3 instance\n\n## Setup\n\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\npip install -e . \n```\n\n## Use\n\nsee etl pod\n\n## Distribution\n\n- PyPi\n\n```\n# update pypi\n\n# pypi credentials - see https://twine.readthedocs.io/en/stable/#environment-variables\n\nexport TWINE_USERNAME=  #  the username to use for authentication to the repository.\nexport TWINE_PASSWORD=  # the password to use for authentication to the repository.\n\n# this could be maintained as so: export $(cat .env | xargs)\n\nrm -r dist/\npython3  setup.py sdist bdist_wheel\ntwine upload dist/*\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Populate ACED commons from FHIR resources",
    "version": "0.0.7",
    "project_urls": {
        "Bug Reports": "https://github.com/ACED-IDP/aced_submission/issues",
        "Homepage": "https://github.com/ACED-IDP/aced_submission",
        "Source": "https://github.com/ACED-IDP/aced_submission"
    },
    "split_keywords": [
        "gen3",
        "bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8cffe986fe0a2db01f157ad71044eda39a43db9d68c5897d1ebd8a379c1552c",
                "md5": "0f5e2e530d0647ee3deb35ac7bdcf07e",
                "sha256": "f21cfae046d134bcc66407af7a932c894b989a6739d4b535335891702f9b376b"
            },
            "downloads": -1,
            "filename": "aced_submission-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f5e2e530d0647ee3deb35ac7bdcf07e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 30734,
            "upload_time": "2023-09-15T21:05:12",
            "upload_time_iso_8601": "2023-09-15T21:05:12.072664Z",
            "url": "https://files.pythonhosted.org/packages/b8/cf/fe986fe0a2db01f157ad71044eda39a43db9d68c5897d1ebd8a379c1552c/aced_submission-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4eb8e5286a855a1994050fc27c54a8af9cf8e95c99c759b2a8f03e99d1083a8",
                "md5": "9747642177b7976c7eab0322a8bddc6a",
                "sha256": "1f78b780de8b9c76b05bde7cbabef0012f4a80568c6de7eca3b8f2f2957da2a1"
            },
            "downloads": -1,
            "filename": "aced_submission-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "9747642177b7976c7eab0322a8bddc6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 27374,
            "upload_time": "2023-09-15T21:05:13",
            "upload_time_iso_8601": "2023-09-15T21:05:13.787555Z",
            "url": "https://files.pythonhosted.org/packages/c4/eb/8e5286a855a1994050fc27c54a8af9cf8e95c99c759b2a8f03e99d1083a8/aced_submission-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 21:05:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ACED-IDP",
    "github_project": "aced_submission",
    "github_not_found": true,
    "lcname": "aced-submission"
}
        
Elapsed time: 0.42794s