GitXplorerGitXplorer
t

pypuregym

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
72187c5a15e183467ac84b475198ca24b4628754

Remove Python 2.7 from tests

tthomasleese committed 7 years ago
Unverified
bcd9f2e69321e6da88e712f53237ed0d78759ebb

Add a MANIFEST.in file

tthomasleese committed 7 years ago
Unverified
fe37913ccae65a9c2a302d4815e00dec416467b3

Add .travis.yml and tox.ini files

tthomasleese committed 7 years ago
Unverified
6590a598e4fdda238913be685a0f6bb80b6a7d1c

Update README file

tthomasleese committed 7 years ago
Unverified
aa99992c39d374fd9029addeb3b868f6cda1e2ee

Add basic code

tthomasleese committed 7 years ago
Unverified
17ce5f532d9d1c7f9353d0936c2b43464dd90495

Start implementing scraper

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>)