Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jatkinson1000/archeryutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Dec 9, 2023
2 parents 29dd649 + a6bdc74 commit 68043ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jatkinson1000/archeryutils/testing.yaml)
[![codecov](https://codecov.io/gh/jatkinson1000/archeryutils/branch/main/graph/badge.svg?token=AZU7G6H8T0)](https://codecov.io/gh/jatkinson1000/archeryutils)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jatkinson1000/archeryutils/main?labpath=examples.ipynb)

A collection of archery code and utilities in python.
Designed to make the development of archery codes and apps easier.
Expand All @@ -16,6 +17,14 @@ Contains:
- calculation of Archery GB classifications


## Try now!
You can play with this library as a
[binder instance](https://mybinder.org/v2/gh/jatkinson1000/archeryutils/main?labpath=examples.ipynb)
right now without installing anything.
If you want to use it locally in your own code follow the usage instructions below for
[installation](#installation) and getting started.


## Usage
Usage is allowed under the [licensing specified](https://github.com/jatkinson1000/archeryutils#license).
We encourage usage and welcome feature requests.
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!usr/bin/env python

from setuptools import setup

if __name__ == "__main__":
setup()

0 comments on commit 68043ff

Please sign in to comment.