Skip to main content

The official Python library for the Surfer HumanAPI

Project description

python-package-template

This is a template repository for Python package projects.

In this README :point_down:

Features

This template repository comes with all of the boilerplate needed for:

⚙️ Robust (and free) CI with GitHub Actions:

  • Unit tests ran with PyTest against multiple Python versions and operating systems.
  • Type checking with mypy.
  • Linting with ruff.
  • Formatting with isort and black.

🤖 Dependabot configuration to keep your dependencies up-to-date.

📄 Great looking API documentation built using Sphinx (run make docs to preview).

🚀 Automatic GitHub and PyPI releases. Just follow the steps in RELEASE_PROCESS.md to trigger a new release.

Usage

Initial setup

  1. Create a new repository from this template with the desired name of your project.

    Your project name (i.e. the name of the repository) and the name of the corresponding Python package don't necessarily need to match, but you might want to check on PyPI first to see if the package name you want is already taken.

  2. Create a Python 3.8 or newer virtual environment.

    If you're not sure how to create a suitable Python environment, the easiest way is using Miniconda. On a Mac, for example, you can install Miniconda using Homebrew:

    brew install miniconda
    

    Then you can create and activate a new Python environment by running:

    conda create -n my-package python=3.9
    conda activate my-package
    
  3. Now that you have a suitable Python environment, you're ready to personalize this repository. Just run:

    pip install -r setup-requirements.txt
    python scripts/personalize.py
    

    And then follow the prompts.

    :pencil: NOTE: This script will overwrite the README in your repository.

  4. Commit and push your changes, then make sure all GitHub Actions jobs pass.

  5. (Optional) If you plan on publishing your package to PyPI, add repository secrets for PYPI_USERNAME and PYPI_PASSWORD. To add these, go to "Settings" > "Secrets" > "Actions", and then click "New repository secret".

    If you don't have PyPI account yet, you can create one for free.

  6. (Optional) If you want to deploy your API docs to readthedocs.org, go to the readthedocs dashboard and import your new project.

    Then click on the "Admin" button, navigate to "Automation Rules" in the sidebar, click "Add Rule", and then enter the following fields:

    • Description: Publish new versions from tags
    • Match: Custom Match
    • Custom match: v[vV]
    • Version: Tag
    • Action: Activate version

    Then hit "Save".

    After your first release, the docs will automatically be published to your-project-name.readthedocs.io.

Creating releases

Creating new GitHub and PyPI releases is easy. The GitHub Actions workflow that comes with this repository will handle all of that for you. All you need to do is follow the instructions in RELEASE_PROCESS.md.

Projects using this template

Here is an incomplete list of some projects that started off with this template:

☝️ Want your work featured here? Just open a pull request that adds the link.

FAQ

Should I use this template even if I don't want to publish my package?

Absolutely! If you don't want to publish your package, just delete the docs/ directory and the release job in .github/workflows/main.yml.

Contributing

If you find a bug :bug:, please open a bug report. If you have an idea for an improvement or new feature :rocket:, please open a feature request.

https://packaging.python.org/en/latest/tutorials/packaging-projects/

https://medium.com/analytics-vidhya/how-to-create-a-python-library-7d5aea80cc3f

Build

  1. Increment Version in pyproject.toml
  2. Run 'python3 -m build'
  3. Run 'python3 -m twine upload dist/*'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

surferai-0.1.7.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

surferai-0.1.7-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file surferai-0.1.7.tar.gz.

File metadata

  • Download URL: surferai-0.1.7.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.15

File hashes

Hashes for surferai-0.1.7.tar.gz
Algorithm Hash digest
SHA256 29fba4e56ae840235faa1ec6b50b498749ae21395a38918d554124af258022c7
MD5 fe89bec267381112f837bed2d726de7d
BLAKE2b-256 0f1ce4fca48f28b721d753c02167c4d7fc78cd592d1329f7597ea416ac630db1

See more details on using hashes here.

File details

Details for the file surferai-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: surferai-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.15

File hashes

Hashes for surferai-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 2f2285374f3e7aeb348cfb52f36e868c319be997e993710519aa57027a115639
MD5 e7d4047e49ce6294a235beeaa9031a7e
BLAKE2b-256 6ff362a253a2bab8ff3fb01713d6a9b88dda6885b28efe54a2e2d541f1c169f5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page