Skip to main content

Python trading library for the Rotman Interactive Software.

Project description

RIT-trading-python

Build Status Updates Python 3 Codacy Badge License

Python trading modules for the Rotman Interactive Trader trading software.

alternate text

Prerequisites

Recommended Python version 3

The Rotman Interactive Trading Client which can only be operated in a Windows system.

The full documentation for the Rotman Interactive Trader Client REST API can be found at Swaggerhub. The documentation is also present in a JSON format in the swagger-client-generated folder.

Installing

RIT Client Software

The RIT Client for Windows system can be downloaded at http://rit.rotman.utoronto.ca/software.asp.

Instructions for setting up an RIT demonstration client account for the Liability Trading 3 case file can be found at RIT’s website at http://rit.rotman.utoronto.ca/demo.asp.

Virtual environment packages with virtualenv or anaconda should be used for both Windows and Linux/BSD based systems.

Windows

Download a copy of this github repository at https://github.com/SamSamhuns/RIT-trading-python. Two options are available after this:

  • Anaconda is recommended for Windows system. Open the anaconda prompt and use the following command to install all modules from requirements.txt. conda install --yes --file requirements.txt

  • Install python and add it to your PATH system variable. Then install the pip package. The pip install -r requirements.txt command now be used in the command prompt.

Linux/BSD

After cloning the repository, install the required python packages using pip.

$ git clone https://github.com/SamSamhuns/RIT-trading-python
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Running the tests using makefile

Run the following command to get a list of all Makefile command options.

$ make help

To run tests

$ make test
$ make test-all

To ensure the README.rst will be rendered in PyPI

$ python setup.py check --restructuredtext

Running the tests with python unittest module

Once python has been added to the PATH system variable in Windows, the code for running the scripts on Windows and Linux/BSD based systems are the same.

From the main directory, run:

$ python -m unittest

Verbose mode

$ python -m unittest discover -v

Built With

Versioning

Version tracked online with Git

Authors

  • Samridha Shrestha

License

This project is licensed under the Apahce 2.0 License - see the LICENSE.md file for details

Acknowledgments

Contributions

contributions welcome

Disclaimer

All RIT software and external RIT links are provided by the Rotman School of Management and are their exclusive property.

History

0.1.0 (2018-12-14)

  • First release on PyPI.

0.1.1 (2018-12-15)

  • Second release on PyPI.

0.1.2 (2018-12-15)

  • Third release on PyPI with correctly rendering README.

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

ritpytrading-0.1.2.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

ritpytrading-0.1.2-py2.py3-none-any.whl (20.4 kB view hashes)

Uploaded Python 2 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