A simple command line interface to your monzo account.
Project description
mzo
A (third-party) command-line interface to your Monzo account. Because Sometimes the command-line is more convenient then swiping and tapping.
This README covers the environment setup if you are looking to run the applications source code / work on the project. If you are looking for the documentation and more straight forward installation instructions see the docs.
Prerequisites
At the time of writing this the project is using Python 3.6.5. You will need that version of python installed before starting. If you don't currently have a method of managing multiple Python versions on your machine, I would recommend checking out pyenv.
The projects dependencies are also managed by pipenv. You should head over there and make sure that you also have that tool setup.
Finally I've used a package.json
in my Python project (heresy
I'm sure), which aggregates all ancillary project scripts together
for building and deploying. Specifically I'm using the yarn
package manager for these npm dependencies.
Summoning Ritual
Once you've completed the prerequisites above you should be able to bring the application to life with the following commands.
# clone the source code to your machine
$ git clone https://github.com/jamesstidard/mzo-cli
$ cd mzo-cli/
$ pipenv install --dev --python 3.6.5
$ pipenv shell
Run
$ mzo --help
Test
$ yarn test
Document
$ yarn docs:dev
Deploy mzo
$ yarn mzo:deploy
Deploy Docs
$ yarn docs:deploy
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
Built Distribution
File details
Details for the file mzo-0.2.2.tar.gz
.
File metadata
- Download URL: mzo-0.2.2.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d0ef156b1360055612c98ab4c3e5200f5282726b37ee27a5fca327419e4c994 |
|
MD5 | 61234611153562ea0fb1520e128b1a89 |
|
BLAKE2b-256 | 942bb2102ce9c6295c2900672a3e747f40118f7aa2425f61bfb3877031e16490 |
File details
Details for the file mzo-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: mzo-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8348a720ef4a91740fe1740b23d2b372d68f93f6aa7657587cec34a6e51e753 |
|
MD5 | a49d26cbc0729028f2b989998d13637a |
|
BLAKE2b-256 | 46f55332e8fda6ff6d0e5b416f6e95eb62ac6a8eb8e21611db15fef8259bc38c |