Skip to main content

Python Toolkit

Project description

TKR - Python Toolkit

## tkr

License Python Versions

## Description

TKR is a Python package that provides useful functions and utilities for working with financial data and performing technical analysis.

## Features

- Feature 1: Describe the first feature of your package.
- Feature 2: Describe the second feature of your package.
- Feature 3: Describe the third feature of your package.

## Installation

You can install `tkr` using pip:
pip install tkr

Usage

To use the tkr package, first import it into your Python script:

import tkr

Next, you can call the functions and utilities provided by the package. Here's an example:

import tkr

def tkr_tool_test() -> list:
  return tkr.ToolProxy

mytool = tkr.Tool(
  name="mytool",
  version="0.0.1",
  method=tkr_tool_test
)

print(mytool.name, mytool(), mytool.version)

For more detailed examples and usage instructions, please refer to the documentation.

Contributing

Contributions are welcome! If you find a bug or want to suggest a new feature, please open an issue or submit a pull request. Make sure to read the contribution guidelines before getting started.

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

tkr-0.1.6.2.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

tkr-0.1.6.2-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page