@@ -11,11 +11,17 @@ gitfs2
1111 :target: https://pypi.org/project/gitfs2
1212
1313.. image :: https://pepy.tech/badge/gitfs2/month
14- :target: https://pepy.tech/project/gitfs2/month
14+ :target: https://pepy.tech/project/gitfs2
1515
1616.. image :: https://img.shields.io/github/stars/moremoban/gitfs2.svg?style=social&maxAge=3600&label=Star
1717 :target: https://github.com/moremoban/gitfs2/stargazers
1818
19+ .. image :: https://img.shields.io/static/v1?label=continuous%20templating&message=%E6%A8%A1%E7%89%88%E6%9B%B4%E6%96%B0&color=blue&style=flat-square
20+ :target: https://moban.readthedocs.io/en/latest/#at-scale-continous-templating-for-open-source-projects
21+
22+ .. image :: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
23+ :target: https://github.com/psf/black
24+
1925.. image :: https://dev.azure.com/moremoban/gitfs2/_apis/build/status/moremoban.gitfs2?branchName=master
2026 :target: https://dev.azure.com/moremoban/gitfs2/_build/latest?definitionId=2&branchName=master
2127
@@ -35,7 +41,7 @@ Get a file inside a python package
3541 >> > import fs
3642 >> > git_fs = fs.open_fs(" git://github.com/moremobans/pypi-mobans.git!/templates" )
3743 >> > git_fs.readtext(" _version.py.jj2" )
38- ' __version__ = "0.0.3 "\n __author__ = "C.W."\n '
44+ ' __version__ = "0.0.4 "\n __author__ = "C.W."\n '
3945
4046
4147 Get from a different branch
@@ -46,7 +52,7 @@ Get from a different branch
4652 >> > import fs
4753 >> > git_fs = fs.open_fs(" git://github.com/moremobans/pypi-mobans.git?branch=master!/templates" )
4854 >> > git_fs.read(" _version.py.jj2" )
49- ' __version__ = "0.0.3 "\n __author__ = "C.W."\n '
55+ ' __version__ = "0.0.4 "\n __author__ = "C.W."\n '
5056
5157
5258 Checkout submodules recursively
0 commit comments