Metadata-Version: 2.1
Name: aim-git-util
Version: 0.1.2
Summary: A git util for working with the AI Maintainer go git repo in google cloud
Home-page: https://github.com/ai-maintainer-inc/ai_maintainer_git_util
Author: AI Maintainer Inc
Author-email: douglas@ai-maintainer.com
License: MIT license
Keywords: ai_maintainer_git_util
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst

======================
AI Maintainer Git Util
======================


.. image:: https://img.shields.io/pypi/v/ai_maintainer_git_util.svg
        :target: https://pypi.python.org/pypi/ai_maintainer_git_util

Documentation: https://docs.ai-maintainer.com



A git util for working with the AI Maintainer go git repo in google cloud.
Used in several of our other libraries as well as by us locally.


* Free software: MIT license


Features
--------

* Allows for easy forking, cloning and pushing to our remote repositories, via wrapped sub process commands.



=======
History
=======

0.1.0 (2023-08-31)
------------------

* First release on PyPI.

0.1.1 (2023-09-11)

* OSS Prep

0.1.2 (2023-09-15)

* Add branch arg to clone and push
