Registry / serialization / cigam
library0.0.3pypypi✓ verified 84d ago

Cigam (magic spelled backwards) is a lightweight Python library providing simple magic string manipulation and utilities. Current version 0.0.3, with infrequent releases.

pip install cigam
INSTALL
IMPORT
SIG · CIGAM
C
cigam
serializationpythonv0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Magic
from cigam import Magic
from cigam import magic
Match
from cigam import Match
binascii
from cigam import binascii

A minimal example showing how to import and use the main function from cigam.

from cigam import magic # Example: reverse a string result = magic.reverse('hello') print(result) # 'olleh'
Debug
Known issues
gotchaThe package is very early stage (v0.0.3) and APIs may change without notice. Do not rely on it for production.
fix
Pin to exact version if used, or consider alternatives.
affects: all
deprecatedThe module name 'magic' conflicts with the popular 'python-magic' library. This could lead to import errors if both are installed.
fix
Ensure only one 'magic' module is in use, or use absolute imports.
affects: all
Upgrade
Version history
0.0.3latest on PyPI · released Mar 21, 2018
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
cigam — pip install cigam · libregistry