An open API service indexing awesome lists of open source software.

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

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)