The ansys-tools-repo-sync library is intended to synchronize the content of two different repositories.
What does this library do?
For instance, due to intellectual properties concerns, it might not be possible to expose publicly the entire content of a private repository. Its owner could decide to have a second repository, a public one. Part of the content for this public repo would come from the private repository.
ansys-tools-repo-sync allows you to do so by copying a folder and its content from one repo to the other.
By default, nothing is synced to the secondary repository (in order to avoid undesired content). For that purpose, users have to provide a manifest file (in ASCII format) that contains regular expressions for the files accepted.
For example, if we wanted to sync all *.py files, one should generate a manifest file as follows:
*.py
How to use it?
A common usage for this tool consist to integrate it in one of your CI/CD pipeline or workflow. Firstly, the tool must be installed.
pip install ansys-tools-repo-sync
Then, it can be used in the considered workflow with the appropriate arguments.
Run it as follows:
repo-sync \
--token <token> \
--owner <organization-name> \
--repository <repository-name> \
--from-dir <path-to-dir-containing-files-to-sync> \
--to-dir <target-dir-for-sync> \
--include-manifest <path-to-manifest>
The options above are compulsory in order to run the tool. If an option is missing, the operation will fail. For more information on all the available options for this tool, users can run:
repo-sync --help
Issues
To post issues, questions, and code, go to ansys-tools-repo-sync Issues.
License
ansys-tools-repo-sync is licensed under the MIT license.
Release files for ansys-tools-repo-sync 1.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ansys_tools_repo_sync-1.5.1.tar.gz | 113.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ansys_tools_repo_sync-1.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 126.6 kB
Release files / ansys_tools_repo_sync-1.5.1.tar.gz
| Download URL | ansys_tools_repo_sync-1.5.1.tar.gz |
|---|---|
| Size | 113.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e977d3a42b8c37131cce0d4a1556539f62ad86665b8a4eab69759cdcc78f864d
|
|
BLAKE2b-256 checksum How to use checksums |
b86d3da67f7e9e5bcb433512a4b3b207b9b3cbf26c1bfb0badada43aab9e7055
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 4, 2026.
Transparency logRelease files / ansys_tools_repo_sync-1.5.1-py3-none-any.whl
| Download URL | ansys_tools_repo_sync-1.5.1-py3-none-any.whl |
|---|---|
| Size | 12.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
27456cd7e335cc7355300b04ca014c4753ffb8350d0f24d56a0f12cbb018e20e
|
|
BLAKE2b-256 checksum How to use checksums |
5b654de7bf0990cdbb87dfddfdc6fb6b2723a21ff76ca5fb6d16172ba996bf33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 4, 2026.
Transparency log