https://github.com/ofek/dep-sync
Synchronize Python environments with dependencies
https://github.com/ofek/dep-sync
dependency python
Last synced: about 1 year ago
JSON representation
Synchronize Python environments with dependencies
- Host: GitHub
- URL: https://github.com/ofek/dep-sync
- Owner: ofek
- License: mit
- Created: 2024-10-01T14:05:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T22:33:26.000Z (over 1 year ago)
- Last Synced: 2025-04-23T22:17:04.943Z (about 1 year ago)
- Topics: dependency, python
- Language: Python
- Homepage: http://ofek.dev/dep-sync/
- Size: 1.09 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# dep-sync
| | |
| --- | --- |
| CI/CD | [](https://github.com/ofek/dep-sync/actions/workflows/test.yml) [](https://github.com/ofek/dep-sync/actions/workflows/build.yml) [](https://app.codecov.io/gh/ofek/dep-sync) |
| Docs | [](https://github.com/ofek/dep-sync/actions/workflows/docs.yml) |
| Package | [](https://pypi.org/project/dep-sync/) [](https://pypi.org/project/dep-sync/) |
| Meta | [](https://github.com/ofek/dep-sync) [](https://github.com/astral-sh/ruff) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) [](https://github.com/sponsors/ofek) |
-----
This is a helper library for synchronizing Python environments with dependencies.
## Installation
```console
pip install dep-sync
```
## Documentation
The [documentation](https://ofek.dev/dep-sync/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).
## License
`dep-sync` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.