https://github.com/orsiemilio/python-base-project-setup
Python base project setup with linter and tools already configured
https://github.com/orsiemilio/python-base-project-setup
Last synced: 9 months ago
JSON representation
Python base project setup with linter and tools already configured
- Host: GitHub
- URL: https://github.com/orsiemilio/python-base-project-setup
- Owner: orsiemilio
- Created: 2023-08-17T14:49:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T15:52:37.000Z (over 2 years ago)
- Last Synced: 2025-01-25T12:41:51.582Z (11 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Base Project
This repository serves as the fundamental starting point for your Python projects.
## Setting Up Your Environment
To streamline your development environment, follow these steps:
1. Run the `setup_dev_env.sh` script in your preferred shell using the command `./setup_dev_env.sh`.
2. **Development Dependencies:**
- We've integrated `pyenv` into the workflow, allowing you to specify your project's local Python version (currently set to 3.9.5).
- Utilize `pipenv` for an efficient approach to installing and managing project dependencies.