NSLS-II / pyCHX

chx_analysis_codes
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Cleanup for packaging #67

Closed mrakitin closed 3 years ago

mrakitin commented 3 years ago

This update includes:

mrakitin commented 3 years ago

The resulting package contents will look like:

$ tree pyCHX-4.0.9+3.gb058bfb
pyCHX-4.0.9+3.gb058bfb
├── LICENSE
├── MANIFEST.in
├── PKG-INFO
├── README.md
├── RELEASE.md
├── pyCHX
│   ├── Badpixels.py
│   ├── Compress_readerNew.py
│   ├── Create_Report.py
│   ├── DEVs.py
│   ├── DataGonio.py
│   ├── SAXS.py
│   ├── Stitching.py
│   ├── Two_Time_Correlation_Function.py
│   ├── XPCS_GiSAXS.py
│   ├── XPCS_SAXS.py
│   ├── XPCS_XSVS_SAXS_Multi_2017_V4.py
│   ├── __init__.py
│   ├── _version.py
│   ├── chx_Fitters2D.py
│   ├── chx_compress.py
│   ├── chx_compress_analysis.py
│   ├── chx_correlation.py
│   ├── chx_correlationc.py
│   ├── chx_correlationp.py
│   ├── chx_correlationp2.py
│   ├── chx_crosscor.py
│   ├── chx_generic_functions.py
│   ├── chx_handlers.py
│   ├── chx_libs.py
│   ├── chx_olog.py
│   ├── chx_packages.py
│   ├── chx_speckle.py
│   ├── chx_specklecp.py
│   ├── chx_xpcs_xsvs_jupyter_V1.py
│   ├── movie_maker.py
│   ├── v2
│   │   ├── __init__.py
│   │   ├── _commonspeckle
│   │   │   ├── DEVs.py
│   │   │   ├── DataGonio.py
│   │   │   ├── SAXS.py
│   │   │   ├── Stitching.py
│   │   │   ├── Two_Time_Correlation_Function.py
│   │   │   ├── XPCS_GiSAXS.py
│   │   │   ├── XPCS_SAXS.py
│   │   │   ├── XPCS_XSVS_SAXS_Multi_2017_V4.py
│   │   │   ├── __init__.py
│   │   │   ├── chx_Fitters2D.py
│   │   │   ├── chx_compress.py
│   │   │   ├── chx_compress_analysis.py
│   │   │   ├── chx_correlation.py
│   │   │   ├── chx_correlationc.py
│   │   │   ├── chx_correlationp.py
│   │   │   ├── chx_correlationp2.py
│   │   │   ├── chx_generic_functions.py
│   │   │   ├── chx_handlers.py
│   │   │   ├── chx_libs.py
│   │   │   ├── chx_olog.py
│   │   │   ├── chx_speckle.py
│   │   │   ├── chx_specklecp.py
│   │   │   ├── chx_xpcs_xsvs_jupyter_V1.py
│   │   │   ├── movie_maker.py
│   │   │   └── xpcs_timepixel.py
│   │   └── _futurepyCHX
│   │       ├── Badpixels.py
│   │       ├── Compress_readerNew.py
│   │       ├── Create_Report.py
│   │       ├── DEVs.py
│   │       ├── DataGonio.py
│   │       ├── SAXS.py
│   │       ├── Stitching.py
│   │       ├── Two_Time_Correlation_Function.py
│   │       ├── XPCS_GiSAXS.py
│   │       ├── XPCS_SAXS.py
│   │       ├── XPCS_XSVS_SAXS_Multi_2017_V4.py
│   │       ├── __init__.py
│   │       ├── chx_Fitters2D.py
│   │       ├── chx_compress.py
│   │       ├── chx_compress_analysis.py
│   │       ├── chx_correlation.py
│   │       ├── chx_correlationc.py
│   │       ├── chx_correlationp.py
│   │       ├── chx_correlationp2.py
│   │       ├── chx_crosscor.py
│   │       ├── chx_generic_functions.py
│   │       ├── chx_handlers.py
│   │       ├── chx_libs.py
│   │       ├── chx_olog.py
│   │       ├── chx_packages.py
│   │       ├── chx_speckle.py
│   │       ├── chx_specklecp.py
│   │       ├── chx_xpcs_xsvs_jupyter_V1.py
│   │       ├── movie_maker.py
│   │       └── xpcs_timepixel.py
│   └── xpcs_timepixel.py
├── pyCHX.egg-info
│   ├── PKG-INFO
│   ├── SOURCES.txt
│   ├── dependency_links.txt
│   ├── entry_points.txt
│   ├── requires.txt
│   └── top_level.txt
├── requirements.txt
├── run_tests.py
├── setup.cfg
├── setup.py
├── test-requirements.txt
└── versioneer.py

5 directories, 104 files
mrakitin commented 3 years ago

Thanks, @danielballan! Working on a new tag and packaging.