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
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
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
utah-0.9.tar.gz
(1.6 kB
view details)
Built Distribution
utah-0.9-py3-none-any.whl
(1.7 kB
view details)
File details
Details for the file utah-0.9.tar.gz
.
File metadata
- Download URL: utah-0.9.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4235cac092bcb75ea59fc0061e43483da62d4e47c7c406900f6053309bcddea0 |
|
MD5 | d0c78c7b9a0d9fbff526b23600d93eaf |
|
BLAKE2b-256 | 7eafae2a814904a486e20f4e7e131837caa3307c0a5755834d497988b0f267e9 |
File details
Details for the file utah-0.9-py3-none-any.whl
.
File metadata
- Download URL: utah-0.9-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 089df8bdb108a3104594110f4e0e5f5b5412c09360102dc757a96440827c0334 |
|
MD5 | ddc71193ca1c416cc97f462cf013f2bd |
|
BLAKE2b-256 | fe0cafa21aaa02f0a25c82b61728641db5f2998d9bdeb77eb33c1b7e6a515298 |