sievedata


Namesievedata JSON
Version 1.2.3 PyPI version JSON
download
home_pagehttps://github.com/sieve-data/sieve
SummarySieve CLI and Python Client
upload_time2024-10-08 20:50:23
maintainerNone
docs_urlNone
authorSieve Team
requires_python>=3.7
licenseunlicensed
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sieve
The Sieve package and Python client. See the [Sieve Documentation](https://docs.sievedata.com/guide/intro) for usage information.

## Integration Tests
Push your local client package branch
```
# sieve
git checkout -b newbranch
git push -u origin newbranch
```

Now push to server repository to start the ci
- make typecheck will fail
```
# server
git checkout -b newbranch
git commit --allow-empty -m "Trigger Build"
git push -u origin newbranch
```

Make a pr, add a comment with "/pulmi"; it will create infra for testing. Pulumi action takes a little while. When it's done, a CI context should be created. You might get unrelated errors, if you do rerun the CI

When it goes thru, go to the context

	https://app.circleci.com/settings/organization/github/sieve-data/contexts

Delete `SIEVE_WHEEL_NAME` and then replace the value with a different wheel name (as to not break dev release), e.g.
```
SIEVE_WHEEL_NAME: “sievedata-mybranch-filenone-py3-none-any.whl”
```

Now push client package again. `Run Tests` fail sometimes, as long as `build_push` passes you are good.





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sieve-data/sieve",
    "name": "sievedata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sieve Team",
    "author_email": "developer@sievedata.com",
    "download_url": null,
    "platform": null,
    "description": "# Sieve\nThe Sieve package and Python client. See the [Sieve Documentation](https://docs.sievedata.com/guide/intro) for usage information.\n\n## Integration Tests\nPush your local client package branch\n```\n# sieve\ngit checkout -b newbranch\ngit push -u origin newbranch\n```\n\nNow push to server repository to start the ci\n- make typecheck will fail\n```\n# server\ngit checkout -b newbranch\ngit commit --allow-empty -m \"Trigger Build\"\ngit push -u origin newbranch\n```\n\nMake a pr, add a comment with \"/pulmi\"; it will create infra for testing. Pulumi action takes a little while. When it's done, a CI context should be created. You might get unrelated errors, if you do rerun the CI\n\nWhen it goes thru, go to the context\n\n\thttps://app.circleci.com/settings/organization/github/sieve-data/contexts\n\nDelete `SIEVE_WHEEL_NAME` and then replace the value with a different wheel name (as to not break dev release), e.g.\n```\nSIEVE_WHEEL_NAME: \u201csievedata-mybranch-filenone-py3-none-any.whl\u201d\n```\n\nNow push client package again. `Run Tests` fail sometimes, as long as `build_push` passes you are good.\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "unlicensed",
    "summary": "Sieve CLI and Python Client",
    "version": "1.2.3",
    "project_urls": {
        "Homepage": "https://github.com/sieve-data/sieve"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60d025ed851a2471c9b047b6cc6c2d9e44c0581cb8a265bb3e124291963a7de6",
                "md5": "702e144a0a9de4d096e05e8d59aa634e",
                "sha256": "596e6a0e62ab11d266f0052262f6ca900c273db6c46f7929cdc81cbe9b1397c4"
            },
            "downloads": -1,
            "filename": "sievedata-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "702e144a0a9de4d096e05e8d59aa634e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 199945,
            "upload_time": "2024-10-08T20:50:23",
            "upload_time_iso_8601": "2024-10-08T20:50:23.913121Z",
            "url": "https://files.pythonhosted.org/packages/60/d0/25ed851a2471c9b047b6cc6c2d9e44c0581cb8a265bb3e124291963a7de6/sievedata-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 20:50:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sieve-data",
    "github_project": "sieve",
    "github_not_found": true,
    "lcname": "sievedata"
}
        
Elapsed time: 0.47386s