bits-appengine


Namebits-appengine JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/broadinstitute/bits-appengine.git
SummaryBITS App Engine
upload_time2023-10-17 18:10:15
maintainer
docs_urlNone
authorLukas Karlsson
requires_python>=3.7,<4.0
licenseBSD-3-Clause
keywords appengine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bits-pypi-template

BITS pypi package template

To start a new BITS pypi package, create a new repo based off of this template. Then:

1) Rename `bits/example` directory to `bits/<packagename>`
2) In `package.sh`, change `bits_example` to `bits_<packagename>`
3) In `bits/<packagename>/__init__.py`, change mentions of `Example` to `PackageName`
4) In `test.py`, change `bits.example` to `bits.<packagename>`
5) Also in `test.py`, change mentions of `Example` to `PackageName`
6) Run `./test.py` to make sure everything is working

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/broadinstitute/bits-appengine.git",
    "name": "bits-appengine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "appengine",
    "author": "Lukas Karlsson",
    "author_email": "karlsson@broadinstitute.org",
    "download_url": "https://files.pythonhosted.org/packages/a4/19/bd28152d2553cde389fb246c2c5f739de11356922f031f9954c489073672/bits_appengine-1.2.1.tar.gz",
    "platform": null,
    "description": "# bits-pypi-template\n\nBITS pypi package template\n\nTo start a new BITS pypi package, create a new repo based off of this template. Then:\n\n1) Rename `bits/example` directory to `bits/<packagename>`\n2) In `package.sh`, change `bits_example` to `bits_<packagename>`\n3) In `bits/<packagename>/__init__.py`, change mentions of `Example` to `PackageName`\n4) In `test.py`, change `bits.example` to `bits.<packagename>`\n5) Also in `test.py`, change mentions of `Example` to `PackageName`\n6) Run `./test.py` to make sure everything is working\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "BITS App Engine",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "https://github.com/broadinstitute/bits-appengine.git",
        "Repository": "https://github.com/broadinstitute/bits-appengine.git"
    },
    "split_keywords": [
        "appengine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9402da47b7675c374224815459a3f0302a261c83fb8648404b2db15ac17bba97",
                "md5": "e9556a2453098876274ca90b38b7354b",
                "sha256": "e05f52c07e4913fd5163646fdd1924f4a85e84d584579726837f8b5ff1872ad7"
            },
            "downloads": -1,
            "filename": "bits_appengine-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9556a2453098876274ca90b38b7354b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 15390,
            "upload_time": "2023-10-17T18:10:14",
            "upload_time_iso_8601": "2023-10-17T18:10:14.204297Z",
            "url": "https://files.pythonhosted.org/packages/94/02/da47b7675c374224815459a3f0302a261c83fb8648404b2db15ac17bba97/bits_appengine-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a419bd28152d2553cde389fb246c2c5f739de11356922f031f9954c489073672",
                "md5": "094bd59a64c65f80bc5de58026464271",
                "sha256": "50c12f198af0b6e4ab8e17b66cdbb139f8edbc042ed27a721288b045328b6cc1"
            },
            "downloads": -1,
            "filename": "bits_appengine-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "094bd59a64c65f80bc5de58026464271",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 12060,
            "upload_time": "2023-10-17T18:10:15",
            "upload_time_iso_8601": "2023-10-17T18:10:15.674482Z",
            "url": "https://files.pythonhosted.org/packages/a4/19/bd28152d2553cde389fb246c2c5f739de11356922f031f9954c489073672/bits_appengine-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 18:10:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "broadinstitute",
    "github_project": "bits-appengine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bits-appengine"
}
        
Elapsed time: 0.12922s