https://github.com/peter88213/yw-table
A relationship table for yw7 files
https://github.com/peter88213/yw-table
Last synced: 9 days ago
JSON representation
A relationship table for yw7 files
- Host: GitHub
- URL: https://github.com/peter88213/yw-table
- Owner: peter88213
- License: gpl-3.0
- Created: 2022-12-15T13:04:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:59:33.000Z (8 months ago)
- Last Synced: 2024-08-18T18:16:21.172Z (8 months ago)
- Language: Python
- Homepage: https://peter88213.github.io/yw-table/
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yw-table
A scene relationship table for yWriter projects.
For more information, see the [project homepage](https://peter88213.github.io/yw-table) with description and download instructions.
## Development
*yw-table* is organized as an Eclipse PyDev project. The official release branch on GitHub is *main*.
### Mandatory directory structure for building the application script
```
.
└── yw-table/
├── src/
├── test/
└── tools/
└── build.xml
```### Conventions
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
Exceptions:
- The directory structure is modified to minimize dependencies:## Development tools
- [Python](https://python.org) version 3.10.
- [Eclipse IDE](https://eclipse.org) with [PyDev](https://pydev.org) and *EGit*.
- *Apache Ant* is used for building the application.## Credits
- The icons are made using the free *Pusab* font by Ryoichi Tsunekawa, [Flat-it](http://flat-it.com/).
## License
This is Open Source software, and *yw-table* is licensed under GPLv3. See the
[GNU General Public License website](https://www.gnu.org/licenses/gpl-3.0.en.html) for more
details, or consult the [LICENSE](https://github.com/peter88213/yw-table/blob/main/LICENSE) file.