Skip to content

cid-harvard/atlas_core

Repository files navigation

Atlas-Core

Atlas-core is a collection of building blocks for the new atlas projects at Harvard CID - it contains things like common models and model mixins, helper functions, tools, etc.

Build Status Coverage Status Documentation Status

Documentation can be found here.

Development

Run make dev to run the dev server. It'll install all the dependencies if it has to.

Command What it does
`make dev` Run the flask test server in debug mode.
`make test` run pytest with coverage
`make dummy` Generates some dummy data and dumps ids.
`make shell` run an ipython shell where you can play around with objects. The variables `app`, `db` and `models` come preloaded.
`make docs` Builds pretty docs and pops open a browser window
`make clean` Clean up all the generated gunk