Skip to content

sodascience/python-package-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python Package Boilerplate

This repository serves as a starting template for new Python packages. It includes the basic structure and configuration for a Python package, including pyproject.toml and src/package-name.

How to use

  1. Open pyproject.toml and replace "CHANGE-ME" with the actual package name, description, author, email, keywords, dependencies, urls, and packages
  2. Change the name of the folder src/package-name to your actual package name
  3. Change the name of the parent folder from python-package-boilerplate to your actual package name
  4. Run pip install -e . to install the package locally

Publish the package to PyPI

Details here

hatch build
hatch publish

About

Boilerplate with the recommended structure for a python package. It can be used as a template for your own project

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors