Skip to content

you-zhou/zpypro

Repository files navigation

zpypro

A brief description of your project goes here.
(Example: zpypro is a Python project for ...)

Features

  • Flat project structure for simplicity and quick prototyping
  • Modern dependency management via pyproject.toml
  • Dynamic logging: Outputs logs to both the terminal and a log file, with log file location determined using appdirs for portability
  • YAML-based logging configuration for easy customization

Installation

git clone https://github.com/yourusername/zpypro.git
cd zpypro

To install dependencies using uv:

  1. Compile dependencies from pyproject.toml to a requirements file:
    uv pip compile pyproject.toml > requirements.txt
  2. Install dependencies from the generated requirements file:
    uv pip install -r requirements.txt

Usage

# Example usage command
python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A simple python project template

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages