New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chembee

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chembee

Biolerplate for Python packaging

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

serial-sphinx

License: AGPL v3 Python Versions Style Black status-badge

Why?

Rapid prototyping requires boilerplate code

What?

serial-sphinx distills field knowledge about using sphinx for uploading your documentation to readthedocs.org. Follow the blog for more useful info.

Command snippets

rm -r docs 
cd docs
sphinx-quickstart

Copy the config file from the repository. Then, in the docs folder

sphinx-apidoc -o source/ ../<package_name>
make html

Make sure you follow the appropriate file structure outlined in the repository.

Push it to you repo with the configured webhook, and you are done.

Proper testing

Please make sure to setup some CI/CD pipeline. If you are avoiding commercial setups, then this is a problem.

For code quality, make sure you have great coverage by using pytest-cov. Check out the provided setup.cfg file.

Woodpecker CI

Open-source CI. But not like Github-actions. Check the .woodpecker.yml for a tested standard workflow.

Code-Coverage

The passing goal for the code-coverage should be edited in the setup.cfg under the key addopts

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc