Metadata-Version: 2.4
Name: functiontrace
Version: 0.3.10
Summary: A profiling tool that traces your application's execution
Author: Alistair Dobke
Author-email: Matt Bryant <functiontrace@programsareproofs.com>
License: The Prosperity Public License 3.0.0
Project-URL: homepage, https://functiontrace.com
Project-URL: repository, https://gitlab.com/mbryant/functiontrace
Keywords: profiler,debugger
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/x-rst

Py-Functiontrace
================
The Python module for Functiontrace (https://functiontrace.com).

Dependencies
------------

The FunctionTrace server must be installed for this package to work.
See installation instructions at https://functiontrace.com#installation.

Usage
-----

To use, add `-m functiontrace` to the Python script you want to profile.  For example:

.. code:: sh

    $ python foo.py

should be run as

.. code:: sh

    $ python -m functiontrace foo.py

To see the various arguments, run

.. code:: sh

    $ python -m functiontrace --help
