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.
- Host: GitHub
- URL: https://github.com/machu-gwu/pygitrepo-project
- Owner: MacHu-GWU
- License: mit
- Created: 2017-09-07T17:44:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T07:38:21.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:47:01.944Z (11 months ago)
- Topics: developer-tools, github, pypi, python, travis-ci
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
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