Job Runner for Climate Impact Lab Jobs
Project description
jrnr
Job Runner for Climate Impact Lab Jobs
Free software: MIT license
Documentation: https://jrnr.readthedocs.io.
Setting up this package
Justin Simcock: complete these instructions and then remove this section from the readme.
Create a matching repository on github if you haven’t already:
go to https://github.com/organizations/ClimateImpactLab/repositories/new
enter the following information:
- owner
ClimateImpactLab
- Repository Name
jrnr
- Description
Job Runner for Climate Impact Lab Jobs
- Privacy
Public
Do not initialize the repo with a readme, license, or gitignore!
Press the big green buttton
Execute the following commands in this directory:
git init git add . git commit -m "initial commit" git remote add origin git@github.com:ClimateImpactLab/jrnr.git git push -u origin master
Set up automated testing, coverage, updates, and docs:
Set up testing
go to https://travis-ci.org/ and sign in/sign up with github. Make sure travis has access to the repositories on your github account and those owned by the ClimateImpactLab by enabling access in your account settings.
Next to “My Repositories” click the ‘+’ icon
Flip the switch on ClimateImpactLab/jrnr. If you don’t see it in the list, click ‘Sync account’, and make sure you are looking at the ClimateImpactLab repositories.
Push a change to your package (for example, you could delete this section). You should see tests start running on travis automatically.
Start writing tests for your code in the jrnr/tests folder. There are some examples already in there to get you started.
Set up docs
go to https://readthedocs.io and sign in/sign up with github. Same deal - make sure readthedocs has access to your github account and ClimateImpactLab.
click ‘Import a project’, go to ClimateImpactLab, and refresh.
click the ‘+’ icon next to ClimateImpactLab/jrnr. Pick a name for your project. The name has to be globally unique (not just within the ClimateImpactLab), so if you chose something with a common name you may have to rename the docs.
next time you push code to master, docs should build automatically. You can view them at https://jrnr.readthedocs.io/en/latest/ (substitute whatever name you chose).
Set up updates
go to https://pyup.io. you know the drill.
Go to your account, and click ‘+ Add Repo’. Sync.
Add ClimateImpactLab/jrnr with “Dependency Updates” and “SafetyCI” turned on. Leave “Update Schedules” off.
Set up test coverage monitoring
next up: https://coveralls.io. you got this.
Breathe easy. The next time you push code, these should all update for you! Now that wasn’t so bad, was it?
Develop with github:
In general, it’s best to file an issue when you want to change something or when you’ve found a bug, then write tests which test a-priori assertions about desired behavior, and then write the minimum amount of code required to pass these tests. See the contributing docs for more workflow suggestions.
To run all tests on your local machine:
make test
Deploy
Set up deployment by registering the package on the python package index (PyPI):
Create an account on PyPI: https://pypi.python.org/pypi
Register the package:
python setup.py register
Encrypt & package your credentials so travis can deploy for you:
python travis_pypi_setup.py
When you’re ready to deploy this package, make sure all your changes are committed. Then run:
bumpversion patch # (or minor or major) git push git push --tags
As soon as this new tagged commit passes tests, travis will deploy for you
Anyone (in the world) should now be able to install your package with
pip install [package-name]
Features
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2017-07-28)
First release on PyPI.
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
Built Distribution
File details
Details for the file jrnr-0.1.2.tar.gz
.
File metadata
- Download URL: jrnr-0.1.2.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 270b879b6a9eba79c27a1989257936d66d8c318173d8e331a7a48c6f6b8b39a0 |
|
MD5 | 187d93c1e50777b28b3588eed845bc2b |
|
BLAKE2b-256 | e712892e3a7fb1d7f636e55c4f7dfe272063ac3234efefd06fe383dbdebe304f |
File details
Details for the file jrnr-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: jrnr-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9214a3b698e85563a855f377777574b8839674f922b8fbf061b24c5a11f67dc8 |
|
MD5 | 6f8d090475c7c3d26eb0e0bfb9e57161 |
|
BLAKE2b-256 | 0aa76a79e8fa322160d3992317ff031e6615edbf6ceb78350e2b65dbfa7dae3d |