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:
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.tar.gz
(3.8 kB
view details)
File details
Details for the file pgs_climbing-0.1.tar.gz.
File metadata
- Download URL: pgs_climbing-0.1.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 |
8e1125a8f878bdc13dcb3d529ec336bcc9c9f145f555428116144b8811d2ebd4
|
|
| MD5 |
cbe77ddc93d554f09c04efb7e62011fa
|
|
| BLAKE2b-256 |
f8c9b68e25c0dedef55c02e93e71541911d042f385c9b64a2136108135b48862
|