Skip to content

Commit 4eafd52

Browse files
committed
Push current docs and legacy code examples
0 parents  commit 4eafd52

22 files changed

+1286
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
venv
2+
.idea
3+
**/__pycache__
4+
source
5+
build
6+
docs
7+
.metaapi
8+
.env
9+
test.log
10+
dist
11+
.metaapi
12+
*.egg-info
13+
synchronizeManyAccounts

LICENSE

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
(c) Copyright 2020-2023 MetaApi DMCC. All rights reserved
2+
3+
See https://metaapi.cloud/terms for the license.
4+
5+
The client library is provided as an open-source project to all metaapi.cloud
6+
users or developers free of charge provided you use it in order to implement
7+
applications which use metaapi.cloud API service.
8+
9+
Provided the above condition is met and if needed by your project you can
10+
create derivative works from this code. However we strongly recommend you to
11+
create issues in our github repository instead, so that we can integrate the
12+
features you need into this project.
13+
14+
The use of this code in competing projects or for implementing products which
15+
are not using metaapi.cloud API service is permitted only if you have a written
16+
approval from the MetaApi project owners.

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
recursive-include lib *
2+
recursive-include examples *
3+
include LICENSE
4+
include changelog.md
5+
exclude examples/copytrade/.env
6+
prune examples/copytrade/.metaapi

0 commit comments

Comments
 (0)