https://github.com/ztj1993/py-packages
项目将转移拆分到多个仓库
https://github.com/ztj1993/py-packages
Last synced: 11 months ago
JSON representation
项目将转移拆分到多个仓库
- Host: GitHub
- URL: https://github.com/ztj1993/py-packages
- Owner: ztj1993
- License: mit
- Created: 2019-08-31T09:14:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T05:12:33.000Z (over 4 years ago)
- Last Synced: 2024-11-15T10:57:41.729Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZtjPythonPackages
my python package index.
### Get project
```
git clone https://github.com/ztj1993/py-packages.git
git submodule init
git submodule update
```
### Pull sub modules
```
git submodule foreach git pull origin master
```
### Add sub module
```
git submodule add -- https://github.com/ztj1993/py-mysql.git mysql
```