quickpub


Namequickpub JSON
Version 0.8.31 PyPI version JSON
download
home_pageNone
SummaryA python package to quickly configure and publish a new package
upload_time2024-04-28 08:45:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.0
licenseMIT License Copyright (c) 2022 danielnachumdev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # quickpub V0.8.3
**Tested python versions**: `3.8.0`, `3.9.0`, `3.10.13`,

Example usage of how this package was published
```python
from quickpub import publish, AdditionalConfiguration, MypyRunner, PylintRunner, UnittestRunner


def main() -> None:
    publish(
        name="quickpub",
        version="0.8.0",
        author="danielnachumdev",
        author_email="danielnachumdev@gmail.com",
        description="A python package to quickly configure and publish a new package",
        homepage="https://github.com/danielnachumdev/quickpub",
        dependencies=["twine", "danielutils"],
        min_python="3.9.19",
        config=AdditionalConfiguration(
            runners=[
                MypyRunner(bound="<15"),
                PylintRunner(bound=">=0.8"),
                UnittestRunner(bound=">=0.8"),
            ]
        )
    )


if __name__ == '__main__':
    main()

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quickpub",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "danielnachumdev <danielnachumdev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/70/77/cfbd86bcf336e02c36d151fbf7528971d520b5a998558b29f60bef43c29f/quickpub-0.8.31.tar.gz",
    "platform": null,
    "description": "# quickpub V0.8.3\r\n**Tested python versions**: `3.8.0`, `3.9.0`, `3.10.13`,\r\n\r\nExample usage of how this package was published\r\n```python\r\nfrom quickpub import publish, AdditionalConfiguration, MypyRunner, PylintRunner, UnittestRunner\r\n\r\n\r\ndef main() -> None:\r\n    publish(\r\n        name=\"quickpub\",\r\n        version=\"0.8.0\",\r\n        author=\"danielnachumdev\",\r\n        author_email=\"danielnachumdev@gmail.com\",\r\n        description=\"A python package to quickly configure and publish a new package\",\r\n        homepage=\"https://github.com/danielnachumdev/quickpub\",\r\n        dependencies=[\"twine\", \"danielutils\"],\r\n        min_python=\"3.9.19\",\r\n        config=AdditionalConfiguration(\r\n            runners=[\r\n                MypyRunner(bound=\"<15\"),\r\n                PylintRunner(bound=\">=0.8\"),\r\n                UnittestRunner(bound=\">=0.8\"),\r\n            ]\r\n        )\r\n    )\r\n\r\n\r\nif __name__ == '__main__':\r\n    main()\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 danielnachumdev  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A python package to quickly configure and publish a new package",
    "version": "0.8.31",
    "project_urls": {
        "Bug Tracker": "https://github.com/danielnachumdev/quickpub/issues",
        "Homepage": "https://github.com/danielnachumdev/quickpub"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7077cfbd86bcf336e02c36d151fbf7528971d520b5a998558b29f60bef43c29f",
                "md5": "b6e0910b6831e1c17bf1edd0efe7307a",
                "sha256": "ddfdf917297a6cb57f6e316195e21a85d5aa1a48701b5080f46d4c58f798c3db"
            },
            "downloads": -1,
            "filename": "quickpub-0.8.31.tar.gz",
            "has_sig": false,
            "md5_digest": "b6e0910b6831e1c17bf1edd0efe7307a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 13073,
            "upload_time": "2024-04-28T08:45:22",
            "upload_time_iso_8601": "2024-04-28T08:45:22.921781Z",
            "url": "https://files.pythonhosted.org/packages/70/77/cfbd86bcf336e02c36d151fbf7528971d520b5a998558b29f60bef43c29f/quickpub-0.8.31.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 08:45:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danielnachumdev",
    "github_project": "quickpub",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "quickpub"
}
        
Elapsed time: 0.35853s