Metadata-Version: 2.1
Name: pymagic9
Version: 0.1.0
Summary: Python library based on calling the stack of frames at runtime and analyzing the code object of frames
Home-page: https://github.com/sammnnz/pymagic9
Author: Sam Nazarov
Author-email: samnnazarov@gmail.com
License: Apache License 2.0
Project-URL: Bug Tracker, https://github.com/sammnnz/pymagic9/issues
Project-URL: Changelog, https://github.com/sammnnz/pymagic9/blob/master/CHANGELOG.md
Project-URL: Source code, https://github.com/sammnnz/pymagic9
Keywords: C#,frame,getframe,isfunctionincallchain,nameof,stackframe
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<3.11,>=2.7
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# pymagic9

[![license](https://img.shields.io/badge/License-APACHE_2.0-yellow.svg)](http://www.apache.org/licenses/)
<a><img src="https://img.shields.io/badge/python-2.7 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 -orange.svg"></a>
![Tests](https://github.com/sammnnz/pymagic9/actions/workflows/tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/sammnnz/pymagic9/branch/release-v0.1.0/graph/badge.svg?token=qQAiKKnctA)](https://codecov.io/gh/sammnnz/pymagic9)

## What is this?

This is a Python library based on calling the stack of frames at runtime and analyzing the code object of frames. 
For example, the `nameof` function is implemented here (as in C#).

## Install

`pip install pymagic9`

## Support

CPython `2.7`, `3.6`, `3.7`, `3.8`, `3.9`, `3.10` on `Windows`, `Ubuntu` and `MacOS` platform.

## Other

See [docs](https://sammnnz.github.io/pymagic9/) for more information.
