Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lwasser/pyopensci-scipy25-create-python-package

 
 

Welcome to pyospackage_juno

Package Latest PyPI Version Supported Python Versions
Meta Code of Conduct

TODO: the above badges that indicate python version and package version will only work if your package is on PyPI. If you don't plan to publish to PyPI, you can remove them.

pyospackage_juno is a project that (describe what it does here).

SciPy 2025 workshop: Create a Python Package

This workshop is developed for the pyOpenSci in-person packaging workshop at the SciPy meeting in Tacoma, Washington 2025.

Getting started

Before the workshop, be sure that you read our setup instructions on our events page here.

You will need a GitHub and a testPyPI account to follow along.

Get started

You can install this package into your preferred Python environment using pip:

$ pip install pyospackage_juno

TODO: Add a brief example of how to use the package to this section

To use pyospackage_juno in your code:

>>> import pyospackage_juno
>>> pyospackage_juno.hello_world()

Copyright

  • Copyright © 2025 leah wasser.
  • Free software distributed under the MIT License.

We have GitHub Codespaces configured for this workshop. To be successful during the workshop, we suggest that you fork and open a codespace prior to attending the workshop to ensure the enviornment loads properly. The initial codespace build can take up to 15 minutes.

The link above provides you with instructions one how to do this and how to setup the accounts you need for the workshop.

Creating your package

To use the copier template, follow the tutorial here that walks you through the steps. The command to run the copier template is:

copier copy gh:pyopensci/pyos-package-template .

About

A teaching repo for the scipy 2025 workshop

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%