Skip to content

Commit 152b1df

Browse files
committed
Restructure repo with a top-level packages/ directory
1 parent 90352b3 commit 152b1df

File tree

15,737 files changed

+1415332
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

15,737 files changed

+1415332
-37
lines changed

.circleci/config.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
command: 'sudo pip install tox'
1616
- run:
1717
name: Test with tox
18-
command: 'cd plotly-package; tox -e py27-core'
18+
command: 'cd package/python/plotly; tox -e py27-core'
1919
no_output_timeout: 20m
2020

2121
python-3.5-core:
@@ -31,7 +31,7 @@ jobs:
3131
command: 'sudo pip install tox'
3232
- run:
3333
name: Test with tox
34-
command: 'cd plotly-package; tox -e py35-core'
34+
command: 'cd package/python/plotly; tox -e py35-core'
3535
no_output_timeout: 20m
3636

3737
python-3.6-core:
@@ -47,7 +47,7 @@ jobs:
4747
command: 'sudo pip install tox'
4848
- run:
4949
name: Test with tox
50-
command: 'cd plotly-package; tox -e py36-core'
50+
command: 'cd package/python/plotly; tox -e py36-core'
5151
no_output_timeout: 20m
5252

5353
python-3.7-core:
@@ -63,7 +63,7 @@ jobs:
6363
command: 'sudo pip install tox'
6464
- run:
6565
name: Test with tox
66-
command: 'cd plotly-package; tox -e py37-core'
66+
command: 'cd package/python/plotly; tox -e py37-core'
6767
no_output_timeout: 20m
6868

6969
# Optional
@@ -80,11 +80,11 @@ jobs:
8080
command: 'sudo pip install tox'
8181
- run:
8282
name: Install npm dependencies
83-
command: cd plotly-package/plotly/tests/test_optional/test_jupyter && npm install
83+
command: cd package/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
8484
no_output_timeout: 20m
8585
- run:
8686
name: Test with tox
87-
command: 'cd plotly-package; tox -e py27-optional'
87+
command: 'cd package/python/plotly; tox -e py27-optional'
8888
no_output_timeout: 20m
8989

9090
python-3.5-optional:
@@ -100,11 +100,11 @@ jobs:
100100
command: 'sudo pip install tox'
101101
- run:
102102
name: Install npm dependencies
103-
command: cd plotly-package/plotly/tests/test_optional/test_jupyter && npm install
103+
command: cd package/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
104104
no_output_timeout: 20m
105105
- run:
106106
name: Test with tox
107-
command: 'cd plotly-package; tox -e py35-optional'
107+
command: 'cd package/python/plotly; tox -e py35-optional'
108108
no_output_timeout: 20m
109109

110110
python-3.6-optional:
@@ -120,11 +120,11 @@ jobs:
120120
command: 'sudo pip install tox'
121121
- run:
122122
name: Install npm dependencies
123-
command: cd plotly-package/plotly/tests/test_optional/test_jupyter && npm install
123+
command: cd package/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
124124
no_output_timeout: 20m
125125
- run:
126126
name: Test with tox
127-
command: 'cd plotly-package; tox -e py36-optional'
127+
command: 'cd package/python/plotly; tox -e py36-optional'
128128
no_output_timeout: 20m
129129

130130
python-3.7-optional:
@@ -140,11 +140,11 @@ jobs:
140140
command: 'sudo pip install tox'
141141
- run:
142142
name: Install npm dependencies
143-
command: cd plotly-package/plotly/tests/test_optional/test_jupyter && npm install
143+
command: cd package/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
144144
no_output_timeout: 20m
145145
- run:
146146
name: Test with tox
147-
command: 'cd plotly-package; tox -e py37-optional'
147+
command: 'cd package/python/plotly; tox -e py37-optional'
148148
no_output_timeout: 20m
149149

150150
# Plot.ly
@@ -161,7 +161,7 @@ jobs:
161161
command: 'sudo pip install tox'
162162
- run:
163163
name: Test with tox
164-
command: 'cd chart-studio-package; tox -e py27-plot_ly'
164+
command: 'cd package/python/chart-studio; tox -e py27-plot_ly'
165165
no_output_timeout: 20m
166166

167167
python-3.5-plot_ly:
@@ -177,7 +177,7 @@ jobs:
177177
command: 'sudo pip install tox'
178178
- run:
179179
name: Test with tox
180-
command: 'cd chart-studio-package; tox -e py35-plot_ly'
180+
command: 'cd package/python/chart-studio; tox -e py35-plot_ly'
181181
no_output_timeout: 20m
182182

183183
python-3.7-plot_ly:
@@ -193,7 +193,7 @@ jobs:
193193
command: 'sudo pip install tox'
194194
- run:
195195
name: Test with tox
196-
command: 'cd chart-studio-package; tox -e py37-plot_ly'
196+
command: 'cd package/python/chart-studio; tox -e py37-plot_ly'
197197
no_output_timeout: 20m
198198

199199
python-2-7-orca:
@@ -220,8 +220,8 @@ jobs:
220220
command: |
221221
. /home/circleci/miniconda/etc/profile.d/conda.sh
222222
conda activate circle_optional
223-
pytest --disable-warnings plotly-package/plotly/tests/test_core
224-
pytest plotly-package/plotly/tests/test_orca
223+
pytest --disable-warnings packages/python/plotly/plotly/tests/test_core
224+
pytest packages/python/plotly/plotly/tests/test_orca
225225
226226
- store_artifacts:
227227
path: plotly/tests/test_orca/images/linux/failed
@@ -250,8 +250,8 @@ jobs:
250250
command: |
251251
. /home/circleci/miniconda/etc/profile.d/conda.sh
252252
conda activate circle_optional
253-
pytest --disable-warnings plotly-package/plotly/tests/test_core
254-
pytest plotly-package/plotly/tests/test_orca
253+
pytest --disable-warnings packages/python/plotly/plotly/tests/test_core
254+
pytest packages/python/plotly/plotly/tests/test_orca
255255
256256
- store_artifacts:
257257
path: plotly/tests/test_orca/images/linux/failed
@@ -280,8 +280,8 @@ jobs:
280280
command: |
281281
. /home/circleci/miniconda/etc/profile.d/conda.sh
282282
conda activate circle_optional
283-
pytest --disable-warnings plotly-package/plotly/tests/test_core
284-
pytest plotly-package/plotly/tests/test_orca
283+
pytest --disable-warnings packages/python/plotly/plotly/tests/test_core
284+
pytest packages/python/plotly/plotly/tests/test_orca
285285
286286
- store_artifacts:
287287
path: plotly/tests/test_orca/images/linux/failed
@@ -300,21 +300,21 @@ jobs:
300300
command: 'sudo pip install tox requests yapf pytz decorator retrying inflect'
301301
- run:
302302
name: Update plotlywidget version
303-
command: 'cd plotly-package; python setup.py updateplotlywidgetversion'
303+
command: 'cd package/python/plotly; python setup.py updateplotlywidgetversion'
304304
- run:
305305
name: Update plotly.js to dev
306-
command: 'cd plotly-package; python setup.py updateplotlyjsdev'
306+
command: 'cd package/python/plotly; python setup.py updateplotlyjsdev'
307307
- run:
308308
name: Test with tox
309309
command: |
310-
cd plotly-package
310+
cd package/python/plotly
311311
locale
312312
tox -e py37-core -- -a '!nodev'
313313
no_output_timeout: 20m
314314
- run:
315315
name: Commit
316316
command: |
317-
cd plotly-package
317+
cd package/python/plotly
318318
sudo mkdir /dist
319319
git config --global user.email "[email protected]"
320320
git config --global user.name "Your Name"
@@ -324,7 +324,7 @@ jobs:
324324
- run:
325325
name: Build source distribution package
326326
command: |
327-
cd plotly-package
327+
cd package/python/plotly
328328
python setup.py sdist
329329
sudo cp dist/* /dist
330330
when: always
@@ -337,7 +337,7 @@ jobs:
337337
sudo cp ./plotlywidget* /dist
338338
when: always
339339
- store_artifacts:
340-
path: plotly-package/dist
340+
path: packages/python/plotly/dist
341341

342342
workflows:
343343
version: 2

package-lock.json

-3
This file was deleted.
File renamed without changes.

packages/javascript/plotlywidget/node_modules/.bin/acorn

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/brfs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/buble

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/cdl

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/errno

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/escodegen

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/esgenerate

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/esparse

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/esvalidate

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/findup

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/geojson-rewind

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/glslify

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/js-yaml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/jsesc

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/json5

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/miller-rabin

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/mkdirp

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/pbf

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/regjsparser

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/rimraf

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/semver

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/sha.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/sharkdown

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/tape

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/topo2geo

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/topomerge

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/topoquantize

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/uglifyjs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/webpack

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/.bin/which

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/3d-view/.npmignore

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/node_modules/3d-view/LICENSE

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)