Skip to main content

No project description provided

Project description

python-package-template

This is a template repository for Python package projects.

In this README :point_down:

Features

This template repository comes with all of the boilerplate needed for:

⚙️ Robust (and free) CI with GitHub Actions:

  • Unit tests ran with PyTest against multiple Python versions and operating systems.
  • Type checking with mypy.
  • Linting with ruff.
  • Formatting with isort and black.

🤖 Dependabot configuration to keep your dependencies up-to-date.

📄 Great looking API documentation built using Sphinx (run make docs to preview).

🚀 Automatic GitHub and PyPI releases. Just follow the steps in RELEASE_PROCESS.md to trigger a new release.

Usage

Initial setup

  1. x Create a new repository from this template with the desired name of your project.

    Your project name (i.e. the name of the repository) and the name of the corresponding Python package don't necessarily need to match, but you might want to check on PyPI first to see if the package name you want is already taken.

  2. x Create a Python 3.8 or newer virtual environment.

    If you're not sure how to create a suitable Python environment, the easiest way is using Miniconda. On a Mac, for example, you can install Miniconda using Homebrew:

    brew install miniconda
    

    Then you can create and activate a new Python environment by running:

    conda create -n my-package python=3.9
    conda activate my-package
    
  3. x Now that you have a suitable Python environment, you're ready to personalize this repository. Just run:

    pip install -r setup-requirements.txt
    python scripts/personalize.py
    

    And then follow the prompts.

    :pencil: NOTE: This script will overwrite the README in your repository.

  4. x Commit and push your changes, then make sure all GitHub Actions jobs pass.

  5. x (Optional) If you plan on publishing your package to PyPI, add repository secrets for PYPI_USERNAME and PYPI_PASSWORD. To add these, go to "Settings" > "Secrets" > "Actions", and then click "New repository secret".

    If you don't have PyPI account yet, you can create one for free.

  6. (Optional) If you want to deploy your API docs to readthedocs.org, go to the readthedocs dashboard and import your new project.

    Then click on the "Admin" button, navigate to "Automation Rules" in the sidebar, click "Add Rule", and then enter the following fields:

    • Description: Publish new versions from tags
    • Match: Custom Match
    • Custom match: v[vV]
    • Version: Tag
    • Action: Activate version

    Then hit "Save".

    After your first release, the docs will automatically be published to your-project-name.readthedocs.io.

Creating releases

Creating new GitHub and PyPI releases is easy. The GitHub Actions workflow that comes with this repository will handle all of that for you. All you need to do is follow the instructions in RELEASE_PROCESS.md.

Projects using this template

Here is an incomplete list of some projects that started off with this template:

☝️ Want your work featured here? Just open a pull request that adds the link.

FAQ

Should I use this template even if I don't want to publish my package?

Absolutely! If you don't want to publish your package, just delete the docs/ directory and the release job in .github/workflows/main.yml.

Contributing

If you find a bug :bug:, please open a bug report. If you have an idea for an improvement or new feature :rocket:, please open a feature request.

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

mingaleg_lib-0.2.0.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mingaleg_lib-0.2.0-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file mingaleg_lib-0.2.0.tar.gz.

File metadata

  • Download URL: mingaleg_lib-0.2.0.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for mingaleg_lib-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c4094991477316fca997a86878297e4b488e136105666ac50044b01a17eb87d3
MD5 03e03131a6d78fce1f6dcd881b93a3d1
BLAKE2b-256 80195c696e4ad92fe5a6f8a71d36fabd2e867ee8e6732f4024c1b9e69569e8de

See more details on using hashes here.

File details

Details for the file mingaleg_lib-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: mingaleg_lib-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for mingaleg_lib-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f791c28a30a041c19df7dba5bf0c4b8171f917875ace411ba3289c35c6d575e
MD5 9d9e176cfe85242ef51d7f192e4e5cb0
BLAKE2b-256 730b9295817591458dfb45b6f94037dcafa0a0c19ee2bcdc5cec3c3a24866e68

See more details on using hashes here.

Supported by

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