Skip to main content

No project description provided

Project description

img img img img img img img img

img

Minimal Python Project Skeleton

  1. About The Project
  2. Getting Started
    1. Installation
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

This folder structure should act as a simple starting point for your next python project.

.
├── .github
│   └── workflows
│       ├── pre-commit.yaml
│       ├── release.yaml
│       └── test.yaml
├── .gitignore
├── .pre-commit-config.yaml
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── README.org
├── pyproject.toml
├── src
│   └── minimal_python_project_skeleton
│       └── __init__.py
└── test
    └── test_func.py

6 directories, 12 files

It contains just the minimum to get you started with a ready configured GitHub actions for automated linting, testing, and releasing on PiPy.

Getting Started

Use this template directly to create a new GitHub repository or just clone the repository to your desired destination and start working on your new project.

Pro-Tipp: If you later want to update the template, keep a separate branch (i.e. skeleton) around and cherry-pick the changes you would like to keep for future projects. This way you can also pull the latest version from upstream and checkout the new files you would like to use in your project.

Installation

This package is available on PyPI. You install it using pip:

pip install minimal_python_project_skeleton

Contributing

Any Contributions are greatly appreciated! If you have a question, an issue or would like to contribute, please read our contributing guidelines.

License

Distributed under the MIT License

Contact

Marcel Arpogaus - znepry.necbtnhf@tznvy.pbz

Project Link: https://github.com/MArpogaus/python-project-skeleton

Acknowledgments

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

minimal_python_project_skeleton-0.0.1.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file minimal_python_project_skeleton-0.0.1.tar.gz.

File metadata

File hashes

Hashes for minimal_python_project_skeleton-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9349029d1ee9ce93a5788372d31cb3839dd557620792ecdd9d69522c84588cc5
MD5 ac66426a35335e5ea4cab39116d071d9
BLAKE2b-256 77699fdbb0955dc811fe2dc669101a93323550562fae4485ce9230053bd9bcf3

See more details on using hashes here.

File details

Details for the file minimal_python_project_skeleton-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for minimal_python_project_skeleton-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d9f0f25d2f0daf969bd782f2874fc4a095e711ebe94053da06471a4c09ab8216
MD5 8307c4c5dcabc1c51352d102e0c5482b
BLAKE2b-256 51f3d907dcda5213c178ee894e0bcc50bc7991d3b7a8a18098e90d087d0e25de

See more details on using hashes here.

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