Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | configs: Fix ConfigError and disable interpolation | Aaron LI | 2016-09-29 | 1 | -3/+9 | |
| | | | | | | | | | | | | Since we do not use string interpolation in configs, so disable this feature, otherwise `MissingInterpolationOption` error happens due to the "logging" configs which contains string formats. | |||||
* | | configs: Add default config spec for logging | Aaron LI | 2016-09-29 | 1 | -0/+34 | |
| | | ||||||
* | | configs/manager.py: Add property "logging" | Aaron LI | 2016-09-29 | 1 | -2/+28 | |
|/ | | | | | | | This "logging" property get and perpare the configurations for `logging.basicConfig()` use. Needs testing. | |||||
* | Implement the basic ConfigManger() | Aaron LI | 2016-09-27 | 2 | -0/+80 | |
| | | | | | | | | This is very basic at the moment, and needs many improvements. Thanks: https://github.com/pazz/alot TODO: Add config specifications with default values | |||||
* | setup.py: add classifier and requirements | Aaron LI | 2016-09-27 | 1 | -2/+31 | |
| | ||||||
* | Python 3.4 should be supported | Aaron LI | 2016-09-27 | 1 | -1/+1 | |
| | ||||||
* | Update .gitignore for Python package repo | Aaron LI | 2016-09-27 | 1 | -5/+13 | |
| | ||||||
* | README.rst: note that only Python 3 is supported | Aaron LI | 2016-09-27 | 1 | -0/+4 | |
| | ||||||
* | Rewrite setup.py and update __init__.py accordingly | Aaron LI | 2016-09-27 | 2 | -22/+18 | |
| | ||||||
* | Remove ".py" extension for bin scripts | Aaron LI | 2016-09-27 | 2 | -0/+0 | |
| | ||||||
* | utils/healpix.py: remove duplicated header | Aaron LI | 2016-09-27 | 1 | -2/+0 | |
| | ||||||
* | Add console scripts healpix2hpx.py and hpx2healpix.py | Aaron LI | 2016-09-27 | 2 | -0/+124 | |
| | ||||||
* | utils/healpix.py: HEALPix data and HPX projection conversions | Aaron LI | 2016-09-27 | 2 | -0/+344 | |
| | | | | | | | | | * healpix2hpx: reorganize HEALPix data in HPX projection * hpx2healpix: recover the HEALPix data from HPX projection Thanks: M. Calabretta: WCSLIB: HPXcvt TODO: Add test codes | |||||
* | __init__.py: add __url__ and minor fix | Aaron LI | 2016-09-27 | 1 | -2/+1 | |
| | ||||||
* | Update requirements.txt | Aaron LI | 2016-09-25 | 1 | -0/+3 | |
| | ||||||
* | Add logging and update setup configs | Aaron LI | 2016-09-25 | 2 | -2/+29 | |
| | ||||||
* | README.rst: fix a link | Aaron LI | 2016-09-21 | 1 | -1/+1 | |
| | ||||||
* | README.rst: fix links | Aaron LI | 2016-09-21 | 1 | -2/+2 | |
| | ||||||
* | Setup package structures | Aaron LI | 2016-09-20 | 10 | -0/+85 | |
| | | | | | Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part | |||||
* | Change README using reStructuredText syntax | Aaron LI | 2016-09-20 | 2 | -31/+35 | |
| | ||||||
* | Minor revisions to CONTRIBUTING.md | Aaron LI | 2016-09-09 | 1 | -7/+9 | |
| | ||||||
* | README.md: add contributions section | Aaron LI | 2016-09-09 | 1 | -1/+5 | |
| | ||||||
* | Add CONTRIBUTING.md to guide contributions. | Aaron LI | 2016-09-09 | 1 | -0/+130 | |
| | | | | | | | | | | This contribution guidelines largely based on the guidelines of the following two projects: * [bootstrap](https://github.com/twbs/bootstrap) * [caffe](https://github.com/BVLC/caffe) Thanks them! | |||||
* | README.md: explain license for the documentations | Aaron LI | 2016-09-09 | 1 | -2/+3 | |
| | ||||||
* | First commit :) | Aaron LI | 2016-09-07 | 3 | -0/+62 | |