Skip to main content

Python commodity wrapper around GitPython

Project description

git_wrapper

https://img.shields.io/pypi/v/git_wrapper.svg https://img.shields.io/travis/release-depot/git_wrapper.svg Documentation Status

Python wrapper around GitPython

Features

  • TODO

Notes

This library only supports python 3. Some features may still work with python 2.7 but not all of the syntax and features may be compatible.

Development

There are several dependencies needed to build and work on git_wrapper. Using your distribution’s package manager, install these system packages:

GitPython

git_wrapper uses the upcoming standard of Pipfiles via pipenv. This is integrated into our Makefile and once you have the above dependencies, you can simply run:

make dev

This will install our dev environment for the package via pipenv. It is installed with –user, so it does not affect your site-packages. Pipenv creates a unique virtualenv for us, which you can activate via:

pipenv shell

See the pipenv documentation for more detail.

Documentation

To build the documentation on your checkout, simply run:

make docs

We plan to get this published in the near future, and this README will be updated when that happens.

Contributions

All new code should include tests that excercise the code and prove that it works, or fixes the bug you are trying to fix. Any Pull Request without tests will not be accepted.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.1 (2018-06-25)

  • First release on PyPI.

0.1.0 (2018-07-05)

  • Second release on PyPI.

  • Base functionality

  • git cherry support

  • Removing pipenv support.

0.2.0 (2019-01-18)

  • Third release on PyPI.

  • Major refactor to better align the data model.

  • Added several new features
    • Log diff generation

    • Improved clone support including bare repos and destroy/reclone

    • Revert support

    • Support for rebasing to a branch or commit.

0.2.1 (2019-04-15)

  • Fourth release on PyPI.

  • Added several new features
    • Add function to compare commit references

    • Add tagging functions

0.2.2 (2020-07-20)

  • Fifth release on PyPI.

  • Added new function to check if a commit exists on a given remote branch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_wrapper-0.2.2.dev2.tar.gz (31.5 kB view hashes)

Uploaded Source

Built Distribution

git_wrapper-0.2.2.dev2-py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page