An open API service indexing awesome lists of open source software.

https://github.com/machu-gwu/pygitrepo-project

A simplified, minimal but powerful Python Git Project development workflow CLI tools.
https://github.com/machu-gwu/pygitrepo-project

developer-tools github pypi python travis-ci

Last synced: 10 months ago
JSON representation

A simplified, minimal but powerful Python Git Project development workflow CLI tools.

Awesome Lists containing this project

README

          

.. image:: https://github.com/MacHu-GWU/pygitrepo-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/pygitrepo-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/pygitrepo-project/branch/master/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/pygitrepo-project

.. image:: https://readthedocs.org/projects/pygitrepo/badge/?version=latest
:target: https://pygitrepo.readthedocs.io/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/pygitrepo.svg
:target: https://pypi.python.org/pypi/pygitrepo

.. image:: https://img.shields.io/pypi/pyversions/pygitrepo.svg
:target: https://pypi.python.org/pypi/pygitrepo

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/pygitrepo-project

------

.. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: http://pygitrepo.my-docs.com/index.html

.. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: http://pygitrepo.my-docs.com/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg
:target: http://pygitrepo.my-docs.com/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
:target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
:target: https://github.com/MacHu-GWU/pygitrepo-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/pygitrepo-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/pygitrepo-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/pygitrepo#files

Welcome to ``pygitrepo`` Documentation
==============================================================================

- `English document is here `_
- `中文文档在此 `_

``pygitrepo`` is a Python command line tool that simplifies the Python development, build, test, deploy, publish workflow, using the BEST PRACTICE from a 15 years Python developer.

Features:

1. Python library / open source PyPI project development workflow.
2. AWS Lambda based Microservice development, test, deployment workflow.

.. _install:

Install
------------------------------------------------------------------------------

``pygitrepo`` is released on PyPI, so all you need is:

.. code-block:: console

$ pip install pygitrepo

To upgrade to latest version:

.. code-block:: console

$ pip install --upgrade pygitrepo