Skip to main content

S4G/discoverability API Wrapper.

Project description

python3-boilerplate CI

A best-practices template project for Python3 modules


Disclaimer: If you see this on pypi.org please note that the project is only published here for testing purposes. Please visit GitHub for the related template project.


Setup

  • Make sure that python3 and pip3 is installed and available on the path (on Ubuntu: sudo apt-get install python3 python3-pip)
  • On first checkout run make venv to initialize the project configuration
  • Refer to the Makefile to learn about the various operations available
  • To rename the project you can use the provided script

Features

How to use in existing project

To use it in an existing project you can merge the remote changes to your project.

  • Add remote to access the template project
git remote add py3template git@github.com:BastiTee/python3-boilerplate.git
git pull py3template master --allow-unrelated-histories
  • Solve all merge conflicts and commit. Most likely there will be a lot
  • Do whatever is necessary to remove the boilerplate you don't need, e.g.
rm -rf s4gpy tests/test_utils.py __rename__.sh
  • Commit your changes and push to your project

Resources

Future ideas and todos

  • Optional static type hints (PEP 484) with mypy
  • Make sure tox is working as expected for supported Python versions
  • Introduce black in favour of other linters
  • Introduce pyproject.toml along with bleeding edge build tools like flit or poetry

Licensing

This project is licensed under Apache License 2.0.

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

s4gpy-0.0.3-py2.py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 2 Python 3

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