seano-formatter-semver


Nameseano-formatter-semver JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA Seano formatter plugin that provides a SemVer calculator
upload_time2024-11-22 03:13:27
maintainerNone
docs_urlNone
authorAndrew Keller
requires_pythonNone
licenseBSD 3-clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SemVer Formatter Plugin for Seano
=================================

This project provides a Seano formatter named `semver` which, given a query of a
Seano database, will tell you what version the current version of your product
should be, assuming you're following [SemVer](https://semver.org) conventions.

Testing Locally
---------------

Starting from scratch, this is how to set up local unit testing:

```sh
# Create and enter a virtual environment:
virtualenv .venv
. .venv/bin/activate

# Install this Seano formatter plugin in the virtual environment in "editable mode"
pip install -e .

# Install extra dependencies needed by the unit tests:
pip install -r ci_utest_requirements.txt
```

Then, going forward, you can run unit tests like this:

```sh
pytest
```

Copyright 2024 Andrew Keller

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "seano-formatter-semver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Andrew Keller",
    "author_email": "andrew@kellerfarm.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/b4/a26c839c2ade6cd261da1bdf84847043567b6b32239c21a33aa0a4aabac1/seano_formatter_semver-1.0.0.tar.gz",
    "platform": null,
    "description": "SemVer Formatter Plugin for Seano\n=================================\n\nThis project provides a Seano formatter named `semver` which, given a query of a\nSeano database, will tell you what version the current version of your product\nshould be, assuming you're following [SemVer](https://semver.org) conventions.\n\nTesting Locally\n---------------\n\nStarting from scratch, this is how to set up local unit testing:\n\n```sh\n# Create and enter a virtual environment:\nvirtualenv .venv\n. .venv/bin/activate\n\n# Install this Seano formatter plugin in the virtual environment in \"editable mode\"\npip install -e .\n\n# Install extra dependencies needed by the unit tests:\npip install -r ci_utest_requirements.txt\n```\n\nThen, going forward, you can run unit tests like this:\n\n```sh\npytest\n```\n\nCopyright 2024 Andrew Keller\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors\n   may be used to endorse or promote products derived from this software without\n   specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "A Seano formatter plugin that provides a SemVer calculator",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbb4a26c839c2ade6cd261da1bdf84847043567b6b32239c21a33aa0a4aabac1",
                "md5": "b238f95bf2a3d4d5d1e3de39d1c16961",
                "sha256": "800afd54e89e74c2826dd8780cadbbe4a3822231dc3768c60cd4fe2bb31114fc"
            },
            "downloads": -1,
            "filename": "seano_formatter_semver-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b238f95bf2a3d4d5d1e3de39d1c16961",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3577,
            "upload_time": "2024-11-22T03:13:27",
            "upload_time_iso_8601": "2024-11-22T03:13:27.337689Z",
            "url": "https://files.pythonhosted.org/packages/cb/b4/a26c839c2ade6cd261da1bdf84847043567b6b32239c21a33aa0a4aabac1/seano_formatter_semver-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 03:13:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "seano-formatter-semver"
}
        
Elapsed time: 0.38005s