Álvaro Mondéjar
2978db735a
Migrate Windows workflow to Github Actions ( #1597 )
...
* Update CI configuration
* Remove appveyor file
* Remove appveyor badge from README
2021-05-28 16:09:42 +02:00
Álvaro Mondéjar
8cc3eebb09
Setup 'isort' and 'pre-commit' ( #1479 )
...
* Setup 'isort' and 'pre-commit'
* Check imports of examples in CI
* Only install isort in isort check job
* Remove testing and linting sections from README
* Remove uneeded lines
* Include maintainer line
* Lowercase isort
* Add TESTS section to isort config
2021-01-22 12:25:04 +01:00
Álvaro Mondéjar
72e14189ef
Formalize flake8 linting ( #1439 )
...
* Fix flake8 errors (except complexity < 10 restriction) and configure from file
* Lint tests; add 'flake8-implicit-str-concat'; add optional reqs 'lint'
* Remove blank lines at the end of 'setup.cfg'
* Refactor 'os' imports in 'tests/test_resourcerelease.py'
* Fix new flake8 errors
* Add linting and formatting instructions to README
* Fix black dep version definition in setup
* Convert relative imports into absolute ones; add relative imports linting
* Fix error in lint dependency
* Fix errors and improve flake8 config comments
* Ignores rules in 'editor.py' using configuration
* Removed uneeded '# -*- coding: utf-8 -*-' statements
* Remove '__future__' imports
* Minor changes
2021-01-16 02:22:03 +01:00
Tom Burrows
4d9f637046
Move most imports from editor.py to __init__.py ( #1340 )
...
* Move most imports from editor.py to __init__.py
* Move Pygame environment variable to editor.py
* Fix missing os import
* Convert all __init__.py imports to absolute
* Convert `moviepy.editor` to `moviepy` in documentation and examples
* Assign clip.preview and clip.show in __init__.py to prevent confusion
* Add changelog entry
* Re-add test_fx AudioClip import
* Add __all__ to __init__.py and editor.py
* Update html_tools documentation; add ipython_display to editor.py __all__
* Apply black
2021-01-15 13:21:03 +01:00
Álvaro Mondéjar
f4b8caa959
Update README badges ( #1415 )
2021-01-11 22:26:56 +00:00
Tom Burrows
4356fcd596
Renaming methods, parameters and variables for increased usability, consistency and readability ( #1170 )
...
See PR description for details: https://github.com/Zulko/moviepy/pull/1170
2020-10-08 21:09:05 +01:00
Tom Burrows
55499c8ca1
Update to v2.0.0.dev1
2020-06-04 11:15:24 +01:00
Martín Gaitán
9cc52c2703
Simpler custom configuration and better related docs ( #1109 )
2020-04-27 03:02:28 +01:00
Jonne Kaunisto
103b2aa006
Delete outdated opencv install instructions and fixe english syntax ( #1148 )
2020-04-18 01:54:29 +01:00
Jonne Kaunisto
cbdfa9af53
Fixed name of optional dependency on README
2020-03-27 16:50:26 -07:00
Tom Burrows
30bd852b1c
Remove tqdm as a dependency ( #1090 )
2020-03-26 16:50:17 +00:00
Tom Burrows
5667902895
Merge master into v2
2020-03-26 12:19:12 +00:00
Tom Burrows
d54c195d89
Update maintainer list
2020-03-26 10:46:51 +00:00
Tom Burrows
21267dda05
Add Appveyor badge
2020-03-24 17:53:18 +00:00
Tom Burrows
64badbc86e
More removals of Py2/3 check code.
2020-03-20 12:55:59 +00:00
Tom Burrows
11f0d8dc56
Add Travis support for Python 3.7 and 3.8 ( #1018 )
...
Also require use of pytest.
2020-03-09 16:30:56 +00:00
Tom Burrows
7b3209d8b0
http -> https and fix scikit-image link
2020-02-22 11:00:20 +00:00
Tom Burrows
65f6b47cac
Fix version number in Proglog section
2019-11-22 11:38:14 +00:00
Tom Burrows
a9fbf14cda
Push v1.0.1
2019-10-01 19:46:43 +01:00
Tom Burrows
4a34c237f2
Removed label explanation
2019-10-01 18:48:16 +01:00
Tom Burrows
9b7a365054
Updated maintainer list
2019-10-01 18:47:46 +01:00
Zulko
eca8a00fcd
Update README.rst
2019-09-27 17:04:46 +01:00
Rémi Bèges
282848aae9
Windows-based testing ( #931 )
...
* Introduce Pipfile to handle dependencies for dev envs
* Simplify appveyor script using pipenv
* Remove sudo
* Add user flag when upgrading pip
* Fix ImageMagick download
* Fix ImageMagick download again
* Fix setting env vars
* Fix missing module pathlib2
* Fix dir command
* Add missing dev dependency
* Fix ImageMagick paths
* Fix dir command
* Fix dir command
* Try to fix imagemagick install dir
* Investigate image magick path not found
* Investigate
* Try to fix IMAGEMAGICK binary loading
* INvestigate without spaces
* Fix typo
* Disable a few tests to fix Invalid Handle error when opening subprocesses
* Replace commented tests with pytest.skip + enforce appveyor base image
* Make builds more reproducible - avoid relying on external test data
* Drop support for python 3.4 and add python 3.7
* Fix travis build
* Cleanup debug code
* Clean appveyor file
* Minor cleanup
* Test on python 3.7
* Added contributor
* Update .travis.yml
2019-04-01 10:42:47 +02:00
Zulko
2ad7285bec
corrected version with breaking changes in readme
2019-02-17 12:48:53 +00:00
Zulko
add1dce920
dropping support for 2.7 in readme
2019-02-06 21:36:17 +00:00
Valentin Zulkower
3a31263cd0
bumping to v0.2.4.0 because of non-backwards-compatible changes. (oops)
2018-12-16 19:45:44 +00:00
Valentin Zulkower
ecdf9a78cc
readme typo
2018-12-16 19:37:02 +00:00
Valentin Zulkower
958568391f
v0.2.3.6
2018-12-16 19:35:42 +00:00
Tom Burrows
8ea97dabf8
Rearrange contributing file
2018-05-29 22:29:55 +01:00
Tom Burrows
4acfbf66fc
Added contributing guide and issue template
2018-05-06 18:21:42 +01:00
Tom Burrows
b852236d72
Added coveralls badge to readme
2018-03-30 22:51:28 +01:00
Basil Shubin
e1082c53e4
let there be (more) colour
2018-02-14 12:31:17 +07:00
Tom Burrows
a31be48f50
Added info about tag wiki
2018-02-12 18:55:52 +00:00
Tom Burrows
f444f8cb66
Update README re imagemagick name change
2017-11-28 17:49:16 +00:00
rlphillips
eacfe4a4aa
Update Readme.rst
...
Updated readme to point out the name of the ImageMagick executable changed in the last version.
2017-11-20 22:46:55 -03:00
Tom Burrows
e42b3c58fe
Update README.rst
2017-08-29 14:27:57 +01:00
Tom Burrows
d3a4091f9d
Update README.rst
2017-08-24 11:06:43 +01:00
Mark Beacom
0e5b06fa9a
Update #530 Use setup.py only dep handling
2017-04-12 10:54:36 -04:00
Mark Beacom
e78928e63c
Update #530 - Split reqs and add setup.py handling
2017-04-12 10:54:36 -04:00
Tony Chen
28d6ebb38b
update readme to better document imagemagick
2017-03-15 08:50:34 -05:00
Kay
c97a0b7a90
README spelling, punctuation
2017-03-12 00:56:56 +01:00
Kerstin Kollmann
e74b6f0806
refer to MoviePy as library (was: module)
2017-03-12 00:34:41 +01:00
Billy Earney
e8d124ab10
add travis-ci badge to readme file
2017-02-26 16:23:00 -06:00
Kerstin Kollmann
fdd941336b
README.rst fix grammar
2017-02-19 21:00:46 +01:00
Kerstin Kollmann
11cc67d9f4
README.rst move maintainers, contributing sections; change docs x-reference name
2017-02-19 20:50:54 +01:00
Kerstin Kollmann
8ab44eadf4
README.rst structure link targets, add co-maintainers (with @username)
2017-02-19 20:50:24 +01:00
Kerstin Kollmann
24c538a957
README.rst wording, formatting
2017-02-19 20:49:44 +01:00
Kerstin Kollmann
0360aeecd3
README.rst make mention of Gitter, add PyPI and Gitter badge
2017-02-19 20:49:39 +01:00
Gloin1313
fb023fb612
Merge pull request #254 from tcyrus/patch-1
...
Update README.rst to add python syntax highlighting
2017-02-16 09:05:11 +00:00
Mark Beacom
afa1eb3811
Update maintainer section in README
2017-02-15 07:53:13 -05:00