This package demonstrates building and publishing Python Packages with GitHubs infrastructure
Project description
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
hello_gh_actions
to your desired package name - Replace project details in
setup.cfg
- Add your name in
LICENSE
- Rename
- 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.md 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/en/latest/
- PyPI: https://pypi-hypernode.com/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'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file hello_gh_actions-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: hello_gh_actions-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdd4534ae84692a8fe12b70cdc43cf423579740609f20713fde8f71e5bfefb81 |
|
MD5 | 4aaa2ad41ff2bd0ceafd5b2652b7758c |
|
BLAKE2b-256 | cb23cca886a25da84c3299236d7237f56eeb6b2f9135f40da2274a735dc9f7f6 |