Metadata-Version: 2.1
Name: uwrapper
Version: 0.0.8
Summary: Python library for upstox APIs
Home-page: https://github.com/azachbot/upstox_api_wrapper
Author: Zachbot
Author-email: zachbot006@gmail.com
Keywords: upstox,nse,python,sdk,trading,stock markets,wrapper
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: upstox-python-sdk

Upstox Wrapper
------------
Upstox Wrapper is a Python library designed to provide a simplified and user-friendly interface for interacting with the Upstox API. Upstox is a popular trading platform in India, offering a range of financial services including stock trading, commodities trading, and mutual funds. This wrapper aims to streamline the integration with Upstox's API, allowing developers to easily authenticate, access account information, execute trades, and retrieve market data.

Installation
------------
pip install uwrapper==0.0.8

Contributing
------------
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure that your code follows the project's coding standards and includes appropriate tests.

Links
------------
Project Repository: [GitHub](https://github.com/azachbot/upstox_api_wrapper)
Upstox API Documentation: [Upstox API](https://upstox.com/developer/api-documentation/open-api)
