demo-same-package-two


Namedemo-same-package-two JSON
Version 0.0.2 PyPI version JSON
download
home_page
Summarya test for multi packages on the same namespace
upload_time2022-12-09 04:34:49
maintainer
docs_urlNone
author@muuusiiik
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OVERVIEW
* a experiment for verifying if two pypi packages can have the same {namespace} or not

# STRUCTURE
* PACKAGES
  * one : demo_same_package/one.py
  * two : demo_same_package/two.py

# THIS PACKAGE
* two


### EXPECTATION
* PACKAGE INSTALLATION
``` bash
pip install demo-same-package-one
pip install demo-same-package-two
```

* EXPECTED RESULTS
  * the source code would be
    * demo_same_package/
      - one
      - two




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "demo-same-package-two",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "@muuusiiik",
    "author_email": "muuusiiikd@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/00/315991b2b90339a1cf73a97138ce42ee4ca15f461e042cc7b068b9c4445c/demo-same-package-two-0.0.2.tar.gz",
    "platform": null,
    "description": "# OVERVIEW\n* a experiment for verifying if two pypi packages can have the same {namespace} or not\n\n# STRUCTURE\n* PACKAGES\n  * one : demo_same_package/one.py\n  * two : demo_same_package/two.py\n\n# THIS PACKAGE\n* two\n\n\n### EXPECTATION\n* PACKAGE INSTALLATION\n``` bash\npip install demo-same-package-one\npip install demo-same-package-two\n```\n\n* EXPECTED RESULTS\n  * the source code would be\n    * demo_same_package/\n      - one\n      - two\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a test for multi packages on the same namespace",
    "version": "0.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fc39ed105ba5326790cff248fc0a0ae9",
                "sha256": "f8a7375deea1fce4ab2f6eb6c6c8b33e318f866c3baefbab940c197553a7175c"
            },
            "downloads": -1,
            "filename": "demo-same-package-two-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fc39ed105ba5326790cff248fc0a0ae9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2460,
            "upload_time": "2022-12-09T04:34:49",
            "upload_time_iso_8601": "2022-12-09T04:34:49.397057Z",
            "url": "https://files.pythonhosted.org/packages/2c/00/315991b2b90339a1cf73a97138ce42ee4ca15f461e042cc7b068b9c4445c/demo-same-package-two-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-09 04:34:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "demo-same-package-two"
}
        
Elapsed time: 0.01662s