### ansys-api-geometry gRPC Interface Package
This repository provides the auto-generated gRPC Python interface files for
the Ansys Geometry Service.
#### Installation
Provided that these wheels have been published to public PyPI, they can be
installed with:
```
pip install ansys-api-geometry
```
#### Build
To build the gRPC packages, run:
```
pip install build
python -m build
```
This will create both the source distribution containing just the protofiles
along with the wheel containing the protofiles and build Python interface
files.
#### Manual Deployment
After building the packages, manually deploy them with:
```
pip install twine
twine upload dist/*
```
Note that this is automatically done through CI/CD.
#### Automatic Deployment
This repository contains GitHub CI/CD that enables the automatic building of
source and wheel packages for these gRPC Python interface files. By default,
these are built on PRs, the main branch, and on tags when pushing. Artifacts
are uploaded for each PR.
To publicly release wheels to PyPI, ensure your branch is up-to-date and then
push tags. For example, for the version ``v0.5.0``.
```bash
git tag v0.5.0
git push --tags
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ansys/ansys-api-geometry",
"name": "ansys-api-geometry",
"maintainer": "ANSYS, Inc.",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "pyansys.core@ansys.com",
"keywords": null,
"author": "ANSYS, Inc.",
"author_email": "pyansys.core@ansys.com",
"download_url": "https://files.pythonhosted.org/packages/56/32/b1359f155788ff028f5ff043e897324120d0adad9557524829bb78145fec/ansys_api_geometry-0.4.19.tar.gz",
"platform": null,
"description": "### ansys-api-geometry gRPC Interface Package\n\nThis repository provides the auto-generated gRPC Python interface files for\nthe Ansys Geometry Service.\n\n\n#### Installation\n\nProvided that these wheels have been published to public PyPI, they can be\ninstalled with:\n\n```\npip install ansys-api-geometry\n```\n\n#### Build\n\nTo build the gRPC packages, run:\n\n```\npip install build\npython -m build\n```\n\nThis will create both the source distribution containing just the protofiles\nalong with the wheel containing the protofiles and build Python interface\nfiles.\n\n#### Manual Deployment\n\nAfter building the packages, manually deploy them with:\n\n```\npip install twine\ntwine upload dist/*\n```\n\nNote that this is automatically done through CI/CD.\n\n#### Automatic Deployment\n\nThis repository contains GitHub CI/CD that enables the automatic building of\nsource and wheel packages for these gRPC Python interface files. By default,\nthese are built on PRs, the main branch, and on tags when pushing. Artifacts\nare uploaded for each PR.\n\nTo publicly release wheels to PyPI, ensure your branch is up-to-date and then\npush tags. For example, for the version ``v0.5.0``.\n\n```bash\ngit tag v0.5.0\ngit push --tags\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Autogenerated Python gRPC interface package for ansys-api-geometry, built on 07:04:48 on 04 December 2024",
"version": "0.4.19",
"project_urls": {
"Documentation": "https://github.com/ansys/ansys-api-geometry/#readme",
"Homepage": "https://github.com/ansys/ansys-api-geometry",
"Source": "https://github.com/ansys/ansys-api-geometry/",
"Tracker": "https://github.com/ansys/ansys-api-geometry/issues/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a0f144071798a5ab9e0158ada4a43d4c585ea3af0433f1c462ad16525e59b085",
"md5": "5c57f054e4b0c8cecaca7a2a056ecfba",
"sha256": "caf7b1bb83220e266ee6062165bd1fde5c59993d02f8cbcbf00d44a42e100121"
},
"downloads": -1,
"filename": "ansys_api_geometry-0.4.19-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c57f054e4b0c8cecaca7a2a056ecfba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 129743,
"upload_time": "2024-12-04T07:06:16",
"upload_time_iso_8601": "2024-12-04T07:06:16.938381Z",
"url": "https://files.pythonhosted.org/packages/a0/f1/44071798a5ab9e0158ada4a43d4c585ea3af0433f1c462ad16525e59b085/ansys_api_geometry-0.4.19-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5632b1359f155788ff028f5ff043e897324120d0adad9557524829bb78145fec",
"md5": "53341d2c7c71ff973f283aba176507d4",
"sha256": "014093ef2239c39b3e94e39bbb14d3122f9d165e226e5729a4a1ca31423522d6"
},
"downloads": -1,
"filename": "ansys_api_geometry-0.4.19.tar.gz",
"has_sig": false,
"md5_digest": "53341d2c7c71ff973f283aba176507d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 14577,
"upload_time": "2024-12-04T07:06:18",
"upload_time_iso_8601": "2024-12-04T07:06:18.015864Z",
"url": "https://files.pythonhosted.org/packages/56/32/b1359f155788ff028f5ff043e897324120d0adad9557524829bb78145fec/ansys_api_geometry-0.4.19.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 07:06:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ansys",
"github_project": "ansys-api-geometry",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ansys-api-geometry"
}