Shorten project structure
Open
- Dominant language
- Python
- Stars
- 218
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Related to #80. Suggestion. Mainly, move the core codes up so it is more visible.
The crawlers are kept into their own folder.
- [ ] Reoganize project structure from :
```
corpuscrawler
├─ README.md
├─ LICENSE
├─ LICENSE.md
├─ CONTRIBUTING.md
├─ corpuscrawler
└─ Lib
└─ corpuscrawler
├─ *.py : utilities
└─ crawl_{iso}.py : crawlers
```
to
```
corpuscrawler
├─ README.md
├─ LICENSE
├─ LICENSE.md
├─ CONTRIBUTING.md
├─ corpuscrawler
├─ *.py : utilities
└─ crawlers
└─ crawl_{iso}.py : crawlers
```
Would such changes disturb some complementary toolchain ?
Contributor guide
Assessment
This issue has not been assessed yet.