File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # pyxp
1
+ ![ pyrexpaint-logo ] ( https://user-images.githubusercontent.com/9204112/150735182-551ebe2d-882e-4c46-ab44-1dcbc7cb9751.PNG )
Original file line number Diff line number Diff line change 1
- import pyxp
2
- image_layers = pyxp .load ("hello.xp" )
1
+ import pyrexpaint
2
+ image_layers = pyrexpaint .load ("hello.xp" )
3
3
layer = image_layers [0 ]
4
4
pos = lambda x , y : x + y * layer .height
5
5
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- name = pyxp-mattlink
2
+ name = pyrexpaint
3
3
version = 0.0.1
4
4
author = Matt Link
5
- author_email = author@example.com
6
- description = A small REXPaint .xp file loader
5
+ author_email = mattlink
6
+ description = A small loader for REXPaint .xp files.
7
7
long_description = file: README.md
8
8
long_description_content_type = text/markdown
9
- url = https://github.com/mattlink/pyxp
9
+ url = https://github.com/mattlink/pyrexpaint
10
10
project_urls =
11
- Bug Tracker = https://github.com/mattlink/pyxp /issues
11
+ Bug Tracker = https://github.com/mattlink/pyrexpaint /issues
12
12
classifiers =
13
13
Programming Language :: Python :: 3
14
14
License :: OSI Approved :: GPL
File renamed without changes.
You can’t perform that action at this time.
0 commit comments