Skip to content

guaifish/ccpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccpp

Cookiecutter template for Python package

Package version GitHub LICNESE GitHub Stars GitHub Forks


Requirements

Installation

$ pip install ccpp

Usage

Create a new package

$ ccpp new hello-world && cd hello-world

Test the package at the first time

$ pytest tests

Building package

$ poetry build

Building hello-world (0.1.0)
 - Building sdist
 - Built hello-world-0.1.0.tar.gz

 - Building wheel
 - Built hello-world-0.1.0-py3-none-any.whl

Publishing package to PyPI

$ poetry publish

Publishing hello-world (0.1.0) to PyPI
Username: guaifish
Password:
 - Uploading hello-world-0.1.0-py3-none-any.whl 0%
 - Uploading hello-world-0.1.0-py3-none-any.whl 65%
 - Uploading hello-world-0.1.0-py3-none-any.whl 100%
 - Uploading hello-world-0.1.0-py3-none-any.whl 100%
 - Uploading hello-world-0.1.0.tar.gz 0%
 - Uploading hello-world-0.1.0.tar.gz 83%
 - Uploading hello-world-0.1.0.tar.gz 100%
 - Uploading hello-world-0.1.0.tar.gz 100%

License

Copyright © 2020 guaifish. This project is MIT license.

About

a template auto genereate Python package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages