Metadata-Version: 2.1
Name: pyctr
Version: 0.6.0
Summary: Python library to parse several Nintendo 3DS files
Home-page: https://github.com/ihaveamac/pyctr
Author: Ian Burgwin
Author-email: ian@ianburgwin.net
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: images
License-File: LICENSE

# PyCTR
Python library to interact with Nintendo 3DS files.

The API is not yet stable. If you decide to use this, you should stick to a specific version on pypi, or store a copy locally, until it is stable.

This was recently separated out to its own repository. This will be a better README at some point.

Support can be found on Discord ([info](https://ihaveahax.net/view/Discord), [invite link](https://discord.gg/YVuFUrs))

## Supported types
* CDN contents ("tmd" next to other contents)
* CTR Cart Image (".3ds", ".cci")
* CTR Importable Archive (".cia")
* Executable Filesystem (".exefs", "exefs.bin")
* NCCH (".cxi", ".cfa", ".ncch", ".app")
* Read-only Filesystem (".romfs", "romfs.bin")
* SD card filesystem ("Nintendo 3DS" directory)
* SMDH icon ("*.smdh", "icon.bin")
* Title Metadata ("*.tmd")

## License
`pyctr` is under the MIT license.


