Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QuantGov/quantgov
The QuantGov Library
https://github.com/QuantGov/quantgov
economics machine-learning public-policy quantgov-platform research-tool
Last synced: 3 days ago
JSON representation
The QuantGov Library
- Host: GitHub
- URL: https://github.com/QuantGov/quantgov
- Owner: QuantGov
- License: mit
- Created: 2017-02-14T15:10:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:32:36.000Z (4 months ago)
- Last Synced: 2024-09-28T15:50:39.510Z (about 2 months ago)
- Topics: economics, machine-learning, public-policy, quantgov-platform, research-tool
- Language: Python
- Size: 13.1 MB
- Stars: 30
- Watchers: 2
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
QuantGov
================== ====================
Branch Build Status
========== ====================
**Master** |Master Test Status|
**Dev** |Dev Test Status|
========== ====================The QuantGov library is a companion to the `QuantGov Platform
`_. It provides an easy way to start a new project
using the ``quantgov start`` set of commands, and also provides a set of
classes and functions often used in the QuantGov framework.To install the library, use ``pip install quantgov``.
Documentation is available at http://docs.quantgov.org.
.. |Master Test Status| image:: https://travis-ci.org/QuantGov/quantgov.svg?branch=master
:target: https://travis-ci.org/QuantGov/quantgov.. |Dev Test Status| image:: https://travis-ci.org/QuantGov/quantgov.svg?branch=dev
:target: https://travis-ci.org/QuantGov/quantgovHow to Contribute
-----------------#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
#. Fork `the repository`_ on GitHub to start making your changes to the **dev** branch (or branch off of it).
#. Write a test which shows that the bug was fixed or that the feature works as expected.
#. Send a pull request and bug the maintainer until it gets merged and published. Make sure to add yourself to AUTHORS_... _`the repository`: http://github.com/quantgov/quantov
.. _AUTHORS: https://github.com/quantgov/quantgov/blob/master/AUTHORS.rst