-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
3,001 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Build and commit new test statistics benchmark file | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@master | ||
|
||
- name: Setup Miniconda using Python | ||
uses: conda-incubator/setup-miniconda@v2 | ||
with: | ||
activate-environment: taxcalc-dev | ||
environment-file: environment.yml | ||
python-version: 3.9 | ||
auto-activate-base: false | ||
|
||
- name: Build | ||
shell: bash -l {0} | ||
run: | | ||
pip install -e . | ||
pip install pytest-cov | ||
pip install pytest-pycodestyle | ||
- name: Test | ||
shell: bash -l {0} | ||
working-directory: ./ | ||
run: | | ||
pytest -m 'not requires_pufcsv and not pre_release and not local' | ||
- name: Commit new test stats benchmark | ||
shell: bash -l {0} | ||
working-directory: ./taxcalc/tests | ||
run: | | ||
rm test_stats_benchmark.csv | ||
mv test_stats_current.csv test_stats_benchmark.csv | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add test_stats_benchmark.csv | ||
git commit -m "Update test benchmark $(date +'%Y-%m-%d')" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Metadata-Version: 1.1 | ||
Name: taxcalc | ||
Version: 3.1.0 | ||
Summary: taxcalc | ||
Home-page: https://github.com/PSLmodels/Tax-Calculator | ||
Author: UNKNOWN | ||
Author-email: UNKNOWN | ||
License: CC0 1.0 Universal public domain dedication | ||
Download-URL: https://github.com/PSLmodels/Tax-Calculator | ||
Description: [![PSL cataloged](https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg)](https://www.PSLmodels.org) | ||
[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/downloads/release/python-360/) | ||
[![Build Status](https://travis-ci.org/PSLmodels/Tax-Calculator.svg?branch=master)](https://travis-ci.org/PSLmodels/Tax-Calculator) | ||
[![Codecov](https://codecov.io/gh/PSLmodels/Tax-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/PSLmodels/Tax-Calculator) | ||
|
||
|
||
Tax-Calculator | ||
============== | ||
|
||
Tax-Calculator is an open-source microsimulation model for static | ||
analysis of USA federal income and payroll taxes. | ||
|
||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
contact [email protected] or jump right in. | ||
|
||
Complete documentation is available | ||
[here](https://PSLmodels.github.io/Tax-Calculator/). | ||
|
||
Platform: UNKNOWN | ||
Classifier: Development Status :: 4 - Beta | ||
Classifier: Intended Audience :: Developers | ||
Classifier: Natural Language :: English | ||
Classifier: License :: CC0 1.0 Universal public domain dedication | ||
Classifier: Operating System :: OS Independent | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Classifier: Programming Language :: Python :: 3.8 | ||
Classifier: Programming Language :: Python :: 3.9 | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
MANIFEST.in | ||
README.md | ||
setup.py | ||
taxcalc/__init__.py | ||
taxcalc/calcfunctions.py | ||
taxcalc/calculator.py | ||
taxcalc/conftest.py | ||
taxcalc/consumption.json | ||
taxcalc/consumption.py | ||
taxcalc/cps.csv.gz | ||
taxcalc/cps_weights.csv.gz | ||
taxcalc/data.py | ||
taxcalc/decorators.py | ||
taxcalc/growdiff.json | ||
taxcalc/growdiff.py | ||
taxcalc/growfactors.csv | ||
taxcalc/growfactors.py | ||
taxcalc/parameters.py | ||
taxcalc/policy.py | ||
taxcalc/policy_current_law.json | ||
taxcalc/puf_ratios.csv | ||
taxcalc/puf_weights.csv.gz | ||
taxcalc/records.py | ||
taxcalc/records_variables.json | ||
taxcalc/taxcalcio.py | ||
taxcalc/utils.py | ||
taxcalc/utilsprvt.py | ||
taxcalc.egg-info/PKG-INFO | ||
taxcalc.egg-info/SOURCES.txt | ||
taxcalc.egg-info/dependency_links.txt | ||
taxcalc.egg-info/entry_points.txt | ||
taxcalc.egg-info/requires.txt | ||
taxcalc.egg-info/top_level.txt | ||
taxcalc/cli/__init__.py | ||
taxcalc/cli/tc.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[console_scripts] | ||
tc = taxcalc.cli.tc:cli_tc_main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
numpy | ||
pandas | ||
bokeh | ||
numba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
taxcalc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
from taxcalc.utils import * | ||
from taxcalc.cli import * | ||
|
||
__version__ = '3.0.0' | ||
__version__ = '3.1.0' |
Oops, something went wrong.