Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 702 Bytes

File metadata and controls

36 lines (24 loc) · 702 Bytes

Developer instructions

This file was generated automatically

Project Structure

A skeleton CLI app was automatically configured by pyreleaser_io for:

  • A basic CLI application
  • pytest unit testing

Where to add my code?

Entry point is ringmaster/cli.py in function main()

Running locally

pipenv run ringmaster

Testing

pipenv run pytest

Getting a shell

pipenv shell

Where does the executable come from?

ringmaster is a shim generated automatically by setuptools, you can change it by altering the value for entry_points in setup.py.

Reference: https://setuptools.readthedocs.io/en/latest/setuptools.html#adding-commands