Updated
This commit is contained in:
129
.gitignore
vendored
129
.gitignore
vendored
@@ -1,129 +0,0 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
pip-wheel-metadata/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
*.py,cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
|
||||
# Scrapy stuff:
|
||||
.scrapy
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# pipenv
|
||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||||
# install all needed dependencies.
|
||||
#Pipfile.lock
|
||||
|
||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
||||
__pypackages__/
|
||||
|
||||
# Celery stuff
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
|
||||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
# Rope project settings
|
||||
.ropeproject
|
||||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
34
README.md
34
README.md
@@ -1,27 +1,29 @@
|
||||
# Python repo template
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/forks/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/stargazers/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/watchers/)
|
||||
# Go repo template
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/forks/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/stargazers/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/watchers/)
|
||||
|
||||
[](https://www.python.org/)
|
||||
[](https://www.golang.com/)
|
||||
|
||||
[](https://github.com/JLG-Skunkworks/python-repo-template)
|
||||
[](https://github.com/JLG-Skunkworks/golang-repo-template)
|
||||
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template.github.io/graphs/commit-activity)
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/graphs/contributors/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template.github.io/graphs/commit-activity)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/graphs/contributors/)
|
||||
|
||||
[]()
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/commit/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/commit/)
|
||||
[]()
|
||||
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/issues/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/issues?q=is%3Aissue+is%3Aclosed)
|
||||
[](http://isitmaintained.com/project/JLG-Skunkworks/python-repo-template "Percentage of issues still open")
|
||||
[](http://isitmaintained.com/project/JLG-Skunkworks/python-repo-template "Average time to resolve an issue")
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/issues/)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/issues?q=is%3Aissue+is%3Aclosed)
|
||||
[](http://isitmaintained.com/project/JLG-Skunkworks/golang-repo-template "Percentage of issues still open")
|
||||
[](http://isitmaintained.com/project/JLG-Skunkworks/golang-repo-template "Average time to resolve an issue")
|
||||
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/pull)
|
||||
[](https://GitHub.com/JLG-Skunkworks/python-repo-template/pull)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/pull)
|
||||
[](https://GitHub.com/JLG-Skunkworks/golang-repo-template/pull)
|
||||
|
||||
Coding time for the last 30 days.</br>
|
||||
[](https://wakatime.com/badge/user/d43f2852-fd6f-45b4-b713-558ad18204d4/project/211ffb9c-81fc-4187-a834-aa7b107a2055)
|
||||
|
||||
See the wiki for usage and examples.
|
||||
[python-repo-template wiki page](https://github.com/JLG-Skunkworks/python-repo-template/wiki)
|
||||
[golang-repo-template wiki page](https://github.com/JLG-Skunkworks/golang-repo-template/wiki)
|
||||
|
Reference in New Issue
Block a user