pythonitalia / italia

A fun package celebrating the Python Italia association and PyCon Italia

Home Page:https://pycon.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Italia: A Celebration of Python Italia ๐Ÿ‡ฎ๐Ÿ‡น

Welcome to Italia, a fun and whimsical package born out of the spirit of PyCon Italia 2024. This package celebrates the Python Italia association and aims to bring a touch of Italian charm to your Python experience.

๐ŸŽ‰ Introduction

The idea for this package started with a t-shirt printed for PyCon Italia 2024, featuring the line from italia import ๐ŸคŒ. Unfortunately, due to the current limitations in Python, this import isn't possible โ€” yet. But that didn't stop us from creating something special!

Italia is an Easter egg package that celebrates the vibrant community of Python Italia. It's designed to amuse, surprise, and inspire future Pythonistas by sharing a bit of the magic of PyCon Italia with the community.

๐Ÿš€ Installation

To install the package, you can use any package manager.

Using pip

pip install italia

Using Poetry

poetry add italia

Using PDM

pdm add italia

๐ŸŒŸ Usage

To experience the full charm of this package, simply import it in your Python script:

import italia

Explore the various submodules and see what surprises await:

from italia import team
from italia import story

๐Ÿ“š Requirements

  • Python 3.8 or higher

๐Ÿค Contributing

We welcome contributions from the community! Whether you want to add more stories, enhance the existing features, or bring new ideas, your contributions are valuable. Hereโ€™s how you can contribute:

  1. Fork the repository: Create a fork of the project on GitHub.
  2. Clone your fork: Clone your fork to your local machine.
    git clone https://github.com/your-username/italia.git
  3. Create a new branch: Create a branch for your feature or fix.
    git checkout -b feature-name
  4. Make your changes: Implement your changes in the new branch.
  5. Commit your changes: Commit your changes with a descriptive message.
    git commit -m "Add a new story about PyCon Italia"
  6. Push your changes: Push your changes to your fork.
    git push origin feature-name
  7. Create a Pull Request: Open a pull request to the main repository and describe your changes.

๐ŸŽ‰ Join the Team

Are you passionate about Python and the Italian Python community? Want to help us organize the next PyCon Italia? Write to us at help@pycon.it and become a part of our amazing organizers team!

๐Ÿ“ง Contact

For any questions, suggestions, or just to say hello, reach out to us at help@pycon.it.

About

A fun package celebrating the Python Italia association and PyCon Italia

https://pycon.it

License:MIT License


Languages

Language:Python 100.0%