Skip to main content

The official module for Utah Python / SLCPython

Project description

# utah

This module is used as an example package for the Sept 2018 meetup,
and also used as an example on slcpy.com.

# Standard Installation

- `pip install utah`
- Set your `MEETUP_API_KEY` value: `$export MEETUP_API_KEY=api_key_value`, located at [meetup.com](https://secure.meetup.com/meetup_api/key/).
- Test with `from utah import slcpython; slcpython.howdy()` in a python interpreter. You should see details of the next meetup.

# Dev Installation

- Install `pipenv`: `python3 -m pip install pipenv`.
- Install the pipenv requirements: `pipenv sync --dev'
- After hacking, use `pipenv install -e .`
- For testing use: `python -m pytest`


## TODO

- [x] Add tests
- [x] Integrate `meetup api` to find latest meetups.
- [ ] Research if public api exists.
- [ ] Figure out friendly auth flow for API key.
- [ ] Use rst for README


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utah-0.9.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

utah-0.9-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page