Skip to main content

Common packages for coder dojo sessions

Project description

Coder Dojo (Ham/Kingston) Common Python Packages

Basic packages containing all the Python dependencies for the Coder Dojo Sessions.

Installation

You can install the package from PyPI using the following command.

'pip install "coder-dojo-common-python[games,data]"

You can install the package from GitHub using the following command.

pip install 'coder_dojo_common_python[games,data] @ https://github.com/Stedders/coder-dojo-common-python/releases/download/v0.0.1/coder_dojo_common_python-0.0.1-py3-none-any.whl'

This will install the games and data packages for the v0.0.1 release.

As packages are updated or new packages added a new version will be published, please check the latest version at https://github.com/Stedders/coder-dojo-common-python/releases.

Development

Requires poetry.

Install

poetry install

Add package

All packages are added as optional and grouped into extras.

poetry add requests --optional

You will then need to update the extra information to ensure the package is in the correct group.

Either update the appropriate extras section or create a new section under extras in the pyproject.toml file.

[tool.poetry.dependencies]
#...stuff...
requests = { version = "^2.28.2", optional = true } # Package added as optional
#...more stuff...

[tool.poetry.extras]
#...existing extras...
web = ["requesets"] # A new extra 'web'

Build package

poetry build

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

coder_dojo_common_python-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

coder_dojo_common_python-0.0.2-py3-none-any.whl (2.0 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