pack-app-test


Namepack-app-test JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/sei-msd/pack
Summarya packaging tool for wetest
upload_time2024-04-22 14:31:30
maintainerNone
docs_urlNone
authorAndrew Sheng
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pack


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install pack
```

### Release .whl file

``` sh
python setup.py bdist_wheel
```

### Install .whl file

``` sh
pip install dist/pack_test-0.0.1-py3-none-any.whl
```

### Release to PyPI

``` sh
twine upload --repository pypi dist/*
```

### Release .tar.gz file

``` sh
python setup.py sdist
```

## How to use

### Make the zip file by Python

``` python
import pack
pack.mkzip('~/Downloads/test_wetest_demo', 'com.wetest.demo.db', pack.get_timestamp())
```

### Make the zip file by CLI

``` bash
python -m pack ~/Downloads/test_wetest_demo com.wetest.demo.db
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sei-msd/pack",
    "name": "pack-app-test",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "Andrew Sheng",
    "author_email": "w_sheng@ptw.inc",
    "download_url": null,
    "platform": null,
    "description": "# pack\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Install\n\n``` sh\npip install pack\n```\n\n### Release .whl file\n\n``` sh\npython setup.py bdist_wheel\n```\n\n### Install .whl file\n\n``` sh\npip install dist/pack_test-0.0.1-py3-none-any.whl\n```\n\n### Release to PyPI\n\n``` sh\ntwine upload --repository pypi dist/*\n```\n\n### Release .tar.gz file\n\n``` sh\npython setup.py sdist\n```\n\n## How to use\n\n### Make the zip file by Python\n\n``` python\nimport pack\npack.mkzip('~/Downloads/test_wetest_demo', 'com.wetest.demo.db', pack.get_timestamp())\n```\n\n### Make the zip file by CLI\n\n``` bash\npython -m pack ~/Downloads/test_wetest_demo com.wetest.demo.db\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "a packaging tool for wetest",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/sei-msd/pack"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b473c1300888fd0f1be9bb55c269cfca021d5f98dc17d155ccbeab9a22a7cfe",
                "md5": "3e79e56acf5b92e0835e9703d886a774",
                "sha256": "43ab413ede36e06420453747dd2defae51063f0994ec8022ec6a1a586f192826"
            },
            "downloads": -1,
            "filename": "pack_app_test-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e79e56acf5b92e0835e9703d886a774",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9522,
            "upload_time": "2024-04-22T14:31:30",
            "upload_time_iso_8601": "2024-04-22T14:31:30.429456Z",
            "url": "https://files.pythonhosted.org/packages/1b/47/3c1300888fd0f1be9bb55c269cfca021d5f98dc17d155ccbeab9a22a7cfe/pack_app_test-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 14:31:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sei-msd",
    "github_project": "pack",
    "github_not_found": true,
    "lcname": "pack-app-test"
}
        
Elapsed time: 0.24976s