Skip to main content

A small example package

Project description

Example Package

This is a simple example package. You can use Github-flavored Markdown to write your content.

How to build package

This is a note for how to packaging a project into Pypi

  • Root directory should contain init.py file, means it's a library
  • Prepare pyporject.toml
  • python -m build 產生dist/ will load pyproject.toml
  • pip install twine
  • Prepare Pypi Account
  • save .pypirc
  • twine upload --config-file .pypirc dist/*

PS. package_dir={'mypkg': 'src/mypkg'}, PS. Under root should have a folder of package name as same as project name.

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

pbscraper-1.0.8.tar.gz (25.8 kB view hashes)

Uploaded Source

Built Distribution

pbscraper-1.0.8-py3-none-any.whl (66.0 kB view hashes)

Uploaded 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