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.6.1.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.6.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: singleton_package-0.6.1.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.6.1.tar.gz
Algorithm Hash digest
SHA256 04a677530985c4198589cbb5d90c377cffdf15c5e164b980fe129b3265332bbb
MD5 25df58d92a34ab92ba1d66129db0ede4
BLAKE2b-256 062270e39beb78d2602ebf66aa9d940235012eef84b06f7759ed08100e73607f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for singleton_package-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 323436bf1547c8ee6aa5195fe4393bad8c64ee30990f7e92161537c003e43064
MD5 db5ac4f5da0e296ae1081f57646b8572
BLAKE2b-256 bf93e58d6fc861f400bf249b2270423c0aaf3f1bdfd31a1ffba914c2d9422c53

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