Metadata-Version: 2.4
Name: jpacrepo-uploader
Version: 0.0.6
Summary: Jpacrepo package uploader
Author-email: Walter Oggioni <oggioni.walter@gmail.com>
Project-URL: Homepage, https://github.com/woggioni/jpacrepo-uploader
Project-URL: Bug Tracker, https://github.com/woggioni/jpacrepo-uploader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: oidc-client>=0.2.6
Requires-Dist: certifi
Requires-Dist: progress
Requires-Dist: pycurl
Requires-Dist: types-pycurl
Requires-Dist: typing_extensions
Requires-Dist: pwo>=0.1.2
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: ipdb; extra == "dev"
Requires-Dist: twine; extra == "dev"


### Project setup

```bash
python3 -m venv venv
pip install -r requirements.txt
```

### Build

```bash
pyproject-build
```

### Install

```bash
pipx install --index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple --extra-index-url https://pypi.org/simple jpacrepo-uploader --pip-args="--no-binary pycurl"
```
