Skip to content

dawsonbooth/poetry-package

Repository files navigation

REPO_NAME

pypi version downloads build status python versions format license

Description

This is a short or long textual description of the package.

Installation

With Python installed, simply run the following command to add the package to your project.

python -m pip install PACKAGE_NAME

Usage

The following is an example usage of the package:

from foo import bar

print("Ok here we go")

try:
    bar()
except:
    print("Ah good effort")

Some info about calling the program.

python whatever.py > out.txt

Then some output (console or file whatever)

Output here I guess

Feel free to check out the docs for more information.

License

This software is released under the terms of MIT license.

About

A template for a general Python package using Poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages