Skip to content

Commit

Permalink
getting ready for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxxRK committed Oct 4, 2023
1 parent ddeacc3 commit 20441b8
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 383 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ The code below will:
- Print out the order confirmation

```
import account
import symbols
import order
from firstrade import account
from firstrade import symbols
from firstrade import order
# Create a session
ft_ss = account.FTSession(username='', password='', pin='')
Expand Down
Empty file removed build/lib/firstrade/__init__.py
Empty file.
143 changes: 0 additions & 143 deletions build/lib/firstrade/account.py

This file was deleted.

131 changes: 0 additions & 131 deletions build/lib/firstrade/order.py

This file was deleted.

48 changes: 0 additions & 48 deletions build/lib/firstrade/symbols.py

This file was deleted.

37 changes: 0 additions & 37 deletions build/lib/firstrade/urls.py

This file was deleted.

4 changes: 4 additions & 0 deletions firstrade/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from firstrade import account
from firstrade import order
from firstrade import symbols
from firstrade import urls
7 changes: 0 additions & 7 deletions firstrade_api.egg-info/PKG-INFO

This file was deleted.

Loading

0 comments on commit 20441b8

Please sign in to comment.