Skip to content

Gonare-22/create-python-cmd

 
 

Repository files navigation

create-python-cmd

Linting

MacOS_Tests Ubuntu_Tests Win_Tests

> pip install create-python-cmd
> git clone https://github.com/.../myproject
> cd myproject
> createpythoncmd # Creates a new Python command line application.

Creates a new Python command line application with linters and tests.

Linters

The following linters are used

  • pylint
  • flake8
  • mypy

Testing

To run all linters and tests, simply go to the root directory and run tox

Uploading your project to PYPI

To upload your project to pypi simply run . ./upload_package.sh

Versions

  • 1.2.0 - Refresh with new modern practices like an installation script.
  • 1.1.1 - Adds chmod +x to shell scripts and adds post install instructions.
  • 1.1.0 - createpythonapp -> createpythoncmd.
  • 1.0.9 - Adds keywords prompt during setup.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.2%
  • Shell 15.1%
  • Batchfile 1.7%