Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange the commandline files into a submodule. #299

Conversation

ssteinbach
Copy link
Collaborator

This takes the files from the bin subdirectory and moves them into console modules inside the python packages. This lets the setup.py be cleaner in terms of generating the extensionless executable files, and also makes their functions (argument parser, etc) available for reuse by others.

@alexwidener this rearranges some of the stuff you had done previously - what do you think?

@ssteinbach ssteinbach added this to the Public Beta 9 milestone Jul 30, 2018
@codecov-io
Copy link

codecov-io commented Jul 30, 2018

Codecov Report

Merging #299 into master will decrease coverage by 0.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #299      +/-   ##
==========================================
- Coverage   91.34%   90.86%   -0.48%     
==========================================
  Files          49       53       +4     
  Lines        4354     4489     +135     
==========================================
+ Hits         3977     4079     +102     
- Misses        377      410      +33
Impacted Files Coverage Δ
opentimelineio/console/otiostat.py 72.5% <ø> (ø)
opentimelineio/__init__.py 100% <ø> (ø) ⬆️
opentimelineio/console/otioconvert.py 70.27% <ø> (ø)
opentimelineio/console/otiocat.py 93.75% <ø> (ø)
opentimelineio/console/__init__.py 100% <100%> (ø)
opentimelineio/adapters/__init__.py 91.3% <0%> (+2.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b35e37...e28ef28. Read the comment docs.

@boredstiff
Copy link
Contributor

Yeah, I like it better now, since /bin is typically reserved for binaries. Makes more sense this way.

@ssteinbach ssteinbach merged commit f1e53e5 into AcademySoftwareFoundation:master Aug 1, 2018
ssteinbach added a commit to ssteinbach/OpenTimelineIO that referenced this pull request Sep 17, 2018
…ndation#299)

* Rearrange the commandline files into a submodule.
* Add basic unit tests for console module.
@ssteinbach ssteinbach mentioned this pull request Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants