# ABayes
[](https://img.shields.io/github/v/release/thomaspinder/ABayes)
[](https://github.com/thomaspinder/ABayes/actions/workflows/main.yml?query=branch%3Amain)
[](https://codecov.io/gh/thomaspinder/ABayes)
[](https://img.shields.io/github/commit-activity/m/thomaspinder/ABayes)
[](https://img.shields.io/github/license/thomaspinder/ABayes)
AB testing with JAX
- **Github repository**: <https://github.com/thomaspinder/ABayes/>
- **Documentation** <https://thomaspinder.github.io/ABayes/>
## Getting started with your project
### 1. Create a New Repository
First, create a repository on GitHub with the same name as this project, and then run the following commands:
```bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:thomaspinder/ABayes.git
git push -u origin main
```
### 2. Set Up Your Development Environment
Then, install the environment and the pre-commit hooks with
```bash
make install
```
This will also generate your `uv.lock` file
### 3. Run the pre-commit hooks
Initially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:
```bash
uv run pre-commit run -a
```
### 4. Commit the changes
Lastly, commit the changes made by the two steps above to your repository.
```bash
git add .
git commit -m 'Fix formatting issues'
git push origin main
```
You are now ready to start development on your project!
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
To finalize the set-up for publishing to PyPI, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/codecov/).
## Releasing a new version
- Create an API Token on [PyPI](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/thomaspinder/ABayes/settings/secrets/actions/new).
- Create a [new release](https://github.com/thomaspinder/ABayes/releases/new) on Github.
- Create a new tag in the form `*.*.*`.
For more details, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/cicd/#how-to-trigger-a-release).
---
Repository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).
Raw data
{
"_id": null,
"home_page": null,
"name": "ABayes",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "ab-testing, cuped, jax, statistics, variance-reduction",
"author": "ABayes Team",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/69/42/96988f47585163f227188cf0affe3c2dcff60bfb4ff3292decbc714e40a8/abayes-0.0.2.tar.gz",
"platform": null,
"description": "# ABayes\n\n[](https://img.shields.io/github/v/release/thomaspinder/ABayes)\n[](https://github.com/thomaspinder/ABayes/actions/workflows/main.yml?query=branch%3Amain)\n[](https://codecov.io/gh/thomaspinder/ABayes)\n[](https://img.shields.io/github/commit-activity/m/thomaspinder/ABayes)\n[](https://img.shields.io/github/license/thomaspinder/ABayes)\n\nAB testing with JAX\n\n- **Github repository**: <https://github.com/thomaspinder/ABayes/>\n- **Documentation** <https://thomaspinder.github.io/ABayes/>\n\n## Getting started with your project\n\n### 1. Create a New Repository\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:thomaspinder/ABayes.git\ngit push -u origin main\n```\n\n### 2. Set Up Your Development Environment\n\nThen, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nThis will also generate your `uv.lock` file\n\n### 3. Run the pre-commit hooks\n\nInitially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:\n\n```bash\nuv run pre-commit run -a\n```\n\n### 4. Commit the changes\n\nLastly, commit the changes made by the two steps above to your repository.\n\n```bash\ngit add .\ngit commit -m 'Fix formatting issues'\ngit push origin main\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/codecov/).\n\n## Releasing a new version\n\n- Create an API Token on [PyPI](https://pypi.org/).\n- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/thomaspinder/ABayes/settings/secrets/actions/new).\n- Create a [new release](https://github.com/thomaspinder/ABayes/releases/new) on Github.\n- Create a new tag in the form `*.*.*`.\n\nFor more details, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).\n",
"bugtrack_url": null,
"license": null,
"summary": "High-performance Python library for AB testing analysis with JAX and FastAPI",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/your-org/abayes/issues",
"Documentation": "https://abayes.readthedocs.io",
"Homepage": "https://github.com/your-org/abayes",
"Repository": "https://github.com/your-org/abayes"
},
"split_keywords": [
"ab-testing",
" cuped",
" jax",
" statistics",
" variance-reduction"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9339ee156720ee429ecdc3fb3d4ab4f4be8ef0b8c15154f655786d33bb7e5c32",
"md5": "814f16a0236ac60ac62cacbcc62e23b6",
"sha256": "a395291f0bb373e72821696f5f904830aa841cd2e916e5d684b8d617c1ca6df4"
},
"downloads": -1,
"filename": "abayes-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "814f16a0236ac60ac62cacbcc62e23b6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 22960,
"upload_time": "2025-08-04T20:52:57",
"upload_time_iso_8601": "2025-08-04T20:52:57.583216Z",
"url": "https://files.pythonhosted.org/packages/93/39/ee156720ee429ecdc3fb3d4ab4f4be8ef0b8c15154f655786d33bb7e5c32/abayes-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "694296988f47585163f227188cf0affe3c2dcff60bfb4ff3292decbc714e40a8",
"md5": "1b9ea820628b63cf6790d6a4a957d1bb",
"sha256": "fe63459d71f2cbe77c3b820350a353be8086bf231ca0f6f69c9b288180b9119f"
},
"downloads": -1,
"filename": "abayes-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "1b9ea820628b63cf6790d6a4a957d1bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 25537,
"upload_time": "2025-08-04T20:52:58",
"upload_time_iso_8601": "2025-08-04T20:52:58.855827Z",
"url": "https://files.pythonhosted.org/packages/69/42/96988f47585163f227188cf0affe3c2dcff60bfb4ff3292decbc714e40a8/abayes-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-04 20:52:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "your-org",
"github_project": "abayes",
"github_not_found": true,
"lcname": "abayes"
}