Skip to main content

Description

Project description

Python Project Template

This is a template for Python projects. It is intended to be a starting point for new projects, and provides a structure that can be used consistently across projects.

Documentation: https://philschmid.github.io/python-project-template/

Getting Started

Fork the repository and clone it to your local machine. Then, run the following commands to rename all folders, files and variable from myproject to the name of your project:

newproject="mynewproject"
# rename and delete the project folder
mv  myproject/ mynewproject/
# rename the project in the pyproject.toml file
sed -i "" "s/myproject/mynewproject/g" pyproject.toml

Adjust documentation in docs/index.md and README.md to your needs.

Scipts

The following scripts are available:

  • make style: run the ruff fix
  • make check: run the ruff check
  • make test: run the tests

Features

Acknowledgements

This project was insipred by the structure of fastapi and created with Hatch.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyllm-0.0.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

easyllm-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page