Template
This is a template repository for building Python packages. It allows you to quickstart your Python package.
Using it
- Click on Use this template
- Customize a couple files:
- Rename directory
./hello_gh_actions/to your desired package name- Also change
./hello_gh_actions/__init__.pyaccordingly
- Also change
- Replace project details in
./setup.cfg - Add your name in
./LICENSE
- Rename directory
- Create an account on readthedocs and connect this repository
- Create an account on PyPI and generate an API-Key for your project
Go to your repositories "Settings -> Secrets" page and add the PYPI_API_KEY secret with the key you received from PyPI.
Below is a README template for your project, so remove everything above this line.
Hello GitHub Actions!
TODO: CHANGE BADGE URLS AFTER FORKING
- Documentation: https://hello-gh-actions.readthedocs.io
- PyPI: https://pypi.org/project/hello-gh-actions
Getting started
Installation via pip:
pip install hello_gh_actions
Using the fizzbuzz:
>>> from hello_gh_actions.fizzbuzz import fizzbuzz
>>> fizzbuzz(35)
'fizzbuzz'
Release files for hello-gh-actions 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hello_gh_actions-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / hello_gh_actions-0.0.4-py3-none-any.whl
| Download URL | hello_gh_actions-0.0.4-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ae7b9e3d0d62d4e462f429fa875d7478723221069ed2b75c46d0218e76c9840
|
|
BLAKE2b-256 checksum How to use checksums |
7aeefd41b21f560d5dbe61ba3e154699d59470dd534d0943b9c4e709bb6a8f52
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0
|