poetry-test-project-2


Namepoetry-test-project-2 JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryJust a dummy project to test packaging. This package will be removed.
upload_time2024-02-11 13:34:43
maintainer
docs_urlNone
authorJoost Berkhout
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # poetry_test_project_2

This is just a random project for Joost Berkhout to learn about packaging and
distributing Python projects. It's not meant to be useful for anyone else.
Sorry that I took your time by making you read this :-).

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install poetry_test_project_2
```

## Usage

```python
from poetry_test_project_2 import random_module

print(random_module.random_function(2, 3))
```

## Contributing

Not needed!

## License

[MIT](https://choosealicense.com/licenses/mit/)



```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "poetry-test-project-2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Joost Berkhout",
    "author_email": "joost.berkhout@vu.nl",
    "download_url": "https://files.pythonhosted.org/packages/90/09/be8ba8c8c16ed5c972dd79bd80ebc84c839cec479232b18d7a640c4ad20e/poetry_test_project_2-0.1.1.tar.gz",
    "platform": null,
    "description": "# poetry_test_project_2\n\nThis is just a random project for Joost Berkhout to learn about packaging and\ndistributing Python projects. It's not meant to be useful for anyone else.\nSorry that I took your time by making you read this :-).\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install poetry_test_project_2\n```\n\n## Usage\n\n```python\nfrom poetry_test_project_2 import random_module\n\nprint(random_module.random_function(2, 3))\n```\n\n## Contributing\n\nNot needed!\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Just a dummy project to test packaging. This package will be removed.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab50da21e494d034c6c1584b7805a9915ebb08432c728f31c1b2a52a33eb4e50",
                "md5": "d4828354cf812931307d2b24ac79714d",
                "sha256": "b44e4e8ef1c980ce669def414920f04df2808da72dda23524b096f4851b1ce7a"
            },
            "downloads": -1,
            "filename": "poetry_test_project_2-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4828354cf812931307d2b24ac79714d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2361,
            "upload_time": "2024-02-11T13:34:42",
            "upload_time_iso_8601": "2024-02-11T13:34:42.097696Z",
            "url": "https://files.pythonhosted.org/packages/ab/50/da21e494d034c6c1584b7805a9915ebb08432c728f31c1b2a52a33eb4e50/poetry_test_project_2-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9009be8ba8c8c16ed5c972dd79bd80ebc84c839cec479232b18d7a640c4ad20e",
                "md5": "9019b294f7485113ed0eaaff8ac1a807",
                "sha256": "d622fb1ccf014a0a865b9ab7a179245794afb3a8bdee3cf6a6099eda0915a874"
            },
            "downloads": -1,
            "filename": "poetry_test_project_2-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9019b294f7485113ed0eaaff8ac1a807",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1449,
            "upload_time": "2024-02-11T13:34:43",
            "upload_time_iso_8601": "2024-02-11T13:34:43.666516Z",
            "url": "https://files.pythonhosted.org/packages/90/09/be8ba8c8c16ed5c972dd79bd80ebc84c839cec479232b18d7a640c4ad20e/poetry_test_project_2-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-11 13:34:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "poetry-test-project-2"
}
        
Elapsed time: 3.49790s