GitXplorerGitXplorer
t

pypuregym

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
d47e9b05771fa41da367e6959e72d32314ee4992

Update Pipfile

tthomasleese committed 7 years ago
Unverified
9358b171bff2a8f62ab440ef8eaa0df64f323f5b

Support fewer than

tthomasleese committed 7 years ago
Unverified
a162094a762ced5dc7a3f5b81ad615f871829e44

Add support for showing my gym details

tthomasleese committed 7 years ago
Unverified
0615f5beee6229c9930847c1b69ab4e2e07280b8

Add Pipfile dependencies

tthomasleese committed 7 years ago
Unverified
fff13644e0fcbd96255827c6f822e1d49f0a86b3

Add some documentation

tthomasleese committed 7 years ago
Unverified
c2a0d0ae5b8ebfd9886dc1663870bfd79c4819b9

Remove Pypy from tests

tthomasleese committed 7 years ago

README

The README file for this repository.

PyPureGym

Python module for interacting with PureGym.

Installation

$ pip install puregym

Usage

>>> from puregym import PureGym
>>> puregym = PureGym()
>>> gym = puregym.gyms[0]
>>> gym
Gym(id=69, url='https://www.puregym.com/gyms/aberdeen-kittybrewster/', slug='aberdeen-kittybrewster', name='Aberdeen Kittybrewster', location=GymLocation(latitude=57.1614, longitude=-2.1123, address='Kittybrewster Retail Park, Bedford Road', postcode='AB24 3LJ'), price=GymPrice(per_month=16.99, joining_fee=15, pay_as_you_go=7.99), status=<GymStatus.ready: 2>)