Skip to main content

A playground for publishing packages to PyPI

Project description

pypi-playground

What is this?

This is a repository for creating sample code for publishing to PyPI. I manage multiple Python projects, but the configuration for publishing them to PyPI is almost the same. In this playground, I experiment with them, and configure them to speed up CI and make project management easier.

Usage

Install dependencies

Install dependencies with poetry.

poetry install

Run tests

poetry poe test

Format

poetry poe format
  • isort for import sorting
  • black for formatting
  • pyupgrade for upgrading syntax to the latest version of Python

Lint

poetry poe check
  • mypy for static type checking
  • flake8 for linting
  • black for formatting check
  • isort for import sorting check

LICENSE

BSD 3-Clause License

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

kitsuyui-pypi-playground-0.4.0.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

kitsuyui_pypi_playground-0.4.0-py3-none-any.whl (2.4 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