Classes to describe rock-climbing
Project description
Climbing
This package creates a few python classes that describe rock-climbing. It was created as an exercise in package development.
Quickstart
It is available to install using pip, e.g. for python3 use:
python3 -m pip install pgs_climbing
And can then be used by importing into your python files:
from pgs_climbing import Crag, Route, Climber, GRADES_LIST
Source
This package is held on Github. For a full README, see the link.
Contents
The classes are currently:
- Crag - A class to hold information about each climbing area, the routes it contains and its location.
- Route - A class to hold information about a particular route - its name, grade, height etc.
- Climber - A class to hold information about a climber, the routes they have attempted/climbed and when.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pgs_climbing-0.1.1.tar.gz
(3.9 kB
view details)
File details
Details for the file pgs_climbing-0.1.1.tar.gz.
File metadata
- Download URL: pgs_climbing-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0ab375eaac69d5ebd3d94edc3206579f054d64d0aa0b254a5654cccdf1a6c6b
|
|
| MD5 |
1329eefd60c42919852ae60d7540b2fd
|
|
| BLAKE2b-256 |
c54eafb1a5ba062eaa47d048430ea0d4db8919642952b30861dc3cd41859b4e3
|