https://github.com/micnncim/.python
A template repository for Python
https://github.com/micnncim/.python
Last synced: 4 months ago
JSON representation
A template repository for Python
- Host: GitHub
- URL: https://github.com/micnncim/.python
- Owner: micnncim
- License: apache-2.0
- Created: 2019-10-20T11:01:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T02:42:37.000Z (over 5 years ago)
- Last Synced: 2025-01-04T23:26:56.815Z (6 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .python
A template repository for Python.
## Setup
```
$ git clone https://github.com/micnncim/.python repo
$ cd repo
$ rm -rf .git
$ git init
$ git remote add origin https://github.com/owner/repo
$ rm -f README.md
$ mv README.tmpl.md README.md
$ fd -E .git -X sd '<>' 'owner'
$ fd -E .git -X sd '<>' 'repo'
$ fd -E .git -X sd '<>' '2020'
```## Development
This project contains the following development tools:
- [Pipenv](https://pipenv.kennethreitz.org/en/latest)
- [Mypy](https://github.com/python/mypy)
- [Black](https://github.com/psf/black)