Classes to describe rock-climbing
Reason this release was yanked:
Premature release of version
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:
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.8.tar.gz
(3.8 kB
view details)
File details
Details for the file pgs_climbing-0.8.tar.gz.
File metadata
- Download URL: pgs_climbing-0.8.tar.gz
- Upload date:
- Size: 3.8 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 |
54985f954a97e3b4f20f0d3068e5fedded105bb866918ea18953dbf76846df33
|
|
| MD5 |
1a9da45fc00f4aeee0250a470e060092
|
|
| BLAKE2b-256 |
505cea9107089414b938c8aef9f99ec7606324871ff36faabc0590a19a4f1405
|