Skip to content

Commit

Permalink
Merge pull request #1 from andersonfrailey/initialfiles
Browse files Browse the repository at this point in the history
upload initial files
  • Loading branch information
andersonfrailey committed Jan 22, 2019
2 parents 5b066a5 + b96ed23 commit 8f75459
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
@@ -1 +1,16 @@
# Tax-Brain
# Tax-Brain

Tax-Brain is a Python package that wraps multiple economic models in one easy
to use interface.

## Disclaimer

Tax-brain is currently under development. Users should be aware that the model
components and API could change significantly. There is currently no guarantee
of accuracy and the code should not yet be used for publications or research
purposes. Until there is an initial stable release, continuous refactoring
should be expected.

## Additional Information

* [Project Road Map](ROADMAP.md)
15 changes: 15 additions & 0 deletions ROADMAP.md
@@ -0,0 +1,15 @@
# Tax-Brain Road Map

## Near-Tear

The first goal of the Tax-Brain project is to wrap the [Tax-Calculator](https://www.pslmodels.org/Catalog/Tax-Calculator.html)
and [Behavioral-Responses](https://www.pslmodels.org/Catalog/Behavioral-Responses.html)
packages. We also want to provide an interface for COMP that will mimic the
current capabilities of [TaxBrain](https://www.ospc.org/taxbrain/).

## Long-Term

The next models to be incorporated into Tax-Brain will be (in no particular order):
* [B-Tax](https://www.pslmodels.org/Catalog/B-Tax.html)
* [OG-USA](https://www.pslmodels.org/Catalog/OG-USA.html)
* [Business-Taxation](https://github.com/PSLmodels/Business-Taxation)
2 changes: 2 additions & 0 deletions environment.yml
Expand Up @@ -4,6 +4,8 @@ channels:
dependencies:
- python>=3.6.5
- taxcalc
- behresp
- ogusa
- pandas
- numpy
- pytest
Expand Down

0 comments on commit 8f75459

Please sign in to comment.