Skip to main content

A classy toolkit designed with OOP in mind.

Project description

Generics build pypi

A classy toolkit designed with OOP in mind.

Documentation | Source Code | Task Tracker

In our opinion, main benefits of having objects implemented in the language are encapsulation and polymorphous. Classes that could be easily used in a composition are tricky to write. The generics library aims to help you in writing code with high quality.

Pros

  • Real private attributes without loosing the readability
  • Leads to a better design forcing you to use encapsulation properly
  • Makes writing quality code with high cohesion and low coupling easier
  • Guides you to follow SOLID principles

Example

The generics library gives you an easy way to define private attributes on objects without loosing little nice things like readability.

>>> from generics import private

>>> @private
... class User:
...     def __init__(self, name):
...         self.name = name
...
...     def greet(self):
...         return f"Hello, {self.name}"

>>> user = User("Jeff")

>>> user.greet()
'Hello, Jeff'

>>> hasattr(user, "name")
False

Questions

If you have any questions, feel free to create an issue in our Task Tracker. We have the question label exactly for this purpose.

Enterprise support

If you have an issue with any version of the library, you can apply for a paid enterprise support contract. This will guarantee you that no breaking changes will happen to you. No matter how old version you're using at the moment. All necessary features and bug fixes will be backported in a way that serves your needs.

Please contact proofit404@gmail.com if you're interested in it.

License

generics library is offered under the two clause BSD license.

— ⭐ —

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

generics-3.8.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

generics-3.8.0-py2.py3-none-any.whl (6.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file generics-3.8.0.tar.gz.

File metadata

  • Download URL: generics-3.8.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.4 Linux/5.13.0-1031-azure

File hashes

Hashes for generics-3.8.0.tar.gz
Algorithm Hash digest
SHA256 aaae1002519bd2e510e08a0766273da7cf2af025d430eebfe9f51857497162a0
MD5 3d17b046301d45cca294bcc3446b1a7f
BLAKE2b-256 8cb3d382fbd2b1aee1ad039c36815028b133e5f96ea763efbd026c546326a7e6

See more details on using hashes here.

File details

Details for the file generics-3.8.0-py2.py3-none-any.whl.

File metadata

  • Download URL: generics-3.8.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.4 Linux/5.13.0-1031-azure

File hashes

Hashes for generics-3.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5348e521e9a1257a42d21fed6713f1c96209449e468d442e1b90ab91651ef446
MD5 dad1d525d083f128561f836be24c9748
BLAKE2b-256 ba3b8ada5e315e58542a95241025f60ff603ed7eaf6161501d67f0800b301e22

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