Skip to main content

A simple Python package to create singleton objects

Project description

Singleton Package

The singleton_package is a simple Python package that provides a Singleton metaclass. This metaclass can be used to create singleton objects, ensuring that only one instance of a class exists throughout the application.

Installation

You can install the singleton_package using pip:

pip install singleton_package

Usage

To use the Singleton metaclass in your classes, simply specify Singleton as the metaclass:

from singleton import Singleton

class MyClass(metaclass=Singleton):
    def __init__(self):
        # Your initialization code here
        pass

# Usage
instance1 = MyClass()
instance2 = MyClass()

# instance1 and instance2 will be the same object
assert instance1 is instance2

Contributing

Contributions are welcome! Please feel free to submit pull requests or report any issues you encounter.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

singleton_package-0.8.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

singleton_package-0.8.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file singleton_package-0.8.0.tar.gz.

File metadata

  • Download URL: singleton_package-0.8.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for singleton_package-0.8.0.tar.gz
Algorithm Hash digest
SHA256 a04481cc6c44768a6253b478cc80bb42799c99069f0e2557161e02b8f2151fd3
MD5 cc72603dcf01ab293e25ba752f333c9d
BLAKE2b-256 1d168d8e989b730dc2405545e522d26533651ab1d5b9f0f34fff4f9a355bc734

See more details on using hashes here.

File details

Details for the file singleton_package-0.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for singleton_package-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98e591c636acd8edbcdadb5590eed51351cde4fc30352639818c575bb7fa838f
MD5 17968298ed0b2d59b5289eafaf29e707
BLAKE2b-256 d14326208c27c7d5191edeed739454883df9407cce42716ea801ff2129837903

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page